org.icenigrid.schema.service.gridsam
Interface RerunJobDocument.RerunJob

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RerunJobDocumentImpl.RerunJobImpl
Enclosing interface:
RerunJobDocument

public static interface RerunJobDocument.RerunJob
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getJobDescription

JobDescriptionType getJobDescription()
Gets the "JobDescription" element


setJobDescription

void setJobDescription(JobDescriptionType jobDescription)
Sets the "JobDescription" element


addNewJobDescription

JobDescriptionType addNewJobDescription()
Appends and returns a new empty "JobDescription" element


getStartState

java.lang.String getStartState()
Gets the "StartState" element


xgetStartState

org.apache.xmlbeans.XmlString xgetStartState()
Gets (as xml) the "StartState" element


setStartState

void setStartState(java.lang.String startState)
Sets the "StartState" element


xsetStartState

void xsetStartState(org.apache.xmlbeans.XmlString startState)
Sets (as xml) the "StartState" element


getParentID

java.lang.String getParentID()
Gets the "ParentID" element


xgetParentID

org.apache.xmlbeans.XmlString xgetParentID()
Gets (as xml) the "ParentID" element


setParentID

void setParentID(java.lang.String parentID)
Sets the "ParentID" element


xsetParentID

void xsetParentID(org.apache.xmlbeans.XmlString parentID)
Sets (as xml) the "ParentID" element


getStartSuspended

boolean getStartSuspended()
Gets the "startSuspended" attribute


xgetStartSuspended

org.apache.xmlbeans.XmlBoolean xgetStartSuspended()
Gets (as xml) the "startSuspended" attribute


isSetStartSuspended

boolean isSetStartSuspended()
True if has "startSuspended" attribute


setStartSuspended

void setStartSuspended(boolean startSuspended)
Sets the "startSuspended" attribute


xsetStartSuspended

void xsetStartSuspended(org.apache.xmlbeans.XmlBoolean startSuspended)
Sets (as xml) the "startSuspended" attribute


unsetStartSuspended

void unsetStartSuspended()
Unsets the "startSuspended" attribute



Copyright © 2009. All Rights Reserved.