|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SubmitJobDocument.SubmitJob
An XML submitJob(@http://www.icenigrid.org/service/gridsam). This is a complex type.
Nested Class Summary | |
---|---|
static class |
SubmitJobDocument.SubmitJob.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 value (as xml) as the last "JobDescription" element |
JobDescriptionType[] |
getJobDescriptionArray()
Gets array of all "JobDescription" elements |
JobDescriptionType |
getJobDescriptionArray(int i)
Gets ith "JobDescription" element |
boolean |
getStartSuspended()
Gets the "startSuspended" attribute |
JobDescriptionType |
insertNewJobDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "JobDescription" element |
boolean |
isSetStartSuspended()
True if has "startSuspended" attribute |
void |
removeJobDescription(int i)
Removes the ith "JobDescription" element |
void |
setJobDescriptionArray(int i,
JobDescriptionType jobDescription)
Sets ith "JobDescription" element |
void |
setJobDescriptionArray(JobDescriptionType[] jobDescriptionArray)
Sets array of all "JobDescription" element |
void |
setStartSuspended(boolean startSuspended)
Sets the "startSuspended" attribute |
int |
sizeOfJobDescriptionArray()
Returns number of "JobDescription" element |
void |
unsetStartSuspended()
Unsets the "startSuspended" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetStartSuspended()
Gets (as xml) the "startSuspended" attribute |
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[] getJobDescriptionArray()
JobDescriptionType getJobDescriptionArray(int i)
int sizeOfJobDescriptionArray()
void setJobDescriptionArray(JobDescriptionType[] jobDescriptionArray)
void setJobDescriptionArray(int i, JobDescriptionType jobDescription)
JobDescriptionType insertNewJobDescription(int i)
JobDescriptionType addNewJobDescription()
void removeJobDescription(int i)
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 |