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

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

public interface JobIdentificationType
extends org.apache.xmlbeans.XmlObject

An XML JobIdentification_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.


Nested Class Summary
static class JobIdentificationType.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
 void addJobAnnotation(String jobAnnotation)
          Appends the value as the last "JobAnnotation" element
 void addJobProject(String jobProject)
          Appends the value as the last "JobProject" element
 org.apache.xmlbeans.XmlString addNewJobAnnotation()
          Appends and returns a new empty value (as xml) as the last "JobAnnotation" element
 org.apache.xmlbeans.XmlString addNewJobProject()
          Appends and returns a new empty value (as xml) as the last "JobProject" element
 String getDescription()
          Gets the "Description" element
 String[] getJobAnnotationArray()
          Gets array of all "JobAnnotation" elements
 String getJobAnnotationArray(int i)
          Gets ith "JobAnnotation" element
 String getJobName()
          Gets the "JobName" element
 String[] getJobProjectArray()
          Gets array of all "JobProject" elements
 String getJobProjectArray(int i)
          Gets ith "JobProject" element
 void insertJobAnnotation(int i, String jobAnnotation)
          Inserts the value as the ith "JobAnnotation" element
 void insertJobProject(int i, String jobProject)
          Inserts the value as the ith "JobProject" element
 org.apache.xmlbeans.XmlString insertNewJobAnnotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "JobAnnotation" element
 org.apache.xmlbeans.XmlString insertNewJobProject(int i)
          Inserts and returns a new empty value (as xml) as the ith "JobProject" element
 boolean isSetDescription()
          True if has "Description" element
 boolean isSetJobName()
          True if has "JobName" element
 void removeJobAnnotation(int i)
          Removes the ith "JobAnnotation" element
 void removeJobProject(int i)
          Removes the ith "JobProject" element
 void setDescription(String description)
          Sets the "Description" element
 void setJobAnnotationArray(int i, String jobAnnotation)
          Sets ith "JobAnnotation" element
 void setJobAnnotationArray(String[] jobAnnotationArray)
          Sets array of all "JobAnnotation" element
 void setJobName(String jobName)
          Sets the "JobName" element
 void setJobProjectArray(int i, String jobProject)
          Sets ith "JobProject" element
 void setJobProjectArray(String[] jobProjectArray)
          Sets array of all "JobProject" element
 int sizeOfJobAnnotationArray()
          Returns number of "JobAnnotation" element
 int sizeOfJobProjectArray()
          Returns number of "JobProject" element
 void unsetDescription()
          Unsets the "Description" element
 void unsetJobName()
          Unsets the "JobName" element
 DescriptionType xgetDescription()
          Gets (as xml) the "Description" element
 org.apache.xmlbeans.XmlString[] xgetJobAnnotationArray()
          Gets (as xml) array of all "JobAnnotation" elements
 org.apache.xmlbeans.XmlString xgetJobAnnotationArray(int i)
          Gets (as xml) ith "JobAnnotation" element
 org.apache.xmlbeans.XmlString xgetJobName()
          Gets (as xml) the "JobName" element
 org.apache.xmlbeans.XmlString[] xgetJobProjectArray()
          Gets (as xml) array of all "JobProject" elements
 org.apache.xmlbeans.XmlString xgetJobProjectArray(int i)
          Gets (as xml) ith "JobProject" element
 void xsetDescription(DescriptionType description)
          Sets (as xml) the "Description" element
 void xsetJobAnnotationArray(int i, org.apache.xmlbeans.XmlString jobAnnotation)
          Sets (as xml) ith "JobAnnotation" element
 void xsetJobAnnotationArray(org.apache.xmlbeans.XmlString[] jobAnnotationArray)
          Sets (as xml) array of all "JobAnnotation" element
 void xsetJobName(org.apache.xmlbeans.XmlString jobName)
          Sets (as xml) the "JobName" element
 void xsetJobProjectArray(int i, org.apache.xmlbeans.XmlString jobProject)
          Sets (as xml) ith "JobProject" element
 void xsetJobProjectArray(org.apache.xmlbeans.XmlString[] jobProjectArray)
          Sets (as xml) array of all "JobProject" 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

getJobName

String getJobName()
Gets the "JobName" element


xgetJobName

org.apache.xmlbeans.XmlString xgetJobName()
Gets (as xml) the "JobName" element


isSetJobName

boolean isSetJobName()
True if has "JobName" element


setJobName

void setJobName(String jobName)
Sets the "JobName" element


xsetJobName

void xsetJobName(org.apache.xmlbeans.XmlString jobName)
Sets (as xml) the "JobName" element


unsetJobName

void unsetJobName()
Unsets the "JobName" element


getDescription

String getDescription()
Gets the "Description" element


xgetDescription

DescriptionType xgetDescription()
Gets (as xml) the "Description" element


isSetDescription

boolean isSetDescription()
True if has "Description" element


setDescription

void setDescription(String description)
Sets the "Description" element


xsetDescription

void xsetDescription(DescriptionType description)
Sets (as xml) the "Description" element


unsetDescription

void unsetDescription()
Unsets the "Description" element


getJobAnnotationArray

String[] getJobAnnotationArray()
Gets array of all "JobAnnotation" elements


getJobAnnotationArray

String getJobAnnotationArray(int i)
Gets ith "JobAnnotation" element


xgetJobAnnotationArray

org.apache.xmlbeans.XmlString[] xgetJobAnnotationArray()
Gets (as xml) array of all "JobAnnotation" elements


xgetJobAnnotationArray

org.apache.xmlbeans.XmlString xgetJobAnnotationArray(int i)
Gets (as xml) ith "JobAnnotation" element


sizeOfJobAnnotationArray

int sizeOfJobAnnotationArray()
Returns number of "JobAnnotation" element


setJobAnnotationArray

void setJobAnnotationArray(String[] jobAnnotationArray)
Sets array of all "JobAnnotation" element


setJobAnnotationArray

void setJobAnnotationArray(int i,
                           String jobAnnotation)
Sets ith "JobAnnotation" element


xsetJobAnnotationArray

void xsetJobAnnotationArray(org.apache.xmlbeans.XmlString[] jobAnnotationArray)
Sets (as xml) array of all "JobAnnotation" element


xsetJobAnnotationArray

void xsetJobAnnotationArray(int i,
                            org.apache.xmlbeans.XmlString jobAnnotation)
Sets (as xml) ith "JobAnnotation" element


insertJobAnnotation

void insertJobAnnotation(int i,
                         String jobAnnotation)
Inserts the value as the ith "JobAnnotation" element


addJobAnnotation

void addJobAnnotation(String jobAnnotation)
Appends the value as the last "JobAnnotation" element


insertNewJobAnnotation

org.apache.xmlbeans.XmlString insertNewJobAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "JobAnnotation" element


addNewJobAnnotation

org.apache.xmlbeans.XmlString addNewJobAnnotation()
Appends and returns a new empty value (as xml) as the last "JobAnnotation" element


removeJobAnnotation

void removeJobAnnotation(int i)
Removes the ith "JobAnnotation" element


getJobProjectArray

String[] getJobProjectArray()
Gets array of all "JobProject" elements


getJobProjectArray

String getJobProjectArray(int i)
Gets ith "JobProject" element


xgetJobProjectArray

org.apache.xmlbeans.XmlString[] xgetJobProjectArray()
Gets (as xml) array of all "JobProject" elements


xgetJobProjectArray

org.apache.xmlbeans.XmlString xgetJobProjectArray(int i)
Gets (as xml) ith "JobProject" element


sizeOfJobProjectArray

int sizeOfJobProjectArray()
Returns number of "JobProject" element


setJobProjectArray

void setJobProjectArray(String[] jobProjectArray)
Sets array of all "JobProject" element


setJobProjectArray

void setJobProjectArray(int i,
                        String jobProject)
Sets ith "JobProject" element


xsetJobProjectArray

void xsetJobProjectArray(org.apache.xmlbeans.XmlString[] jobProjectArray)
Sets (as xml) array of all "JobProject" element


xsetJobProjectArray

void xsetJobProjectArray(int i,
                         org.apache.xmlbeans.XmlString jobProject)
Sets (as xml) ith "JobProject" element


insertJobProject

void insertJobProject(int i,
                      String jobProject)
Inserts the value as the ith "JobProject" element


addJobProject

void addJobProject(String jobProject)
Appends the value as the last "JobProject" element


insertNewJobProject

org.apache.xmlbeans.XmlString insertNewJobProject(int i)
Inserts and returns a new empty value (as xml) as the ith "JobProject" element


addNewJobProject

org.apache.xmlbeans.XmlString addNewJobProject()
Appends and returns a new empty value (as xml) as the last "JobProject" element


removeJobProject

void removeJobProject(int i)
Removes the ith "JobProject" element



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