public class KeyedReference extends Object
Java class for keyedReference complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="keyedReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="tModelKey" type="{urn:uddi-org:api_v2}tModelKey" />
       <attribute name="keyName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="keyValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | keyName | 
| protected String | keyValue | 
| protected String | tModelKey | 
| Constructor and Description | 
|---|
| KeyedReference() | 
| KeyedReference(String key,
              String name,
              String val) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKeyName()Gets the value of the keyName property. | 
| String | getKeyValue()Gets the value of the keyValue property. | 
| String | getTModelKey()Gets the value of the tModelKey property. | 
| void | setKeyName(String value)Sets the value of the keyName property. | 
| void | setKeyValue(String value)Sets the value of the keyValue property. | 
| void | setTModelKey(String value)Sets the value of the tModelKey property. | 
protected String tModelKey
protected String keyName
protected String keyValue
public String getTModelKey()
Stringpublic void setTModelKey(String value)
value - allowed object is
     Stringpublic String getKeyName()
Stringpublic void setKeyName(String value)
value - allowed object is
     Stringpublic String getKeyValue()
StringCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.