org.exist.soap
Class DocumentType

java.lang.Object
  extended by org.exist.soap.DocumentType
All Implemented Interfaces:
Serializable

public class DocumentType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _BinaryResource
           
static String _XMLResource
           
static DocumentType BinaryResource
           
static DocumentType XMLResource
           
 
Method Summary
 boolean equals(Object obj)
           
static DocumentType fromString(String value)
           
static DocumentType fromValue(String value)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_XMLResource

public static final String _XMLResource
See Also:
Constant Field Values

_BinaryResource

public static final String _BinaryResource
See Also:
Constant Field Values

XMLResource

public static final DocumentType XMLResource

BinaryResource

public static final DocumentType BinaryResource
Method Detail

getValue

public String getValue()

fromValue

public static DocumentType fromValue(String value)
                              throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)

getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object



Copyright (C) Wolfgang Meier. All rights reserved.