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>
Modifier and Type | Field and Description |
---|---|
protected List<Description> |
description |
protected String |
instanceParms |
protected List<OverviewDoc> |
overviewDoc |
Constructor and Description |
---|
InstanceDetails() |
Modifier and Type | Method and Description |
---|---|
List<Description> |
getDescription() |
String |
getInstanceParms() |
List<OverviewDoc> |
getOverviewDoc() |
void |
setInstanceParms(String instanceParms) |
protected String instanceParms
protected List<Description> description
protected List<OverviewDoc> overviewDoc
public void setInstanceParms(String instanceParms)
public String getInstanceParms()
public List<OverviewDoc> getOverviewDoc()
public List<Description> getDescription()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.