public class KeyedReference extends Object implements Serializable
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" use="required" type="{urn:uddi-org:api_v3}tModelKey" />
<attribute name="keyName" type="{urn:uddi-org:api_v3}keyName" default="" />
<attribute name="keyValue" use="required" type="{urn:uddi-org:api_v3}keyValue" />
</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 value) |
| 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.