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>
| Modifier and Type | Field and Description |
|---|---|
protected Name |
name |
protected String |
tModelKey |
| Constructor and Description |
|---|
TModelInfo() |
| Modifier and Type | Method and Description |
|---|---|
Name |
getName()
Gets the value of the name property.
|
String |
getTModelKey()
Gets the value of the tModelKey property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setTModelKey(String value)
Sets the value of the tModelKey property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.