org.gxos.schema
Class WebExportShellType

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

public abstract class WebExportShellType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
WebExportShellType()
           
 
Method Summary
 PhaseType getPhase()
           
 Phase1Export getPhase1Export()
           
 Phase2Export getPhase2Export()
           
 Phase3Export getPhase3Export()
           
 Phase4Export getPhase4Export()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setPhase(PhaseType phase)
           
 void setPhase1Export(Phase1Export phase1Export)
           
 void setPhase2Export(Phase2Export phase2Export)
           
 void setPhase3Export(Phase3Export phase3Export)
           
 void setPhase4Export(Phase4Export phase4Export)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebExportShellType

public WebExportShellType()
Method Detail

getPhase

public PhaseType getPhase()

getPhase1Export

public Phase1Export getPhase1Export()

getPhase2Export

public Phase2Export getPhase2Export()

getPhase3Export

public Phase3Export getPhase3Export()

getPhase4Export

public Phase4Export getPhase4Export()

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 -  

setPhase

public void setPhase(PhaseType phase)
Parameters:
phase -  

setPhase1Export

public void setPhase1Export(Phase1Export phase1Export)
Parameters:
phase1Export -  

setPhase2Export

public void setPhase2Export(Phase2Export phase2Export)
Parameters:
phase2Export -  

setPhase3Export

public void setPhase3Export(Phase3Export phase3Export)
Parameters:
phase3Export -  

setPhase4Export

public void setPhase4Export(Phase4Export phase4Export)
Parameters:
phase4Export -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException