org.uddi.api_v3
Class InstanceDetails
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instanceParms
protected java.lang.String instanceParms
description
protected java.util.List<Description> description
overviewDoc
protected java.util.List<OverviewDoc> overviewDoc
InstanceDetails
public InstanceDetails()
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.