uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class KeyType

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.KeyType
All Implemented Interfaces:
Serializable

public class KeyType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.NMToken _bindingKey
           
static org.apache.axis.types.NMToken _businessKey
           
static org.apache.axis.types.NMToken _serviceKey
           
static org.apache.axis.types.NMToken _tModelKey
           
static KeyType bindingKey
           
static KeyType businessKey
           
static KeyType serviceKey
           
static KeyType tModelKey
           
 
Constructor Summary
protected KeyType(org.apache.axis.types.NMToken value)
           
 
Method Summary
 boolean equals(Object obj)
           
static KeyType fromString(String value)
           
static KeyType fromValue(org.apache.axis.types.NMToken value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 org.apache.axis.types.NMToken getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_businessKey

public static final org.apache.axis.types.NMToken _businessKey

_tModelKey

public static final org.apache.axis.types.NMToken _tModelKey

_serviceKey

public static final org.apache.axis.types.NMToken _serviceKey

_bindingKey

public static final org.apache.axis.types.NMToken _bindingKey

businessKey

public static final KeyType businessKey

tModelKey

public static final KeyType tModelKey

serviceKey

public static final KeyType serviceKey

bindingKey

public static final KeyType bindingKey
Constructor Detail

KeyType

protected KeyType(org.apache.axis.types.NMToken value)
Method Detail

getValue

public org.apache.axis.types.NMToken getValue()

fromValue

public static KeyType fromValue(org.apache.axis.types.NMToken value)
                         throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static KeyType fromString(String value)
                          throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object