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