public class TModelInstanceInfo extends Object implements Serializable
Java class for tModelInstanceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tModelInstanceInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:api_v3}description" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}instanceDetails" minOccurs="0"/> </sequence> <attribute name="tModelKey" use="required" type="{urn:uddi-org:api_v3}tModelKey" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Description> |
description |
protected InstanceDetails |
instanceDetails |
protected String |
tModelKey |
Constructor and Description |
---|
TModelInstanceInfo() |
Modifier and Type | Method and Description |
---|---|
List<Description> |
getDescription()
Gets the value of the description property.
|
InstanceDetails |
getInstanceDetails()
Gets the value of the instanceDetails property.
|
String |
getTModelKey()
Gets the value of the tModelKey property.
|
void |
setInstanceDetails(InstanceDetails value)
Sets the value of the instanceDetails property.
|
void |
setTModelKey(String value)
Sets the value of the tModelKey property.
|
protected List<Description> description
protected InstanceDetails instanceDetails
protected String tModelKey
public List<Description> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
Description
public InstanceDetails getInstanceDetails()
InstanceDetails
public void setInstanceDetails(InstanceDetails value)
value
- allowed object is
InstanceDetails
public String getTModelKey()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.