com.ibm.uddi.datatypes
Class KeyedReference
java.lang.Object
|
+--com.ibm.uddi.datatypes.KeyedReference
- All Implemented Interfaces:
- java.io.Serializable
- public class KeyedReference
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'keyedReference' element.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getKeyName()
Returns the keyName of this KeyedReference. |
java.lang.String |
getKeyValue()
Returns the keyValue of this KeyedReference. |
java.lang.String |
getTModelKey()
Returns the tModelKey of this KeyedReference. |
void |
setKeyName(java.lang.String keyName)
Sets the keyName of this KeyedReference. |
void |
setKeyValue(java.lang.String keyValue)
Sets the keyValue of this KeyedReference. |
void |
setTModelKey(java.lang.String tModelKey)
Sets the tModelKey of this KeyedReference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
KeyedReference
public KeyedReference()
getTModelKey
public java.lang.String getTModelKey()
- Returns the tModelKey of this KeyedReference.
- Returns:
- the tModelKey of this KeyedReference.
setTModelKey
public void setTModelKey(java.lang.String tModelKey)
- Sets the tModelKey of this KeyedReference.
- Parameters:
tModelKey
- the tModelKey of this KeyedReference.
getKeyName
public java.lang.String getKeyName()
- Returns the keyName of this KeyedReference.
- Returns:
- the keyName of this KeyedReference.
setKeyName
public void setKeyName(java.lang.String keyName)
- Sets the keyName of this KeyedReference.
- Parameters:
keyName
- the keyName of this KeyedReference.
getKeyValue
public java.lang.String getKeyValue()
- Returns the keyValue of this KeyedReference.
- Returns:
- the keyValue of this KeyedReference.
setKeyValue
public void setKeyValue(java.lang.String keyValue)
- Sets the keyValue of this KeyedReference.
- Parameters:
keyValue
- the keyValue of this KeyedReference.