org.uddi.api_v3
Class InstanceDetails

java.lang.Object
  extended by org.uddi.api_v3.InstanceDetails
All Implemented Interfaces:
java.io.Serializable

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

Java class for instanceDetails complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="instanceDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v3}description" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <sequence>
             <element ref="{urn:uddi-org:api_v3}overviewDoc" maxOccurs="unbounded"/>
             <element ref="{urn:uddi-org:api_v3}instanceParms" minOccurs="0"/>
           </sequence>
           <element ref="{urn:uddi-org:api_v3}instanceParms"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<Description> description
           
protected  java.lang.String instanceParms
           
protected  java.util.List<OverviewDoc> overviewDoc
           
 
Constructor Summary
InstanceDetails()
           
 
Method Summary
 java.util.List<Description> getDescription()
           
 java.lang.String getInstanceParms()
           
 java.util.List<OverviewDoc> getOverviewDoc()
           
 void setInstanceParms(java.lang.String instanceParms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instanceParms

protected java.lang.String instanceParms

description

protected java.util.List<Description> description

overviewDoc

protected java.util.List<OverviewDoc> overviewDoc
Constructor Detail

InstanceDetails

public InstanceDetails()
Method Detail

setInstanceParms

public void setInstanceParms(java.lang.String instanceParms)

getInstanceParms

public java.lang.String getInstanceParms()

getOverviewDoc

public java.util.List<OverviewDoc> getOverviewDoc()

getDescription

public java.util.List<Description> getDescription()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.