com.ibm.uddi.datatypes
Class InstanceDetails

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.InstanceDetails
All Implemented Interfaces:
java.io.Serializable

public class InstanceDetails
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'instanceDetails' element.

See Also:
Serialized Form

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
InstanceDetails()
           
 
Method Summary
 DescriptionList getDescriptions()
          Returns the DescriptionList of this InstanceDetails.
 java.lang.String getInstanceParms()
          Returns the instanceParms of this InstanceDetails.
 OverviewDoc getOverviewDoc()
          Returns the OverviewDoc of this InstanceDetails.
 void setDescriptions(DescriptionList descriptions)
          Sets the DescriptionList of this InstanceDetails.
 void setInstanceParms(java.lang.String instanceParms)
          Sets the instanceParms of this InstanceDetails.
 void setOverviewDoc(OverviewDoc overviewDoc)
          Sets the OverviewDoc of this InstanceDetails.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

InstanceDetails

public InstanceDetails()
Method Detail

getDescriptions

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

setDescriptions

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

getOverviewDoc

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

setOverviewDoc

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

getInstanceParms

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

setInstanceParms

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