org.exist.soap
Class DocumentType
java.lang.Object
org.exist.soap.DocumentType
- All Implemented Interfaces:
- Serializable
public class DocumentType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_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
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.