org.uddi.v3.schema.api
Class KeyType
java.lang.Object
org.uddi.v3.schema.api.KeyType
- All Implemented Interfaces:
- java.io.Serializable
public class KeyType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
protected |
KeyType(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_businessKey
public static final java.lang.String _businessKey
- See Also:
- Constant Field Values
_tModelKey
public static final java.lang.String _tModelKey
- See Also:
- Constant Field Values
_serviceKey
public static final java.lang.String _serviceKey
- See Also:
- Constant Field Values
_bindingKey
public static final java.lang.String _bindingKey
- See Also:
- Constant Field Values
_subscriptionKey
public static final java.lang.String _subscriptionKey
- See Also:
- Constant Field Values
businessKey
public static final KeyType businessKey
tModelKey
public static final KeyType tModelKey
serviceKey
public static final KeyType serviceKey
bindingKey
public static final KeyType bindingKey
subscriptionKey
public static final KeyType subscriptionKey
KeyType
protected KeyType(java.lang.String value)
getValue
public java.lang.String getValue()
fromValue
public static KeyType fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
fromString
public static KeyType fromString(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object