|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskType
An XML TaskType(@http://www.opengis.net/sps/2.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TaskType.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 | |
---|---|
StatusReportPropertyType |
addNewStatus()
Appends and returns a new empty value (as xml) as the last "status" element |
StatusReportPropertyType[] |
getStatusArray()
Gets array of all "status" elements |
StatusReportPropertyType |
getStatusArray(int i)
Gets ith "status" element |
StatusReportPropertyType |
insertNewStatus(int i)
Inserts and returns a new empty value (as xml) as the ith "status" element |
void |
removeStatus(int i)
Removes the ith "status" element |
void |
setStatusArray(int i,
StatusReportPropertyType status)
Sets ith "status" element |
void |
setStatusArray(StatusReportPropertyType[] statusArray)
Sets array of all "status" element |
int |
sizeOfStatusArray()
Returns number of "status" element |
Methods inherited from interface net.opengis.swes.x20.AbstractSWESType |
---|
addNewExtension, addNewName, getDescription, getExtensionArray, getExtensionArray, getId, getIdentifier, getNameArray, getNameArray, insertNewExtension, insertNewName, isSetDescription, isSetId, isSetIdentifier, removeExtension, removeName, setDescription, setExtensionArray, setExtensionArray, setId, setIdentifier, setNameArray, setNameArray, sizeOfExtensionArray, sizeOfNameArray, unsetDescription, unsetId, unsetIdentifier, xgetDescription, xgetId, xgetIdentifier, xsetDescription, xsetId, xsetIdentifier |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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, 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 |
---|
StatusReportPropertyType[] getStatusArray()
StatusReportPropertyType getStatusArray(int i)
int sizeOfStatusArray()
void setStatusArray(StatusReportPropertyType[] statusArray)
void setStatusArray(int i, StatusReportPropertyType status)
StatusReportPropertyType insertNewStatus(int i)
StatusReportPropertyType addNewStatus()
void removeStatus(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |