org.apache.ws.scout.model.uddi.v2
Class TModelInstanceInfo

java.lang.Object
  extended by org.apache.ws.scout.model.uddi.v2.TModelInstanceInfo

public class TModelInstanceInfo
extends java.lang.Object

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_v2}description" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v2}instanceDetails" minOccurs="0"/>
       </sequence>
       <attribute name="tModelKey" use="required" type="{urn:uddi-org:api_v2}tModelKey" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Description> description
           
protected  InstanceDetails instanceDetails
           
protected  java.lang.String tModelKey
           
 
Constructor Summary
TModelInstanceInfo()
           
 
Method Summary
 java.util.List<Description> getDescription()
          Gets the value of the description property.
 InstanceDetails getInstanceDetails()
          Gets the value of the instanceDetails property.
 java.lang.String getTModelKey()
          Gets the value of the tModelKey property.
 void setInstanceDetails(InstanceDetails value)
          Sets the value of the instanceDetails property.
 void setTModelKey(java.lang.String value)
          Sets the value of the tModelKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.util.List<Description> description

instanceDetails

protected InstanceDetails instanceDetails

tModelKey

protected java.lang.String tModelKey
Constructor Detail

TModelInstanceInfo

public TModelInstanceInfo()
Method Detail

getDescription

public java.util.List<Description> getDescription()
Gets the value of the description property.

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


getInstanceDetails

public InstanceDetails getInstanceDetails()
Gets the value of the instanceDetails property.

Returns:
possible object is InstanceDetails

setInstanceDetails

public void setInstanceDetails(InstanceDetails value)
Sets the value of the instanceDetails property.

Parameters:
value - allowed object is InstanceDetails

getTModelKey

public java.lang.String getTModelKey()
Gets the value of the tModelKey property.

Returns:
possible object is String

setTModelKey

public void setTModelKey(java.lang.String value)
Sets the value of the tModelKey property.

Parameters:
value - allowed object is String


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