public static interface ResultDocument.Result
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResultDocument.Result.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
DataOutputType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
Calendar |
getExpirationDate()
Gets the "ExpirationDate" element
|
String |
getJobID()
Gets the "JobID" element
|
DataOutputType[] |
getOutputArray()
Gets array of all "Output" elements
|
DataOutputType |
getOutputArray(int i)
Gets ith "Output" element
|
DataOutputType |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "Output" element
|
boolean |
isSetExpirationDate()
True if has "ExpirationDate" element
|
boolean |
isSetJobID()
True if has "JobID" element
|
void |
removeOutput(int i)
Removes the ith "Output" element
|
void |
setExpirationDate(Calendar expirationDate)
Sets the "ExpirationDate" element
|
void |
setJobID(String jobID)
Sets the "JobID" element
|
void |
setOutputArray(DataOutputType[] outputArray)
Sets array of all "Output" element
|
void |
setOutputArray(int i,
DataOutputType output)
Sets ith "Output" element
|
int |
sizeOfOutputArray()
Returns number of "Output" element
|
void |
unsetExpirationDate()
Unsets the "ExpirationDate" element
|
void |
unsetJobID()
Unsets the "JobID" element
|
org.apache.xmlbeans.XmlDateTime |
xgetExpirationDate()
Gets (as xml) the "ExpirationDate" element
|
org.apache.xmlbeans.XmlString |
xgetJobID()
Gets (as xml) the "JobID" element
|
void |
xsetExpirationDate(org.apache.xmlbeans.XmlDateTime expirationDate)
Sets (as xml) the "ExpirationDate" element
|
void |
xsetJobID(org.apache.xmlbeans.XmlString jobID)
Sets (as xml) the "JobID" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getJobID()
org.apache.xmlbeans.XmlString xgetJobID()
boolean isSetJobID()
void setJobID(String jobID)
void xsetJobID(org.apache.xmlbeans.XmlString jobID)
void unsetJobID()
Calendar getExpirationDate()
org.apache.xmlbeans.XmlDateTime xgetExpirationDate()
boolean isSetExpirationDate()
void setExpirationDate(Calendar expirationDate)
void xsetExpirationDate(org.apache.xmlbeans.XmlDateTime expirationDate)
void unsetExpirationDate()
DataOutputType[] getOutputArray()
DataOutputType getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(DataOutputType[] outputArray)
void setOutputArray(int i,
DataOutputType output)
DataOutputType insertNewOutput(int i)
DataOutputType addNewOutput()
void removeOutput(int i)
Copyright © 2015–2018 52north.org. All rights reserved.