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

Constructor Summary
CustomExtensionType()
           
 
Method Summary
 ExtensionTypeType getExtensionType()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setExtensionType(ExtensionTypeType _extensionType)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomExtensionType

public CustomExtensionType()
Method Detail

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