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

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

public class URLType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.NMToken _fax
           
static org.apache.axis.types.NMToken _ftp
           
static org.apache.axis.types.NMToken _http
           
static org.apache.axis.types.NMToken _https
           
static org.apache.axis.types.NMToken _mailto
           
static org.apache.axis.types.NMToken _other
           
static org.apache.axis.types.NMToken _phone
           
static URLType fax
           
static URLType ftp
           
static URLType http
           
static URLType https
           
static URLType mailto
           
static URLType other
           
static URLType phone
           
 
Constructor Summary
protected URLType(org.apache.axis.types.NMToken value)
           
 
Method Summary
 boolean equals(Object obj)
           
static URLType fromString(String value)
           
static URLType 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

_mailto

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

_http

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

_https

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

_ftp

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

_fax

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

_phone

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

_other

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

mailto

public static final URLType mailto

http

public static final URLType http

https

public static final URLType https

ftp

public static final URLType ftp

fax

public static final URLType fax

phone

public static final URLType phone

other

public static final URLType other
Constructor Detail

URLType

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

getValue

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

fromValue

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

fromString

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