org.gxos.schema
Class CustomExtensionType
java.lang.Object
|
+--org.gxos.schema.CustomExtensionType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CustomExtension
- public abstract class CustomExtensionType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomExtensionType
public CustomExtensionType()
getExtensionType
public ExtensionTypeType getExtensionType()
isValid
public boolean isValid()
marshal
public abstract void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public abstract void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
setExtensionType
public void setExtensionType(ExtensionTypeType extensionType)
- Parameters:
extensionType
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException