org.gxos.schema
Class Phase1ExportType
java.lang.Object
|
+--org.gxos.schema.Phase1ExportType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Phase1Export
- public abstract class Phase1ExportType
- 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 |
Phase1ExportType
public Phase1ExportType()
getExportParameters
public ExportParameters getExportParameters()
getExportPlace
public ExportPlace getExportPlace()
getExportType
public ExportTypeType getExportType()
getNamingStrategy
public NamingStrategyType getNamingStrategy()
getPhase1Source
public Phase1Source getPhase1Source()
getProcessingRecord
public ProcessingRecord getProcessingRecord()
getSourceType
public SourceTypeType getSourceType()
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
-
setExportParameters
public void setExportParameters(ExportParameters _exportParameters)
- Parameters:
_exportParameters
-
setExportPlace
public void setExportPlace(ExportPlace _exportPlace)
- Parameters:
_exportPlace
-
setExportType
public void setExportType(ExportTypeType _exportType)
- Parameters:
_exportType
-
setNamingStrategy
public void setNamingStrategy(NamingStrategyType _namingStrategy)
- Parameters:
_namingStrategy
-
setPhase1Source
public void setPhase1Source(Phase1Source _phase1Source)
- Parameters:
_phase1Source
-
setProcessingRecord
public void setProcessingRecord(ProcessingRecord _processingRecord)
- Parameters:
_processingRecord
-
setSourceType
public void setSourceType(SourceTypeType _sourceType)
- Parameters:
_sourceType
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException