org.uddi.api_v3
Class InstanceDetails

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

public class InstanceDetails
extends Object
implements 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  List<Description> description
           
protected  String instanceParms
           
protected  List<OverviewDoc> overviewDoc
           
 
Constructor Summary
InstanceDetails()
           
 
Method Summary
 List<Description> getDescription()
           
 String getInstanceParms()
           
 List<OverviewDoc> getOverviewDoc()
           
 void setInstanceParms(String instanceParms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instanceParms

protected String instanceParms

description

protected List<Description> description

overviewDoc

protected List<OverviewDoc> overviewDoc
Constructor Detail

InstanceDetails

public InstanceDetails()
Method Detail

setInstanceParms

public void setInstanceParms(String instanceParms)

getInstanceParms

public String getInstanceParms()

getOverviewDoc

public List<OverviewDoc> getOverviewDoc()

getDescription

public List<Description> getDescription()


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