|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.InstanceDetails
The InstanceDetails structure holds service instance specific information that is required to either understand the service implementation details relative to a specific tModelKey reference, or to provide further parameter and settings support. If present, this element should not be empty. Because no single contained element is required in the schema description, this rule is called out here for clarity.
| Field Summary | |
protected Descriptions |
descriptions
Information on the purpose and/or use of the InstanceDetails. |
protected InstanceParms |
instanceParms
Settings or pointer to settings parameters. |
protected OverviewDocs |
overviewDocs
Set of references to remote descriptive instructions. |
| Constructor Summary | |
InstanceDetails()
Deprecated. as of UDDI V3.0 |
|
InstanceDetails(InstanceParms instanceParms)
InstanceDetails constructor. |
|
InstanceDetails(OverviewDocs overviewDocs)
InstanceDetails constructor. |
|
| Method Summary | |
void |
addDescription(Description description)
Adds some information on the purpose and/or use of the InstanceDetails. |
void |
addOverviewDoc(OverviewDoc overviewDoc)
Adds references to remote descriptive instructions. |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this InstanceDetails. |
Descriptions |
getDescriptions()
Gets all Descriptions on the purpose and/or use of the InstanceDetails. |
InstanceParms |
getInstanceParms()
Gets settings or pointer to settings parameters. |
OverviewDocs |
getOverviewDocs()
Gets the set of references to remote descriptive instructions. |
void |
removeDescription(Description description)
Removes information on the purpose and/or use of the InstanceDetails. |
void |
removeOverviewDoc(OverviewDoc overviewDoc)
Removes references to remote descriptive instructions. |
void |
setInstanceParms(InstanceParms instanceParms)
Sets settings or pointer to settings parameters. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this InstanceDetails. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Descriptions descriptions
protected OverviewDocs overviewDocs
protected InstanceParms instanceParms
| Constructor Detail |
public InstanceDetails()
public InstanceDetails(InstanceParms instanceParms)
instanceParms - Settings of pointer to settings parameters.public InstanceDetails(OverviewDocs overviewDocs)
overviewDocs - Set of references to remote descriptive
instructions.| Method Detail |
public void addDescription(Description description)
description - information on the purpose and/or use of the InstanceDetailspublic void removeDescription(Description description)
description - information on the purpose and/or use of the InstanceDetailspublic Descriptions getDescriptions()
public OverviewDocs getOverviewDocs()
public void addOverviewDoc(OverviewDoc overviewDoc)
overviewDoc - References to remote descriptive instructions to add.public void removeOverviewDoc(OverviewDoc overviewDoc)
overviewDoc - References to remote descriptive instructions to remove.public InstanceParms getInstanceParms()
public void setInstanceParms(InstanceParms instanceParms)
instanceParms - Settings or pointer to settings parameters.public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this InstanceDetails.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||