org.icenigrid.schema.pbs.qstat.impl
Class JobDocumentImpl.JobImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.icenigrid.schema.pbs.qstat.impl.JobDocumentImpl.JobImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, JobDocument.Job
Enclosing class:
JobDocumentImpl

public static class JobDocumentImpl.JobImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements JobDocument.Job

An XML Job(@uri:gridsam:pbs:qstat). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.icenigrid.schema.pbs.qstat.JobDocument.Job
JobDocument.Job.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.icenigrid.schema.pbs.qstat.JobDocument.Job
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
JobDocumentImpl.JobImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 ResourceListDocument.ResourceList addNewResourceList()
          Appends and returns a new empty "Resource_List" element
 ResourcesUsedDocument.ResourcesUsed addNewResourcesUsed()
          Appends and returns a new empty "resources_used" element
 CheckpointDocument.Checkpoint.Enum getCheckpoint()
          Gets the "Checkpoint" element
 CommentDocument.Comment.Enum getComment()
          Gets the "comment" element
 int getCtime()
          Gets the "ctime" element
 java.lang.String getErrorPath()
          Gets the "Error_Path" element
 int getEtime()
          Gets the "etime" element
 ExecHostDocument.ExecHost.Enum getExecHost()
          Gets the "exec_host" element
 byte getExitStatus()
          Gets the "exit_status" element
 HoldTypesDocument.HoldTypes.Enum getHoldTypes()
          Gets the "Hold_Types" element
 JobNameDocument.JobName.Enum getJobName()
          Gets the "Job_Name" element
 JobOwnerDocument.JobOwner.Enum getJobOwner()
          Gets the "Job_Owner" element
 JobStateDocument.JobState.Enum getJobState()
          Gets the "job_state" element
 JoinPathDocument.JoinPath.Enum getJoinPath()
          Gets the "Join_Path" element
 KeepFilesDocument.KeepFiles.Enum getKeepFiles()
          Gets the "Keep_Files" element
 MailPointsDocument.MailPoints.Enum getMailPoints()
          Gets the "Mail_Points" element
 int getMtime()
          Gets the "mtime" element
 java.lang.String getOutputPath()
          Gets the "Output_Path" element
 byte getPriority()
          Gets the "Priority" element
 int getQtime()
          Gets the "qtime" element
 QueueDocument.Queue.Enum getQueue()
          Gets the "queue" element
 RerunableDocument.Rerunable.Enum getRerunable()
          Gets the "Rerunable" element
 ResourceListDocument.ResourceList getResourceList()
          Gets the "Resource_List" element
 ResourcesUsedDocument.ResourcesUsed getResourcesUsed()
          Gets the "resources_used" element
 java.lang.String getSchedHint()
          Gets the "sched_hint" element
 ServerDocument.Server.Enum getServer()
          Gets the "server" element
 ShellPathListDocument.ShellPathList.Enum getShellPathList()
          Gets the "Shell_Path_List" element
 SubmitArgsDocument.SubmitArgs.Enum getSubmitArgs()
          Gets the "submit_args" element
 java.lang.String getVariableList()
          Gets the "Variable_List" element
 XDocument.X.Enum getX()
          Gets the "x" element
 void setCheckpoint(CheckpointDocument.Checkpoint.Enum checkpoint)
          Sets the "Checkpoint" element
 void setComment(CommentDocument.Comment.Enum comment)
          Sets the "comment" element
 void setCtime(int ctime)
          Sets the "ctime" element
 void setErrorPath(java.lang.String errorPath)
          Sets the "Error_Path" element
 void setEtime(int etime)
          Sets the "etime" element
 void setExecHost(ExecHostDocument.ExecHost.Enum execHost)
          Sets the "exec_host" element
 void setExitStatus(byte exitStatus)
          Sets the "exit_status" element
 void setHoldTypes(HoldTypesDocument.HoldTypes.Enum holdTypes)
          Sets the "Hold_Types" element
 void setJobName(JobNameDocument.JobName.Enum jobName)
          Sets the "Job_Name" element
 void setJobOwner(JobOwnerDocument.JobOwner.Enum jobOwner)
          Sets the "Job_Owner" element
 void setJobState(JobStateDocument.JobState.Enum jobState)
          Sets the "job_state" element
 void setJoinPath(JoinPathDocument.JoinPath.Enum joinPath)
          Sets the "Join_Path" element
 void setKeepFiles(KeepFilesDocument.KeepFiles.Enum keepFiles)
          Sets the "Keep_Files" element
 void setMailPoints(MailPointsDocument.MailPoints.Enum mailPoints)
          Sets the "Mail_Points" element
 void setMtime(int mtime)
          Sets the "mtime" element
 void setOutputPath(java.lang.String outputPath)
          Sets the "Output_Path" element
 void setPriority(byte priority)
          Sets the "Priority" element
 void setQtime(int qtime)
          Sets the "qtime" element
 void setQueue(QueueDocument.Queue.Enum queue)
          Sets the "queue" element
 void setRerunable(RerunableDocument.Rerunable.Enum rerunable)
          Sets the "Rerunable" element
 void setResourceList(ResourceListDocument.ResourceList resourceList)
          Sets the "Resource_List" element
 void setResourcesUsed(ResourcesUsedDocument.ResourcesUsed resourcesUsed)
          Sets the "resources_used" element
 void setSchedHint(java.lang.String schedHint)
          Sets the "sched_hint" element
 void setServer(ServerDocument.Server.Enum server)
          Sets the "server" element
 void setShellPathList(ShellPathListDocument.ShellPathList.Enum shellPathList)
          Sets the "Shell_Path_List" element
 void setSubmitArgs(SubmitArgsDocument.SubmitArgs.Enum submitArgs)
          Sets the "submit_args" element
 void setVariableList(java.lang.String variableList)
          Sets the "Variable_List" element
 void setX(XDocument.X.Enum x)
          Sets the "x" element
 CheckpointDocument.Checkpoint xgetCheckpoint()
          Gets (as xml) the "Checkpoint" element
 CommentDocument.Comment xgetComment()
          Gets (as xml) the "comment" element
 CtimeDocument.Ctime xgetCtime()
          Gets (as xml) the "ctime" element
 org.apache.xmlbeans.XmlAnyURI xgetErrorPath()
          Gets (as xml) the "Error_Path" element
 EtimeDocument.Etime xgetEtime()
          Gets (as xml) the "etime" element
 ExecHostDocument.ExecHost xgetExecHost()
          Gets (as xml) the "exec_host" element
 ExitStatusDocument.ExitStatus xgetExitStatus()
          Gets (as xml) the "exit_status" element
 HoldTypesDocument.HoldTypes xgetHoldTypes()
          Gets (as xml) the "Hold_Types" element
 JobNameDocument.JobName xgetJobName()
          Gets (as xml) the "Job_Name" element
 JobOwnerDocument.JobOwner xgetJobOwner()
          Gets (as xml) the "Job_Owner" element
 JobStateDocument.JobState xgetJobState()
          Gets (as xml) the "job_state" element
 JoinPathDocument.JoinPath xgetJoinPath()
          Gets (as xml) the "Join_Path" element
 KeepFilesDocument.KeepFiles xgetKeepFiles()
          Gets (as xml) the "Keep_Files" element
 MailPointsDocument.MailPoints xgetMailPoints()
          Gets (as xml) the "Mail_Points" element
 MtimeDocument.Mtime xgetMtime()
          Gets (as xml) the "mtime" element
 org.apache.xmlbeans.XmlAnyURI xgetOutputPath()
          Gets (as xml) the "Output_Path" element
 PriorityDocument.Priority xgetPriority()
          Gets (as xml) the "Priority" element
 QtimeDocument.Qtime xgetQtime()
          Gets (as xml) the "qtime" element
 QueueDocument.Queue xgetQueue()
          Gets (as xml) the "queue" element
 RerunableDocument.Rerunable xgetRerunable()
          Gets (as xml) the "Rerunable" element
 org.apache.xmlbeans.XmlString xgetSchedHint()
          Gets (as xml) the "sched_hint" element
 ServerDocument.Server xgetServer()
          Gets (as xml) the "server" element
 ShellPathListDocument.ShellPathList xgetShellPathList()
          Gets (as xml) the "Shell_Path_List" element
 SubmitArgsDocument.SubmitArgs xgetSubmitArgs()
          Gets (as xml) the "submit_args" element
 org.apache.xmlbeans.XmlString xgetVariableList()
          Gets (as xml) the "Variable_List" element
 XDocument.X xgetX()
          Gets (as xml) the "x" element
 void xsetCheckpoint(CheckpointDocument.Checkpoint checkpoint)
          Sets (as xml) the "Checkpoint" element
 void xsetComment(CommentDocument.Comment comment)
          Sets (as xml) the "comment" element
 void xsetCtime(CtimeDocument.Ctime ctime)
          Sets (as xml) the "ctime" element
 void xsetErrorPath(org.apache.xmlbeans.XmlAnyURI errorPath)
          Sets (as xml) the "Error_Path" element
 void xsetEtime(EtimeDocument.Etime etime)
          Sets (as xml) the "etime" element
 void xsetExecHost(ExecHostDocument.ExecHost execHost)
          Sets (as xml) the "exec_host" element
 void xsetExitStatus(ExitStatusDocument.ExitStatus exitStatus)
          Sets (as xml) the "exit_status" element
 void xsetHoldTypes(HoldTypesDocument.HoldTypes holdTypes)
          Sets (as xml) the "Hold_Types" element
 void xsetJobName(JobNameDocument.JobName jobName)
          Sets (as xml) the "Job_Name" element
 void xsetJobOwner(JobOwnerDocument.JobOwner jobOwner)
          Sets (as xml) the "Job_Owner" element
 void xsetJobState(JobStateDocument.JobState jobState)
          Sets (as xml) the "job_state" element
 void xsetJoinPath(JoinPathDocument.JoinPath joinPath)
          Sets (as xml) the "Join_Path" element
 void xsetKeepFiles(KeepFilesDocument.KeepFiles keepFiles)
          Sets (as xml) the "Keep_Files" element
 void xsetMailPoints(MailPointsDocument.MailPoints mailPoints)
          Sets (as xml) the "Mail_Points" element
 void xsetMtime(MtimeDocument.Mtime mtime)
          Sets (as xml) the "mtime" element
 void xsetOutputPath(org.apache.xmlbeans.XmlAnyURI outputPath)
          Sets (as xml) the "Output_Path" element
 void xsetPriority(PriorityDocument.Priority priority)
          Sets (as xml) the "Priority" element
 void xsetQtime(QtimeDocument.Qtime qtime)
          Sets (as xml) the "qtime" element
 void xsetQueue(QueueDocument.Queue queue)
          Sets (as xml) the "queue" element
 void xsetRerunable(RerunableDocument.Rerunable rerunable)
          Sets (as xml) the "Rerunable" element
 void xsetSchedHint(org.apache.xmlbeans.XmlString schedHint)
          Sets (as xml) the "sched_hint" element
 void xsetServer(ServerDocument.Server server)
          Sets (as xml) the "server" element
 void xsetShellPathList(ShellPathListDocument.ShellPathList shellPathList)
          Sets (as xml) the "Shell_Path_List" element
 void xsetSubmitArgs(SubmitArgsDocument.SubmitArgs submitArgs)
          Sets (as xml) the "submit_args" element
 void xsetVariableList(org.apache.xmlbeans.XmlString variableList)
          Sets (as xml) the "Variable_List" element
 void xsetX(XDocument.X x)
          Sets (as xml) the "x" element
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Constructor Detail

JobDocumentImpl.JobImpl

public JobDocumentImpl.JobImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getJobName

public JobNameDocument.JobName.Enum getJobName()
Gets the "Job_Name" element

Specified by:
getJobName in interface JobDocument.Job

xgetJobName

public JobNameDocument.JobName xgetJobName()
Gets (as xml) the "Job_Name" element

Specified by:
xgetJobName in interface JobDocument.Job

setJobName

public void setJobName(JobNameDocument.JobName.Enum jobName)
Sets the "Job_Name" element

Specified by:
setJobName in interface JobDocument.Job

xsetJobName

public void xsetJobName(JobNameDocument.JobName jobName)
Sets (as xml) the "Job_Name" element

Specified by:
xsetJobName in interface JobDocument.Job

getJobOwner

public JobOwnerDocument.JobOwner.Enum getJobOwner()
Gets the "Job_Owner" element

Specified by:
getJobOwner in interface JobDocument.Job

xgetJobOwner

public JobOwnerDocument.JobOwner xgetJobOwner()
Gets (as xml) the "Job_Owner" element

Specified by:
xgetJobOwner in interface JobDocument.Job

setJobOwner

public void setJobOwner(JobOwnerDocument.JobOwner.Enum jobOwner)
Sets the "Job_Owner" element

Specified by:
setJobOwner in interface JobDocument.Job

xsetJobOwner

public void xsetJobOwner(JobOwnerDocument.JobOwner jobOwner)
Sets (as xml) the "Job_Owner" element

Specified by:
xsetJobOwner in interface JobDocument.Job

getResourcesUsed

public ResourcesUsedDocument.ResourcesUsed getResourcesUsed()
Gets the "resources_used" element

Specified by:
getResourcesUsed in interface JobDocument.Job

setResourcesUsed

public void setResourcesUsed(ResourcesUsedDocument.ResourcesUsed resourcesUsed)
Sets the "resources_used" element

Specified by:
setResourcesUsed in interface JobDocument.Job

addNewResourcesUsed

public ResourcesUsedDocument.ResourcesUsed addNewResourcesUsed()
Appends and returns a new empty "resources_used" element

Specified by:
addNewResourcesUsed in interface JobDocument.Job

getJobState

public JobStateDocument.JobState.Enum getJobState()
Gets the "job_state" element

Specified by:
getJobState in interface JobDocument.Job

xgetJobState

public JobStateDocument.JobState xgetJobState()
Gets (as xml) the "job_state" element

Specified by:
xgetJobState in interface JobDocument.Job

setJobState

public void setJobState(JobStateDocument.JobState.Enum jobState)
Sets the "job_state" element

Specified by:
setJobState in interface JobDocument.Job

xsetJobState

public void xsetJobState(JobStateDocument.JobState jobState)
Sets (as xml) the "job_state" element

Specified by:
xsetJobState in interface JobDocument.Job

getQueue

public QueueDocument.Queue.Enum getQueue()
Gets the "queue" element

Specified by:
getQueue in interface JobDocument.Job

xgetQueue

public QueueDocument.Queue xgetQueue()
Gets (as xml) the "queue" element

Specified by:
xgetQueue in interface JobDocument.Job

setQueue

public void setQueue(QueueDocument.Queue.Enum queue)
Sets the "queue" element

Specified by:
setQueue in interface JobDocument.Job

xsetQueue

public void xsetQueue(QueueDocument.Queue queue)
Sets (as xml) the "queue" element

Specified by:
xsetQueue in interface JobDocument.Job

getServer

public ServerDocument.Server.Enum getServer()
Gets the "server" element

Specified by:
getServer in interface JobDocument.Job

xgetServer

public ServerDocument.Server xgetServer()
Gets (as xml) the "server" element

Specified by:
xgetServer in interface JobDocument.Job

setServer

public void setServer(ServerDocument.Server.Enum server)
Sets the "server" element

Specified by:
setServer in interface JobDocument.Job

xsetServer

public void xsetServer(ServerDocument.Server server)
Sets (as xml) the "server" element

Specified by:
xsetServer in interface JobDocument.Job

getCheckpoint

public CheckpointDocument.Checkpoint.Enum getCheckpoint()
Gets the "Checkpoint" element

Specified by:
getCheckpoint in interface JobDocument.Job

xgetCheckpoint

public CheckpointDocument.Checkpoint xgetCheckpoint()
Gets (as xml) the "Checkpoint" element

Specified by:
xgetCheckpoint in interface JobDocument.Job

setCheckpoint

public void setCheckpoint(CheckpointDocument.Checkpoint.Enum checkpoint)
Sets the "Checkpoint" element

Specified by:
setCheckpoint in interface JobDocument.Job

xsetCheckpoint

public void xsetCheckpoint(CheckpointDocument.Checkpoint checkpoint)
Sets (as xml) the "Checkpoint" element

Specified by:
xsetCheckpoint in interface JobDocument.Job

getCtime

public int getCtime()
Gets the "ctime" element

Specified by:
getCtime in interface JobDocument.Job

xgetCtime

public CtimeDocument.Ctime xgetCtime()
Gets (as xml) the "ctime" element

Specified by:
xgetCtime in interface JobDocument.Job

setCtime

public void setCtime(int ctime)
Sets the "ctime" element

Specified by:
setCtime in interface JobDocument.Job

xsetCtime

public void xsetCtime(CtimeDocument.Ctime ctime)
Sets (as xml) the "ctime" element

Specified by:
xsetCtime in interface JobDocument.Job

getErrorPath

public java.lang.String getErrorPath()
Gets the "Error_Path" element

Specified by:
getErrorPath in interface JobDocument.Job

xgetErrorPath

public org.apache.xmlbeans.XmlAnyURI xgetErrorPath()
Gets (as xml) the "Error_Path" element

Specified by:
xgetErrorPath in interface JobDocument.Job

setErrorPath

public void setErrorPath(java.lang.String errorPath)
Sets the "Error_Path" element

Specified by:
setErrorPath in interface JobDocument.Job

xsetErrorPath

public void xsetErrorPath(org.apache.xmlbeans.XmlAnyURI errorPath)
Sets (as xml) the "Error_Path" element

Specified by:
xsetErrorPath in interface JobDocument.Job

getExecHost

public ExecHostDocument.ExecHost.Enum getExecHost()
Gets the "exec_host" element

Specified by:
getExecHost in interface JobDocument.Job

xgetExecHost

public ExecHostDocument.ExecHost xgetExecHost()
Gets (as xml) the "exec_host" element

Specified by:
xgetExecHost in interface JobDocument.Job

setExecHost

public void setExecHost(ExecHostDocument.ExecHost.Enum execHost)
Sets the "exec_host" element

Specified by:
setExecHost in interface JobDocument.Job

xsetExecHost

public void xsetExecHost(ExecHostDocument.ExecHost execHost)
Sets (as xml) the "exec_host" element

Specified by:
xsetExecHost in interface JobDocument.Job

getHoldTypes

public HoldTypesDocument.HoldTypes.Enum getHoldTypes()
Gets the "Hold_Types" element

Specified by:
getHoldTypes in interface JobDocument.Job

xgetHoldTypes

public HoldTypesDocument.HoldTypes xgetHoldTypes()
Gets (as xml) the "Hold_Types" element

Specified by:
xgetHoldTypes in interface JobDocument.Job

setHoldTypes

public void setHoldTypes(HoldTypesDocument.HoldTypes.Enum holdTypes)
Sets the "Hold_Types" element

Specified by:
setHoldTypes in interface JobDocument.Job

xsetHoldTypes

public void xsetHoldTypes(HoldTypesDocument.HoldTypes holdTypes)
Sets (as xml) the "Hold_Types" element

Specified by:
xsetHoldTypes in interface JobDocument.Job

getJoinPath

public JoinPathDocument.JoinPath.Enum getJoinPath()
Gets the "Join_Path" element

Specified by:
getJoinPath in interface JobDocument.Job

xgetJoinPath

public JoinPathDocument.JoinPath xgetJoinPath()
Gets (as xml) the "Join_Path" element

Specified by:
xgetJoinPath in interface JobDocument.Job

setJoinPath

public void setJoinPath(JoinPathDocument.JoinPath.Enum joinPath)
Sets the "Join_Path" element

Specified by:
setJoinPath in interface JobDocument.Job

xsetJoinPath

public void xsetJoinPath(JoinPathDocument.JoinPath joinPath)
Sets (as xml) the "Join_Path" element

Specified by:
xsetJoinPath in interface JobDocument.Job

getKeepFiles

public KeepFilesDocument.KeepFiles.Enum getKeepFiles()
Gets the "Keep_Files" element

Specified by:
getKeepFiles in interface JobDocument.Job

xgetKeepFiles

public KeepFilesDocument.KeepFiles xgetKeepFiles()
Gets (as xml) the "Keep_Files" element

Specified by:
xgetKeepFiles in interface JobDocument.Job

setKeepFiles

public void setKeepFiles(KeepFilesDocument.KeepFiles.Enum keepFiles)
Sets the "Keep_Files" element

Specified by:
setKeepFiles in interface JobDocument.Job

xsetKeepFiles

public void xsetKeepFiles(KeepFilesDocument.KeepFiles keepFiles)
Sets (as xml) the "Keep_Files" element

Specified by:
xsetKeepFiles in interface JobDocument.Job

getMailPoints

public MailPointsDocument.MailPoints.Enum getMailPoints()
Gets the "Mail_Points" element

Specified by:
getMailPoints in interface JobDocument.Job

xgetMailPoints

public MailPointsDocument.MailPoints xgetMailPoints()
Gets (as xml) the "Mail_Points" element

Specified by:
xgetMailPoints in interface JobDocument.Job

setMailPoints

public void setMailPoints(MailPointsDocument.MailPoints.Enum mailPoints)
Sets the "Mail_Points" element

Specified by:
setMailPoints in interface JobDocument.Job

xsetMailPoints

public void xsetMailPoints(MailPointsDocument.MailPoints mailPoints)
Sets (as xml) the "Mail_Points" element

Specified by:
xsetMailPoints in interface JobDocument.Job

getMtime

public int getMtime()
Gets the "mtime" element

Specified by:
getMtime in interface JobDocument.Job

xgetMtime

public MtimeDocument.Mtime xgetMtime()
Gets (as xml) the "mtime" element

Specified by:
xgetMtime in interface JobDocument.Job

setMtime

public void setMtime(int mtime)
Sets the "mtime" element

Specified by:
setMtime in interface JobDocument.Job

xsetMtime

public void xsetMtime(MtimeDocument.Mtime mtime)
Sets (as xml) the "mtime" element

Specified by:
xsetMtime in interface JobDocument.Job

getOutputPath

public java.lang.String getOutputPath()
Gets the "Output_Path" element

Specified by:
getOutputPath in interface JobDocument.Job

xgetOutputPath

public org.apache.xmlbeans.XmlAnyURI xgetOutputPath()
Gets (as xml) the "Output_Path" element

Specified by:
xgetOutputPath in interface JobDocument.Job

setOutputPath

public void setOutputPath(java.lang.String outputPath)
Sets the "Output_Path" element

Specified by:
setOutputPath in interface JobDocument.Job

xsetOutputPath

public void xsetOutputPath(org.apache.xmlbeans.XmlAnyURI outputPath)
Sets (as xml) the "Output_Path" element

Specified by:
xsetOutputPath in interface JobDocument.Job

getPriority

public byte getPriority()
Gets the "Priority" element

Specified by:
getPriority in interface JobDocument.Job

xgetPriority

public PriorityDocument.Priority xgetPriority()
Gets (as xml) the "Priority" element

Specified by:
xgetPriority in interface JobDocument.Job

setPriority

public void setPriority(byte priority)
Sets the "Priority" element

Specified by:
setPriority in interface JobDocument.Job

xsetPriority

public void xsetPriority(PriorityDocument.Priority priority)
Sets (as xml) the "Priority" element

Specified by:
xsetPriority in interface JobDocument.Job

getQtime

public int getQtime()
Gets the "qtime" element

Specified by:
getQtime in interface JobDocument.Job

xgetQtime

public QtimeDocument.Qtime xgetQtime()
Gets (as xml) the "qtime" element

Specified by:
xgetQtime in interface JobDocument.Job

setQtime

public void setQtime(int qtime)
Sets the "qtime" element

Specified by:
setQtime in interface JobDocument.Job

xsetQtime

public void xsetQtime(QtimeDocument.Qtime qtime)
Sets (as xml) the "qtime" element

Specified by:
xsetQtime in interface JobDocument.Job

getRerunable

public RerunableDocument.Rerunable.Enum getRerunable()
Gets the "Rerunable" element

Specified by:
getRerunable in interface JobDocument.Job

xgetRerunable

public RerunableDocument.Rerunable xgetRerunable()
Gets (as xml) the "Rerunable" element

Specified by:
xgetRerunable in interface JobDocument.Job

setRerunable

public void setRerunable(RerunableDocument.Rerunable.Enum rerunable)
Sets the "Rerunable" element

Specified by:
setRerunable in interface JobDocument.Job

xsetRerunable

public void xsetRerunable(RerunableDocument.Rerunable rerunable)
Sets (as xml) the "Rerunable" element

Specified by:
xsetRerunable in interface JobDocument.Job

getResourceList

public ResourceListDocument.ResourceList getResourceList()
Gets the "Resource_List" element

Specified by:
getResourceList in interface JobDocument.Job

setResourceList

public void setResourceList(ResourceListDocument.ResourceList resourceList)
Sets the "Resource_List" element

Specified by:
setResourceList in interface JobDocument.Job

addNewResourceList

public ResourceListDocument.ResourceList addNewResourceList()
Appends and returns a new empty "Resource_List" element

Specified by:
addNewResourceList in interface JobDocument.Job

getShellPathList

public ShellPathListDocument.ShellPathList.Enum getShellPathList()
Gets the "Shell_Path_List" element

Specified by:
getShellPathList in interface JobDocument.Job

xgetShellPathList

public ShellPathListDocument.ShellPathList xgetShellPathList()
Gets (as xml) the "Shell_Path_List" element

Specified by:
xgetShellPathList in interface JobDocument.Job

setShellPathList

public void setShellPathList(ShellPathListDocument.ShellPathList.Enum shellPathList)
Sets the "Shell_Path_List" element

Specified by:
setShellPathList in interface JobDocument.Job

xsetShellPathList

public void xsetShellPathList(ShellPathListDocument.ShellPathList shellPathList)
Sets (as xml) the "Shell_Path_List" element

Specified by:
xsetShellPathList in interface JobDocument.Job

getVariableList

public java.lang.String getVariableList()
Gets the "Variable_List" element

Specified by:
getVariableList in interface JobDocument.Job

xgetVariableList

public org.apache.xmlbeans.XmlString xgetVariableList()
Gets (as xml) the "Variable_List" element

Specified by:
xgetVariableList in interface JobDocument.Job

setVariableList

public void setVariableList(java.lang.String variableList)
Sets the "Variable_List" element

Specified by:
setVariableList in interface JobDocument.Job

xsetVariableList

public void xsetVariableList(org.apache.xmlbeans.XmlString variableList)
Sets (as xml) the "Variable_List" element

Specified by:
xsetVariableList in interface JobDocument.Job

getSchedHint

public java.lang.String getSchedHint()
Gets the "sched_hint" element

Specified by:
getSchedHint in interface JobDocument.Job

xgetSchedHint

public org.apache.xmlbeans.XmlString xgetSchedHint()
Gets (as xml) the "sched_hint" element

Specified by:
xgetSchedHint in interface JobDocument.Job

setSchedHint

public void setSchedHint(java.lang.String schedHint)
Sets the "sched_hint" element

Specified by:
setSchedHint in interface JobDocument.Job

xsetSchedHint

public void xsetSchedHint(org.apache.xmlbeans.XmlString schedHint)
Sets (as xml) the "sched_hint" element

Specified by:
xsetSchedHint in interface JobDocument.Job

getComment

public CommentDocument.Comment.Enum getComment()
Gets the "comment" element

Specified by:
getComment in interface JobDocument.Job

xgetComment

public CommentDocument.Comment xgetComment()
Gets (as xml) the "comment" element

Specified by:
xgetComment in interface JobDocument.Job

setComment

public void setComment(CommentDocument.Comment.Enum comment)
Sets the "comment" element

Specified by:
setComment in interface JobDocument.Job

xsetComment

public void xsetComment(CommentDocument.Comment comment)
Sets (as xml) the "comment" element

Specified by:
xsetComment in interface JobDocument.Job

getEtime

public int getEtime()
Gets the "etime" element

Specified by:
getEtime in interface JobDocument.Job

xgetEtime

public EtimeDocument.Etime xgetEtime()
Gets (as xml) the "etime" element

Specified by:
xgetEtime in interface JobDocument.Job

setEtime

public void setEtime(int etime)
Sets the "etime" element

Specified by:
setEtime in interface JobDocument.Job

xsetEtime

public void xsetEtime(EtimeDocument.Etime etime)
Sets (as xml) the "etime" element

Specified by:
xsetEtime in interface JobDocument.Job

getExitStatus

public byte getExitStatus()
Gets the "exit_status" element

Specified by:
getExitStatus in interface JobDocument.Job

xgetExitStatus

public ExitStatusDocument.ExitStatus xgetExitStatus()
Gets (as xml) the "exit_status" element

Specified by:
xgetExitStatus in interface JobDocument.Job

setExitStatus

public void setExitStatus(byte exitStatus)
Sets the "exit_status" element

Specified by:
setExitStatus in interface JobDocument.Job

xsetExitStatus

public void xsetExitStatus(ExitStatusDocument.ExitStatus exitStatus)
Sets (as xml) the "exit_status" element

Specified by:
xsetExitStatus in interface JobDocument.Job

getSubmitArgs

public SubmitArgsDocument.SubmitArgs.Enum getSubmitArgs()
Gets the "submit_args" element

Specified by:
getSubmitArgs in interface JobDocument.Job

xgetSubmitArgs

public SubmitArgsDocument.SubmitArgs xgetSubmitArgs()
Gets (as xml) the "submit_args" element

Specified by:
xgetSubmitArgs in interface JobDocument.Job

setSubmitArgs

public void setSubmitArgs(SubmitArgsDocument.SubmitArgs.Enum submitArgs)
Sets the "submit_args" element

Specified by:
setSubmitArgs in interface JobDocument.Job

xsetSubmitArgs

public void xsetSubmitArgs(SubmitArgsDocument.SubmitArgs submitArgs)
Sets (as xml) the "submit_args" element

Specified by:
xsetSubmitArgs in interface JobDocument.Job

getX

public XDocument.X.Enum getX()
Gets the "x" element

Specified by:
getX in interface JobDocument.Job

xgetX

public XDocument.X xgetX()
Gets (as xml) the "x" element

Specified by:
xgetX in interface JobDocument.Job

setX

public void setX(XDocument.X.Enum x)
Sets the "x" element

Specified by:
setX in interface JobDocument.Job

xsetX

public void xsetX(XDocument.X x)
Sets (as xml) the "x" element

Specified by:
xsetX in interface JobDocument.Job


Copyright © 2009. All Rights Reserved.