net.opengis.sps.x20
Interface StatusReportType

All Superinterfaces:
AbstractSWESType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ReservationReportType
All Known Implementing Classes:
ReservationReportTypeImpl, StatusReportTypeImpl

public interface StatusReportType
extends AbstractSWESType

An XML StatusReportType(@http://www.opengis.net/sps/2.0). This is a complex type.


Nested Class Summary
static interface StatusReportType.Alternative
          An XML alternative(@http://www.opengis.net/sps/2.0).
static class StatusReportType.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
 StatusReportType.Alternative addNewAlternative()
          Appends and returns a new empty value (as xml) as the last "alternative" element
 net.opengis.ows.x11.LanguageStringType addNewStatusMessage()
          Appends and returns a new empty value (as xml) as the last "statusMessage" element
 ParameterDataPropertyType addNewTaskingParameters()
          Appends and returns a new empty "taskingParameters" element
 StatusReportType.Alternative[] getAlternativeArray()
          Gets array of all "alternative" elements
 StatusReportType.Alternative getAlternativeArray(int i)
          Gets ith "alternative" element
 Calendar getEstimatedToC()
          Gets the "estimatedToC" element
 String getEvent()
          Gets the "event" element
 double getPercentCompletion()
          Gets the "percentCompletion" element
 String getProcedure()
          Gets the "procedure" element
 String getRequestStatus()
          Gets the "requestStatus" element
 net.opengis.ows.x11.LanguageStringType[] getStatusMessageArray()
          Gets array of all "statusMessage" elements
 net.opengis.ows.x11.LanguageStringType getStatusMessageArray(int i)
          Gets ith "statusMessage" element
 String getTask()
          Gets the "task" element
 ParameterDataPropertyType getTaskingParameters()
          Gets the "taskingParameters" element
 String getTaskStatus()
          Gets the "taskStatus" element
 Calendar getUpdateTime()
          Gets the "updateTime" element
 StatusReportType.Alternative insertNewAlternative(int i)
          Inserts and returns a new empty value (as xml) as the ith "alternative" element
 net.opengis.ows.x11.LanguageStringType insertNewStatusMessage(int i)
          Inserts and returns a new empty value (as xml) as the ith "statusMessage" element
 boolean isSetEstimatedToC()
          True if has "estimatedToC" element
 boolean isSetEvent()
          True if has "event" element
 boolean isSetPercentCompletion()
          True if has "percentCompletion" element
 boolean isSetTaskingParameters()
          True if has "taskingParameters" element
 boolean isSetTaskStatus()
          True if has "taskStatus" element
 void removeAlternative(int i)
          Removes the ith "alternative" element
 void removeStatusMessage(int i)
          Removes the ith "statusMessage" element
 void setAlternativeArray(int i, StatusReportType.Alternative alternative)
          Sets ith "alternative" element
 void setAlternativeArray(StatusReportType.Alternative[] alternativeArray)
          Sets array of all "alternative" element
 void setEstimatedToC(Calendar estimatedToC)
          Sets the "estimatedToC" element
 void setEvent(String event)
          Sets the "event" element
 void setPercentCompletion(double percentCompletion)
          Sets the "percentCompletion" element
 void setProcedure(String procedure)
          Sets the "procedure" element
 void setRequestStatus(String requestStatus)
          Sets the "requestStatus" element
 void setStatusMessageArray(int i, net.opengis.ows.x11.LanguageStringType statusMessage)
          Sets ith "statusMessage" element
 void setStatusMessageArray(net.opengis.ows.x11.LanguageStringType[] statusMessageArray)
          Sets array of all "statusMessage" element
 void setTask(String task)
          Sets the "task" element
 void setTaskingParameters(ParameterDataPropertyType taskingParameters)
          Sets the "taskingParameters" element
 void setTaskStatus(String taskStatus)
          Sets the "taskStatus" element
 void setUpdateTime(Calendar updateTime)
          Sets the "updateTime" element
 int sizeOfAlternativeArray()
          Returns number of "alternative" element
 int sizeOfStatusMessageArray()
          Returns number of "statusMessage" element
 void unsetEstimatedToC()
          Unsets the "estimatedToC" element
 void unsetEvent()
          Unsets the "event" element
 void unsetPercentCompletion()
          Unsets the "percentCompletion" element
 void unsetTaskingParameters()
          Unsets the "taskingParameters" element
 void unsetTaskStatus()
          Unsets the "taskStatus" element
 org.apache.xmlbeans.XmlDateTime xgetEstimatedToC()
          Gets (as xml) the "estimatedToC" element
 EventCodeType xgetEvent()
          Gets (as xml) the "event" element
 org.apache.xmlbeans.XmlDouble xgetPercentCompletion()
          Gets (as xml) the "percentCompletion" element
 org.apache.xmlbeans.XmlAnyURI xgetProcedure()
          Gets (as xml) the "procedure" element
 TaskingRequestStatusCodeType xgetRequestStatus()
          Gets (as xml) the "requestStatus" element
 org.apache.xmlbeans.XmlAnyURI xgetTask()
          Gets (as xml) the "task" element
 TaskStatusCodeType xgetTaskStatus()
          Gets (as xml) the "taskStatus" element
 org.apache.xmlbeans.XmlDateTime xgetUpdateTime()
          Gets (as xml) the "updateTime" element
 void xsetEstimatedToC(org.apache.xmlbeans.XmlDateTime estimatedToC)
          Sets (as xml) the "estimatedToC" element
 void xsetEvent(EventCodeType event)
          Sets (as xml) the "event" element
 void xsetPercentCompletion(org.apache.xmlbeans.XmlDouble percentCompletion)
          Sets (as xml) the "percentCompletion" element
 void xsetProcedure(org.apache.xmlbeans.XmlAnyURI procedure)
          Sets (as xml) the "procedure" element
 void xsetRequestStatus(TaskingRequestStatusCodeType requestStatus)
          Sets (as xml) the "requestStatus" element
 void xsetTask(org.apache.xmlbeans.XmlAnyURI task)
          Sets (as xml) the "task" element
 void xsetTaskStatus(TaskStatusCodeType taskStatus)
          Sets (as xml) the "taskStatus" element
 void xsetUpdateTime(org.apache.xmlbeans.XmlDateTime updateTime)
          Sets (as xml) the "updateTime" 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

getTask

String getTask()
Gets the "task" element


xgetTask

org.apache.xmlbeans.XmlAnyURI xgetTask()
Gets (as xml) the "task" element


setTask

void setTask(String task)
Sets the "task" element


xsetTask

void xsetTask(org.apache.xmlbeans.XmlAnyURI task)
Sets (as xml) the "task" element


getEstimatedToC

Calendar getEstimatedToC()
Gets the "estimatedToC" element


xgetEstimatedToC

org.apache.xmlbeans.XmlDateTime xgetEstimatedToC()
Gets (as xml) the "estimatedToC" element


isSetEstimatedToC

boolean isSetEstimatedToC()
True if has "estimatedToC" element


setEstimatedToC

void setEstimatedToC(Calendar estimatedToC)
Sets the "estimatedToC" element


xsetEstimatedToC

void xsetEstimatedToC(org.apache.xmlbeans.XmlDateTime estimatedToC)
Sets (as xml) the "estimatedToC" element


unsetEstimatedToC

void unsetEstimatedToC()
Unsets the "estimatedToC" element


getEvent

String getEvent()
Gets the "event" element


xgetEvent

EventCodeType xgetEvent()
Gets (as xml) the "event" element


isSetEvent

boolean isSetEvent()
True if has "event" element


setEvent

void setEvent(String event)
Sets the "event" element


xsetEvent

void xsetEvent(EventCodeType event)
Sets (as xml) the "event" element


unsetEvent

void unsetEvent()
Unsets the "event" element


getPercentCompletion

double getPercentCompletion()
Gets the "percentCompletion" element


xgetPercentCompletion

org.apache.xmlbeans.XmlDouble xgetPercentCompletion()
Gets (as xml) the "percentCompletion" element


isSetPercentCompletion

boolean isSetPercentCompletion()
True if has "percentCompletion" element


setPercentCompletion

void setPercentCompletion(double percentCompletion)
Sets the "percentCompletion" element


xsetPercentCompletion

void xsetPercentCompletion(org.apache.xmlbeans.XmlDouble percentCompletion)
Sets (as xml) the "percentCompletion" element


unsetPercentCompletion

void unsetPercentCompletion()
Unsets the "percentCompletion" element


getProcedure

String getProcedure()
Gets the "procedure" element


xgetProcedure

org.apache.xmlbeans.XmlAnyURI xgetProcedure()
Gets (as xml) the "procedure" element


setProcedure

void setProcedure(String procedure)
Sets the "procedure" element


xsetProcedure

void xsetProcedure(org.apache.xmlbeans.XmlAnyURI procedure)
Sets (as xml) the "procedure" element


getRequestStatus

String getRequestStatus()
Gets the "requestStatus" element


xgetRequestStatus

TaskingRequestStatusCodeType xgetRequestStatus()
Gets (as xml) the "requestStatus" element


setRequestStatus

void setRequestStatus(String requestStatus)
Sets the "requestStatus" element


xsetRequestStatus

void xsetRequestStatus(TaskingRequestStatusCodeType requestStatus)
Sets (as xml) the "requestStatus" element


getStatusMessageArray

net.opengis.ows.x11.LanguageStringType[] getStatusMessageArray()
Gets array of all "statusMessage" elements


getStatusMessageArray

net.opengis.ows.x11.LanguageStringType getStatusMessageArray(int i)
Gets ith "statusMessage" element


sizeOfStatusMessageArray

int sizeOfStatusMessageArray()
Returns number of "statusMessage" element


setStatusMessageArray

void setStatusMessageArray(net.opengis.ows.x11.LanguageStringType[] statusMessageArray)
Sets array of all "statusMessage" element


setStatusMessageArray

void setStatusMessageArray(int i,
                           net.opengis.ows.x11.LanguageStringType statusMessage)
Sets ith "statusMessage" element


insertNewStatusMessage

net.opengis.ows.x11.LanguageStringType insertNewStatusMessage(int i)
Inserts and returns a new empty value (as xml) as the ith "statusMessage" element


addNewStatusMessage

net.opengis.ows.x11.LanguageStringType addNewStatusMessage()
Appends and returns a new empty value (as xml) as the last "statusMessage" element


removeStatusMessage

void removeStatusMessage(int i)
Removes the ith "statusMessage" element


getTaskStatus

String getTaskStatus()
Gets the "taskStatus" element


xgetTaskStatus

TaskStatusCodeType xgetTaskStatus()
Gets (as xml) the "taskStatus" element


isSetTaskStatus

boolean isSetTaskStatus()
True if has "taskStatus" element


setTaskStatus

void setTaskStatus(String taskStatus)
Sets the "taskStatus" element


xsetTaskStatus

void xsetTaskStatus(TaskStatusCodeType taskStatus)
Sets (as xml) the "taskStatus" element


unsetTaskStatus

void unsetTaskStatus()
Unsets the "taskStatus" element


getUpdateTime

Calendar getUpdateTime()
Gets the "updateTime" element


xgetUpdateTime

org.apache.xmlbeans.XmlDateTime xgetUpdateTime()
Gets (as xml) the "updateTime" element


setUpdateTime

void setUpdateTime(Calendar updateTime)
Sets the "updateTime" element


xsetUpdateTime

void xsetUpdateTime(org.apache.xmlbeans.XmlDateTime updateTime)
Sets (as xml) the "updateTime" element


getAlternativeArray

StatusReportType.Alternative[] getAlternativeArray()
Gets array of all "alternative" elements


getAlternativeArray

StatusReportType.Alternative getAlternativeArray(int i)
Gets ith "alternative" element


sizeOfAlternativeArray

int sizeOfAlternativeArray()
Returns number of "alternative" element


setAlternativeArray

void setAlternativeArray(StatusReportType.Alternative[] alternativeArray)
Sets array of all "alternative" element


setAlternativeArray

void setAlternativeArray(int i,
                         StatusReportType.Alternative alternative)
Sets ith "alternative" element


insertNewAlternative

StatusReportType.Alternative insertNewAlternative(int i)
Inserts and returns a new empty value (as xml) as the ith "alternative" element


addNewAlternative

StatusReportType.Alternative addNewAlternative()
Appends and returns a new empty value (as xml) as the last "alternative" element


removeAlternative

void removeAlternative(int i)
Removes the ith "alternative" element


getTaskingParameters

ParameterDataPropertyType getTaskingParameters()
Gets the "taskingParameters" element


isSetTaskingParameters

boolean isSetTaskingParameters()
True if has "taskingParameters" element


setTaskingParameters

void setTaskingParameters(ParameterDataPropertyType taskingParameters)
Sets the "taskingParameters" element


addNewTaskingParameters

ParameterDataPropertyType addNewTaskingParameters()
Appends and returns a new empty "taskingParameters" element


unsetTaskingParameters

void unsetTaskingParameters()
Unsets the "taskingParameters" element



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