org.ggf.schemas.jsdl.x2005.x11.jsdl
Interface JobDescriptionType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
JobDescriptionTypeImpl

public interface JobDescriptionType
extends org.apache.xmlbeans.XmlObject

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

type

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

getJobIdentification

JobIdentificationType getJobIdentification()
Gets the "JobIdentification" element


isSetJobIdentification

boolean isSetJobIdentification()
True if has "JobIdentification" element


setJobIdentification

void setJobIdentification(JobIdentificationType jobIdentification)
Sets the "JobIdentification" element


addNewJobIdentification

JobIdentificationType addNewJobIdentification()
Appends and returns a new empty "JobIdentification" element


unsetJobIdentification

void unsetJobIdentification()
Unsets the "JobIdentification" element


getApplication

ApplicationType getApplication()
Gets the "Application" element


isSetApplication

boolean isSetApplication()
True if has "Application" element


setApplication

void setApplication(ApplicationType application)
Sets the "Application" element


addNewApplication

ApplicationType addNewApplication()
Appends and returns a new empty "Application" element


unsetApplication

void unsetApplication()
Unsets the "Application" element


getResources

ResourcesType getResources()
Gets the "Resources" element


isSetResources

boolean isSetResources()
True if has "Resources" element


setResources

void setResources(ResourcesType resources)
Sets the "Resources" element


addNewResources

ResourcesType addNewResources()
Appends and returns a new empty "Resources" element


unsetResources

void unsetResources()
Unsets the "Resources" element


getDataStagingArray

DataStagingType[] getDataStagingArray()
Gets array of all "DataStaging" elements


getDataStagingArray

DataStagingType getDataStagingArray(int i)
Gets ith "DataStaging" element


sizeOfDataStagingArray

int sizeOfDataStagingArray()
Returns number of "DataStaging" element


setDataStagingArray

void setDataStagingArray(DataStagingType[] dataStagingArray)
Sets array of all "DataStaging" element


setDataStagingArray

void setDataStagingArray(int i,
                         DataStagingType dataStaging)
Sets ith "DataStaging" element


insertNewDataStaging

DataStagingType insertNewDataStaging(int i)
Inserts and returns a new empty value (as xml) as the ith "DataStaging" element


addNewDataStaging

DataStagingType addNewDataStaging()
Appends and returns a new empty value (as xml) as the last "DataStaging" element


removeDataStaging

void removeDataStaging(int i)
Removes the ith "DataStaging" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.