net.opengis.sps.x20.impl
Class StatusReportTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by net.opengis.swes.x20.impl.AbstractSWESTypeImpl
              extended by net.opengis.sps.x20.impl.StatusReportTypeImpl
All Implemented Interfaces:
Serializable, StatusReportType, AbstractSWESType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
Direct Known Subclasses:
ReservationReportTypeImpl

public class StatusReportTypeImpl
extends AbstractSWESTypeImpl
implements StatusReportType

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

See Also:
Serialized Form

Nested Class Summary
static class StatusReportTypeImpl.AlternativeImpl
          An XML alternative(@http://www.opengis.net/sps/2.0).
 
Nested classes/interfaces inherited from interface net.opengis.sps.x20.StatusReportType
StatusReportType.Alternative, StatusReportType.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface net.opengis.sps.x20.StatusReportType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
StatusReportTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
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 class net.opengis.swes.x20.impl.AbstractSWESTypeImpl
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

StatusReportTypeImpl

public StatusReportTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getTask

public String getTask()
Gets the "task" element

Specified by:
getTask in interface StatusReportType

xgetTask

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

Specified by:
xgetTask in interface StatusReportType

setTask

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

Specified by:
setTask in interface StatusReportType

xsetTask

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

Specified by:
xsetTask in interface StatusReportType

getEstimatedToC

public Calendar getEstimatedToC()
Gets the "estimatedToC" element

Specified by:
getEstimatedToC in interface StatusReportType

xgetEstimatedToC

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

Specified by:
xgetEstimatedToC in interface StatusReportType

isSetEstimatedToC

public boolean isSetEstimatedToC()
True if has "estimatedToC" element

Specified by:
isSetEstimatedToC in interface StatusReportType

setEstimatedToC

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

Specified by:
setEstimatedToC in interface StatusReportType

xsetEstimatedToC

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

Specified by:
xsetEstimatedToC in interface StatusReportType

unsetEstimatedToC

public void unsetEstimatedToC()
Unsets the "estimatedToC" element

Specified by:
unsetEstimatedToC in interface StatusReportType

getEvent

public String getEvent()
Gets the "event" element

Specified by:
getEvent in interface StatusReportType

xgetEvent

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

Specified by:
xgetEvent in interface StatusReportType

isSetEvent

public boolean isSetEvent()
True if has "event" element

Specified by:
isSetEvent in interface StatusReportType

setEvent

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

Specified by:
setEvent in interface StatusReportType

xsetEvent

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

Specified by:
xsetEvent in interface StatusReportType

unsetEvent

public void unsetEvent()
Unsets the "event" element

Specified by:
unsetEvent in interface StatusReportType

getPercentCompletion

public double getPercentCompletion()
Gets the "percentCompletion" element

Specified by:
getPercentCompletion in interface StatusReportType

xgetPercentCompletion

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

Specified by:
xgetPercentCompletion in interface StatusReportType

isSetPercentCompletion

public boolean isSetPercentCompletion()
True if has "percentCompletion" element

Specified by:
isSetPercentCompletion in interface StatusReportType

setPercentCompletion

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

Specified by:
setPercentCompletion in interface StatusReportType

xsetPercentCompletion

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

Specified by:
xsetPercentCompletion in interface StatusReportType

unsetPercentCompletion

public void unsetPercentCompletion()
Unsets the "percentCompletion" element

Specified by:
unsetPercentCompletion in interface StatusReportType

getProcedure

public String getProcedure()
Gets the "procedure" element

Specified by:
getProcedure in interface StatusReportType

xgetProcedure

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

Specified by:
xgetProcedure in interface StatusReportType

setProcedure

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

Specified by:
setProcedure in interface StatusReportType

xsetProcedure

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

Specified by:
xsetProcedure in interface StatusReportType

getRequestStatus

public String getRequestStatus()
Gets the "requestStatus" element

Specified by:
getRequestStatus in interface StatusReportType

xgetRequestStatus

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

Specified by:
xgetRequestStatus in interface StatusReportType

setRequestStatus

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

Specified by:
setRequestStatus in interface StatusReportType

xsetRequestStatus

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

Specified by:
xsetRequestStatus in interface StatusReportType

getStatusMessageArray

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

Specified by:
getStatusMessageArray in interface StatusReportType

getStatusMessageArray

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

Specified by:
getStatusMessageArray in interface StatusReportType

sizeOfStatusMessageArray

public int sizeOfStatusMessageArray()
Returns number of "statusMessage" element

Specified by:
sizeOfStatusMessageArray in interface StatusReportType

setStatusMessageArray

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

Specified by:
setStatusMessageArray in interface StatusReportType

setStatusMessageArray

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

Specified by:
setStatusMessageArray in interface StatusReportType

insertNewStatusMessage

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

Specified by:
insertNewStatusMessage in interface StatusReportType

addNewStatusMessage

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

Specified by:
addNewStatusMessage in interface StatusReportType

removeStatusMessage

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

Specified by:
removeStatusMessage in interface StatusReportType

getTaskStatus

public String getTaskStatus()
Gets the "taskStatus" element

Specified by:
getTaskStatus in interface StatusReportType

xgetTaskStatus

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

Specified by:
xgetTaskStatus in interface StatusReportType

isSetTaskStatus

public boolean isSetTaskStatus()
True if has "taskStatus" element

Specified by:
isSetTaskStatus in interface StatusReportType

setTaskStatus

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

Specified by:
setTaskStatus in interface StatusReportType

xsetTaskStatus

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

Specified by:
xsetTaskStatus in interface StatusReportType

unsetTaskStatus

public void unsetTaskStatus()
Unsets the "taskStatus" element

Specified by:
unsetTaskStatus in interface StatusReportType

getUpdateTime

public Calendar getUpdateTime()
Gets the "updateTime" element

Specified by:
getUpdateTime in interface StatusReportType

xgetUpdateTime

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

Specified by:
xgetUpdateTime in interface StatusReportType

setUpdateTime

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

Specified by:
setUpdateTime in interface StatusReportType

xsetUpdateTime

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

Specified by:
xsetUpdateTime in interface StatusReportType

getAlternativeArray

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

Specified by:
getAlternativeArray in interface StatusReportType

getAlternativeArray

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

Specified by:
getAlternativeArray in interface StatusReportType

sizeOfAlternativeArray

public int sizeOfAlternativeArray()
Returns number of "alternative" element

Specified by:
sizeOfAlternativeArray in interface StatusReportType

setAlternativeArray

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

Specified by:
setAlternativeArray in interface StatusReportType

setAlternativeArray

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

Specified by:
setAlternativeArray in interface StatusReportType

insertNewAlternative

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

Specified by:
insertNewAlternative in interface StatusReportType

addNewAlternative

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

Specified by:
addNewAlternative in interface StatusReportType

removeAlternative

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

Specified by:
removeAlternative in interface StatusReportType

getTaskingParameters

public ParameterDataPropertyType getTaskingParameters()
Gets the "taskingParameters" element

Specified by:
getTaskingParameters in interface StatusReportType

isSetTaskingParameters

public boolean isSetTaskingParameters()
True if has "taskingParameters" element

Specified by:
isSetTaskingParameters in interface StatusReportType

setTaskingParameters

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

Specified by:
setTaskingParameters in interface StatusReportType

addNewTaskingParameters

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

Specified by:
addNewTaskingParameters in interface StatusReportType

unsetTaskingParameters

public void unsetTaskingParameters()
Unsets the "taskingParameters" element

Specified by:
unsetTaskingParameters in interface StatusReportType


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