org.gxos.schema
Class WebExportShell

java.lang.Object
  |
  +--org.gxos.schema.WebExportShellType
        |
        +--org.gxos.schema.WebExportShell
All Implemented Interfaces:
java.io.Serializable

public class WebExportShell
extends WebExportShellType
implements java.io.Serializable

Basic Commands for WebExport

See Also:
Serialized Form

Constructor Summary
WebExportShell()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
static WebExportShell unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class org.gxos.schema.WebExportShellType
getPhase, getPhase1Export, getPhase2Export, getPhase3Export, getPhase4Export, setPhase, setPhase1Export, setPhase2Export, setPhase3Export, setPhase4Export
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebExportShell

public WebExportShell()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class WebExportShellType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class WebExportShellType
Parameters:
out -  

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class WebExportShellType
Parameters:
handler -  

unmarshal

public static WebExportShell unmarshal(java.io.Reader reader)
                                throws org.exolab.castor.xml.MarshalException,
                                       org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class WebExportShellType