com.ibm.uddi.datatypes

Class InstanceDetails

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.InstanceDetails
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class InstanceDetails
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'instanceDetails' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
InstanceDetails()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this InstanceDetails.
  1. java.lang.String
getInstanceParms()
Deprecated. Returns the instanceParms of this InstanceDetails.
  1. OverviewDoc
getOverviewDoc()
Deprecated. Returns the OverviewDoc of this InstanceDetails.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this InstanceDetails.
  1. void
setInstanceParms(java.lang.String instanceParms)
Deprecated. Sets the instanceParms of this InstanceDetails.
  1. void
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

  1. public InstanceDetails()
Deprecated.

Method Detail

getDescriptions

  1. public DescriptionList getDescriptions( )
Deprecated.
Returns the DescriptionList of this InstanceDetails.
Returns:
the DescriptionList of this InstanceDetails.

setDescriptions

  1. public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the DescriptionList of this InstanceDetails.
Parameters:
descriptions - the DescriptionList of this InstanceDetails.

getOverviewDoc

  1. public OverviewDoc getOverviewDoc( )
Deprecated.
Returns the OverviewDoc of this InstanceDetails.
Returns:
the OverviewDoc of this InstanceDetails.

setOverviewDoc

  1. public void setOverviewDoc(OverviewDoc overviewDoc)
Deprecated.
Sets the OverviewDoc of this InstanceDetails.
Parameters:
overviewDoc - the OverviewDoc of this InstanceDetails.

getInstanceParms

  1. public java.lang.String getInstanceParms( )
Deprecated.
Returns the instanceParms of this InstanceDetails.
Returns:
the instanceParms of this InstanceDetails.

setInstanceParms

  1. public void setInstanceParms(java.lang.String instanceParms)
Deprecated.
Sets the instanceParms of this InstanceDetails.
Parameters:
instanceParms - the instanceParms of this InstanceDetails.