|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobDescriptionType
An XML JobDescription_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.
Nested Class Summary | |
---|---|
static class |
JobDescriptionType.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 | |
---|---|
ApplicationType |
addNewApplication()
Appends and returns a new empty "Application" element |
DataStagingType |
addNewDataStaging()
Appends and returns a new empty value (as xml) as the last "DataStaging" element |
JobIdentificationType |
addNewJobIdentification()
Appends and returns a new empty "JobIdentification" element |
ResourcesType |
addNewResources()
Appends and returns a new empty "Resources" element |
ApplicationType |
getApplication()
Gets the "Application" element |
DataStagingType[] |
getDataStagingArray()
Gets array of all "DataStaging" elements |
DataStagingType |
getDataStagingArray(int i)
Gets ith "DataStaging" element |
JobIdentificationType |
getJobIdentification()
Gets the "JobIdentification" element |
ResourcesType |
getResources()
Gets the "Resources" element |
DataStagingType |
insertNewDataStaging(int i)
Inserts and returns a new empty value (as xml) as the ith "DataStaging" element |
boolean |
isSetApplication()
True if has "Application" element |
boolean |
isSetJobIdentification()
True if has "JobIdentification" element |
boolean |
isSetResources()
True if has "Resources" element |
void |
removeDataStaging(int i)
Removes the ith "DataStaging" element |
void |
setApplication(ApplicationType application)
Sets the "Application" element |
void |
setDataStagingArray(DataStagingType[] dataStagingArray)
Sets array of all "DataStaging" element |
void |
setDataStagingArray(int i,
DataStagingType dataStaging)
Sets ith "DataStaging" element |
void |
setJobIdentification(JobIdentificationType jobIdentification)
Sets the "JobIdentification" element |
void |
setResources(ResourcesType resources)
Sets the "Resources" element |
int |
sizeOfDataStagingArray()
Returns number of "DataStaging" element |
void |
unsetApplication()
Unsets the "Application" element |
void |
unsetJobIdentification()
Unsets the "JobIdentification" element |
void |
unsetResources()
Unsets the "Resources" element |
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 |
---|
JobIdentificationType getJobIdentification()
boolean isSetJobIdentification()
void setJobIdentification(JobIdentificationType jobIdentification)
JobIdentificationType addNewJobIdentification()
void unsetJobIdentification()
ApplicationType getApplication()
boolean isSetApplication()
void setApplication(ApplicationType application)
ApplicationType addNewApplication()
void unsetApplication()
ResourcesType getResources()
boolean isSetResources()
void setResources(ResourcesType resources)
ResourcesType addNewResources()
void unsetResources()
DataStagingType[] getDataStagingArray()
DataStagingType getDataStagingArray(int i)
int sizeOfDataStagingArray()
void setDataStagingArray(DataStagingType[] dataStagingArray)
void setDataStagingArray(int i, DataStagingType dataStaging)
DataStagingType insertNewDataStaging(int i)
DataStagingType addNewDataStaging()
void removeDataStaging(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |