com.ibm.uddi.datatypes
Class InstanceDetails
- java.lang.Object
com.ibm.uddi.datatypes.InstanceDetails
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class InstanceDetails
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
InstanceDetails()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getDescriptions()
Deprecated. Returns the
DescriptionList of this InstanceDetails.
|
|
|
getInstanceParms()
Deprecated. Returns the instanceParms of this InstanceDetails.
|
getOverviewDoc()
Deprecated. Returns the
OverviewDoc of this InstanceDetails.
|
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this InstanceDetails.
|
|
setInstanceParms(java.lang.String instanceParms)
Deprecated. Sets the instanceParms of this InstanceDetails.
|
|
setOverviewDoc(OverviewDoc overviewDoc)
Deprecated. Sets the
OverviewDoc of this InstanceDetails.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
InstanceDetails
- public InstanceDetails()
Deprecated.
Method Detail
getDescriptions
- public DescriptionList getDescriptions( )
Deprecated.
Returns:
the DescriptionList of this InstanceDetails.
setDescriptions
- public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList
of this InstanceDetails.
Parameters:
descriptions
- the DescriptionList of this InstanceDetails. getOverviewDoc
- public OverviewDoc getOverviewDoc( )
Deprecated.
Returns the
OverviewDoc
of this InstanceDetails.
Returns:
the OverviewDoc of this InstanceDetails.
setOverviewDoc
- public void setOverviewDoc(OverviewDoc overviewDoc)
Deprecated.
Sets the
OverviewDoc
of this InstanceDetails.
Parameters:
overviewDoc
- the OverviewDoc of this InstanceDetails. getInstanceParms
- public java.lang.String getInstanceParms( )
Deprecated.
Returns the instanceParms of this InstanceDetails.
Returns:
the instanceParms of this InstanceDetails.
setInstanceParms
- public void setInstanceParms(java.lang.String instanceParms)
Deprecated.
Sets the instanceParms of this InstanceDetails.
Parameters:
instanceParms
- the instanceParms of this InstanceDetails.
DescriptionList
of this InstanceDetails.