org.icenigrid.schema.service.gridsam
Interface SubmitJobDocument.SubmitJob

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SubmitJobDocumentImpl.SubmitJobImpl
Enclosing interface:
SubmitJobDocument

public static interface SubmitJobDocument.SubmitJob
extends org.apache.xmlbeans.XmlObject

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

type

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

getJobDescriptionArray

JobDescriptionType[] getJobDescriptionArray()
Gets array of all "JobDescription" elements


getJobDescriptionArray

JobDescriptionType getJobDescriptionArray(int i)
Gets ith "JobDescription" element


sizeOfJobDescriptionArray

int sizeOfJobDescriptionArray()
Returns number of "JobDescription" element


setJobDescriptionArray

void setJobDescriptionArray(JobDescriptionType[] jobDescriptionArray)
Sets array of all "JobDescription" element


setJobDescriptionArray

void setJobDescriptionArray(int i,
                            JobDescriptionType jobDescription)
Sets ith "JobDescription" element


insertNewJobDescription

JobDescriptionType insertNewJobDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "JobDescription" element


addNewJobDescription

JobDescriptionType addNewJobDescription()
Appends and returns a new empty value (as xml) as the last "JobDescription" element


removeJobDescription

void removeJobDescription(int i)
Removes the ith "JobDescription" 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.