Class TModelInfo
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.TModelInfo
-
public class TModelInfo extends Object
Java class for tModelInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tModelInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:api_v2}name"/> </sequence> <attribute name="tModelKey" use="required" type="{urn:uddi-org:api_v2}tModelKey" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TModelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetName()Gets the value of the name property.StringgetTModelKey()Gets the value of the tModelKey property.voidsetName(Name value)Sets the value of the name property.voidsetTModelKey(String value)Sets the value of the tModelKey property.
-