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

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

public class Truncated
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.NMToken _value1
           
static org.apache.axis.types.NMToken _value2
           
static Truncated value1
           
static Truncated value2
           
 
Constructor Summary
protected Truncated(org.apache.axis.types.NMToken value)
           
 
Method Summary
 boolean equals(Object obj)
           
static Truncated fromString(String value)
           
static Truncated 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

_value1

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

_value2

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

value1

public static final Truncated value1

value2

public static final Truncated value2
Constructor Detail

Truncated

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

getValue

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

fromValue

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

fromString

public static Truncated 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