org.gxos.schema
Class ProgramObjectType
java.lang.Object
|
+--org.gxos.schema.TreeObject
|
+--org.gxos.schema.ProgramObjectType
- All Implemented Interfaces:
- java.io.Serializable
- public abstract class ProgramObjectType
- extends TreeObject
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class org.gxos.schema.TreeObject |
addCustomExtension, addNodeComment, enumerateCustomExtension, enumerateNodeComment, getCustomExtension, getCustomExtension, getCustomExtensionCount, getCustomType, getExtensions, getHistoryObject, getNodeChildren, getNodeComment, getNodeComment, getNodeCommentCount, getNodeContents, getNodeEndTime, getNodeName, getNodeProfile, getNodeRooting, getNodeStartTime, getNodeType, getNodeUpdateTime, getNodeVersionNumber, getParentObject, removeAllCustomExtension, removeAllNodeComment, removeCustomExtension, removeNodeComment, setCustomExtension, setCustomExtension, setCustomType, setExtensions, setHistoryObject, setNodeChildren, setNodeComment, setNodeComment, setNodeContents, setNodeEndTime, setNodeName, setNodeProfile, setNodeRooting, setNodeStartTime, setNodeType, setNodeUpdateTime, setNodeVersionNumber, setParentObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgramObjectType
public ProgramObjectType()
getGXOSShell
public GXOSShell getGXOSShell()
getStandardError
public StandardError getStandardError()
getStandardInput
public StandardInput getStandardInput()
getStandardOutput
public StandardOutput getStandardOutput()
isValid
public boolean isValid()
- Overrides:
isValid
in class TreeObject
marshal
public abstract void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Overrides:
marshal
in class TreeObject
- Parameters:
out
-
marshal
public abstract void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Overrides:
marshal
in class TreeObject
- Parameters:
handler
-
setGXOSShell
public void setGXOSShell(GXOSShell _gXOSShell)
- Parameters:
_gXOSShell
-
setStandardError
public void setStandardError(StandardError _standardError)
- Parameters:
_standardError
-
setStandardInput
public void setStandardInput(StandardInput _standardInput)
- Parameters:
_standardInput
-
setStandardOutput
public void setStandardOutput(StandardOutput _standardOutput)
- Parameters:
_standardOutput
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
- Overrides:
validate
in class TreeObject