IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class InstanceDetails

java.lang.Object
  extended by 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

Corresponds to UDDI v2.0 'instanceDetails' element.

See Also:
Serialized Form

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

public InstanceDetails()
Deprecated. 
Method Detail

getDescriptions

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

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.

IBM WebSphere Application ServerTM
Release 8