|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobIdentificationType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getJobName()
org.apache.xmlbeans.XmlString xgetJobName()
boolean isSetJobName()
void setJobName(String jobName)
void xsetJobName(org.apache.xmlbeans.XmlString jobName)
void unsetJobName()
String getDescription()
DescriptionType xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(DescriptionType description)
void unsetDescription()
String[] getJobAnnotationArray()
String getJobAnnotationArray(int i)
org.apache.xmlbeans.XmlString[] xgetJobAnnotationArray()
org.apache.xmlbeans.XmlString xgetJobAnnotationArray(int i)
int sizeOfJobAnnotationArray()
void setJobAnnotationArray(String[] jobAnnotationArray)
void setJobAnnotationArray(int i, String jobAnnotation)
void xsetJobAnnotationArray(org.apache.xmlbeans.XmlString[] jobAnnotationArray)
void xsetJobAnnotationArray(int i, org.apache.xmlbeans.XmlString jobAnnotation)
void insertJobAnnotation(int i, String jobAnnotation)
void addJobAnnotation(String jobAnnotation)
org.apache.xmlbeans.XmlString insertNewJobAnnotation(int i)
org.apache.xmlbeans.XmlString addNewJobAnnotation()
void removeJobAnnotation(int i)
String[] getJobProjectArray()
String getJobProjectArray(int i)
org.apache.xmlbeans.XmlString[] xgetJobProjectArray()
org.apache.xmlbeans.XmlString xgetJobProjectArray(int i)
int sizeOfJobProjectArray()
void setJobProjectArray(String[] jobProjectArray)
void setJobProjectArray(int i, String jobProject)
void xsetJobProjectArray(org.apache.xmlbeans.XmlString[] jobProjectArray)
void xsetJobProjectArray(int i, org.apache.xmlbeans.XmlString jobProject)
void insertJobProject(int i, String jobProject)
void addJobProject(String jobProject)
org.apache.xmlbeans.XmlString insertNewJobProject(int i)
org.apache.xmlbeans.XmlString addNewJobProject()
void removeJobProject(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |