|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RerunJobDocument.RerunJob
An XML rerunJob(@http://www.icenigrid.org/service/gridsam). This is a complex type.
Nested Class Summary | |
---|---|
static class |
RerunJobDocument.RerunJob.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
JobDescriptionType |
addNewJobDescription()
Appends and returns a new empty "JobDescription" element |
JobDescriptionType |
getJobDescription()
Gets the "JobDescription" element |
java.lang.String |
getParentID()
Gets the "ParentID" element |
java.lang.String |
getStartState()
Gets the "StartState" element |
boolean |
getStartSuspended()
Gets the "startSuspended" attribute |
boolean |
isSetStartSuspended()
True if has "startSuspended" attribute |
void |
setJobDescription(JobDescriptionType jobDescription)
Sets the "JobDescription" element |
void |
setParentID(java.lang.String parentID)
Sets the "ParentID" element |
void |
setStartState(java.lang.String startState)
Sets the "StartState" element |
void |
setStartSuspended(boolean startSuspended)
Sets the "startSuspended" attribute |
void |
unsetStartSuspended()
Unsets the "startSuspended" attribute |
org.apache.xmlbeans.XmlString |
xgetParentID()
Gets (as xml) the "ParentID" element |
org.apache.xmlbeans.XmlString |
xgetStartState()
Gets (as xml) the "StartState" element |
org.apache.xmlbeans.XmlBoolean |
xgetStartSuspended()
Gets (as xml) the "startSuspended" attribute |
void |
xsetParentID(org.apache.xmlbeans.XmlString parentID)
Sets (as xml) the "ParentID" element |
void |
xsetStartState(org.apache.xmlbeans.XmlString startState)
Sets (as xml) the "StartState" element |
void |
xsetStartSuspended(org.apache.xmlbeans.XmlBoolean startSuspended)
Sets (as xml) the "startSuspended" attribute |
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
JobDescriptionType getJobDescription()
void setJobDescription(JobDescriptionType jobDescription)
JobDescriptionType addNewJobDescription()
java.lang.String getStartState()
org.apache.xmlbeans.XmlString xgetStartState()
void setStartState(java.lang.String startState)
void xsetStartState(org.apache.xmlbeans.XmlString startState)
java.lang.String getParentID()
org.apache.xmlbeans.XmlString xgetParentID()
void setParentID(java.lang.String parentID)
void xsetParentID(org.apache.xmlbeans.XmlString parentID)
boolean getStartSuspended()
org.apache.xmlbeans.XmlBoolean xgetStartSuspended()
boolean isSetStartSuspended()
void setStartSuspended(boolean startSuspended)
void xsetStartSuspended(org.apache.xmlbeans.XmlBoolean startSuspended)
void unsetStartSuspended()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |