net.opengis.sps.x20
Interface TaskType

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

public interface TaskType
extends AbstractSWESType

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

type

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

getStatusArray

StatusReportPropertyType[] getStatusArray()
Gets array of all "status" elements


getStatusArray

StatusReportPropertyType getStatusArray(int i)
Gets ith "status" element


sizeOfStatusArray

int sizeOfStatusArray()
Returns number of "status" element


setStatusArray

void setStatusArray(StatusReportPropertyType[] statusArray)
Sets array of all "status" element


setStatusArray

void setStatusArray(int i,
                    StatusReportPropertyType status)
Sets ith "status" element


insertNewStatus

StatusReportPropertyType insertNewStatus(int i)
Inserts and returns a new empty value (as xml) as the ith "status" element


addNewStatus

StatusReportPropertyType addNewStatus()
Appends and returns a new empty value (as xml) as the last "status" element


removeStatus

void removeStatus(int i)
Removes the ith "status" element



Copyright © 2004-2013 52north.org. All Rights Reserved.