public class StatusReportType extends AbstractSWESType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for StatusReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusReportType">
<complexContent>
<extension base="{http://www.opengis.net/swes/2.0}AbstractSWESType">
<sequence>
<element name="task" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="estimatedToC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="event" type="{http://www.opengis.net/sps/2.0}EventCodeType" minOccurs="0"/>
<element name="percentCompletion" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="procedure" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="requestStatus" type="{http://www.opengis.net/sps/2.0}TaskingRequestStatusCodeType"/>
<element name="statusMessage" type="{http://www.opengis.net/ows/1.1}LanguageStringType" maxOccurs="unbounded" minOccurs="0"/>
<element name="taskStatus" type="{http://www.opengis.net/sps/2.0}TaskStatusCodeType" minOccurs="0"/>
<element name="updateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="alternative" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/sps/2.0}Alternative"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="taskingParameters" type="{http://www.opengis.net/sps/2.0}ParameterDataPropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusReportType.Alternative
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<StatusReportType.Alternative> |
alternative |
protected javax.xml.datatype.XMLGregorianCalendar |
estimatedToC |
protected java.lang.String |
event |
protected java.lang.Double |
percentCompletion |
protected java.lang.String |
procedure |
protected java.lang.String |
requestStatus |
protected java.util.List<LanguageStringType> |
statusMessage |
protected java.lang.String |
task |
protected ParameterDataPropertyType |
taskingParameters |
protected java.lang.String |
taskStatus |
protected javax.xml.datatype.XMLGregorianCalendar |
updateTime |
description, extension, id, identifier, name| Constructor and Description |
|---|
StatusReportType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<StatusReportType.Alternative> |
getAlternative()
Gets the value of the alternative property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEstimatedToC()
Gets the value of the estimatedToC property.
|
java.lang.String |
getEvent()
Gets the value of the event property.
|
java.lang.Double |
getPercentCompletion()
Gets the value of the percentCompletion property.
|
java.lang.String |
getProcedure()
Gets the value of the procedure property.
|
java.lang.String |
getRequestStatus()
Gets the value of the requestStatus property.
|
java.util.List<LanguageStringType> |
getStatusMessage()
Gets the value of the statusMessage property.
|
java.lang.String |
getTask()
Gets the value of the task property.
|
ParameterDataPropertyType |
getTaskingParameters()
Gets the value of the taskingParameters property.
|
java.lang.String |
getTaskStatus()
Gets the value of the taskStatus property.
|
javax.xml.datatype.XMLGregorianCalendar |
getUpdateTime()
Gets the value of the updateTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAlternative() |
boolean |
isSetEstimatedToC() |
boolean |
isSetEvent() |
boolean |
isSetPercentCompletion() |
boolean |
isSetProcedure() |
boolean |
isSetRequestStatus() |
boolean |
isSetStatusMessage() |
boolean |
isSetTask() |
boolean |
isSetTaskingParameters() |
boolean |
isSetTaskStatus() |
boolean |
isSetUpdateTime() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setAlternative(java.util.List<StatusReportType.Alternative> value) |
void |
setEstimatedToC(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the estimatedToC property.
|
void |
setEvent(java.lang.String value)
Sets the value of the event property.
|
void |
setPercentCompletion(java.lang.Double value)
Sets the value of the percentCompletion property.
|
void |
setProcedure(java.lang.String value)
Sets the value of the procedure property.
|
void |
setRequestStatus(java.lang.String value)
Sets the value of the requestStatus property.
|
void |
setStatusMessage(java.util.List<LanguageStringType> value) |
void |
setTask(java.lang.String value)
Sets the value of the task property.
|
void |
setTaskingParameters(ParameterDataPropertyType value)
Sets the value of the taskingParameters property.
|
void |
setTaskStatus(java.lang.String value)
Sets the value of the taskStatus property.
|
void |
setUpdateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the updateTime property.
|
java.lang.String |
toString() |
void |
unsetAlternative() |
void |
unsetStatusMessage() |
StatusReportType |
withAlternative(java.util.Collection<StatusReportType.Alternative> values) |
StatusReportType |
withAlternative(java.util.List<StatusReportType.Alternative> value) |
StatusReportType |
withAlternative(StatusReportType.Alternative... values) |
StatusReportType |
withEstimatedToC(javax.xml.datatype.XMLGregorianCalendar value) |
StatusReportType |
withEvent(java.lang.String value) |
StatusReportType |
withPercentCompletion(java.lang.Double value) |
StatusReportType |
withProcedure(java.lang.String value) |
StatusReportType |
withRequestStatus(java.lang.String value) |
StatusReportType |
withStatusMessage(java.util.Collection<LanguageStringType> values) |
StatusReportType |
withStatusMessage(LanguageStringType... values) |
StatusReportType |
withStatusMessage(java.util.List<LanguageStringType> value) |
StatusReportType |
withTask(java.lang.String value) |
StatusReportType |
withTaskingParameters(ParameterDataPropertyType value) |
StatusReportType |
withTaskStatus(java.lang.String value) |
StatusReportType |
withUpdateTime(javax.xml.datatype.XMLGregorianCalendar value) |
getDescription, getExtension, getId, getIdentifier, getName, isSetDescription, isSetExtension, isSetId, isSetIdentifier, isSetName, setDescription, setExtension, setId, setIdentifier, setName, unsetExtension, unsetName, withDescription, withExtension, withExtension, withExtension, withId, withIdentifier, withName, withName, withNameprotected java.lang.String task
protected javax.xml.datatype.XMLGregorianCalendar estimatedToC
protected java.lang.String event
protected java.lang.Double percentCompletion
protected java.lang.String procedure
protected java.lang.String requestStatus
protected java.util.List<LanguageStringType> statusMessage
protected java.lang.String taskStatus
protected javax.xml.datatype.XMLGregorianCalendar updateTime
protected java.util.List<StatusReportType.Alternative> alternative
protected ParameterDataPropertyType taskingParameters
public java.lang.String getTask()
Stringpublic void setTask(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTask()
public javax.xml.datatype.XMLGregorianCalendar getEstimatedToC()
XMLGregorianCalendarpublic void setEstimatedToC(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetEstimatedToC()
public java.lang.String getEvent()
Stringpublic void setEvent(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetEvent()
public java.lang.Double getPercentCompletion()
Doublepublic void setPercentCompletion(java.lang.Double value)
value - allowed object is
Doublepublic boolean isSetPercentCompletion()
public java.lang.String getProcedure()
Stringpublic void setProcedure(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProcedure()
public java.lang.String getRequestStatus()
Stringpublic void setRequestStatus(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetRequestStatus()
public java.util.List<LanguageStringType> getStatusMessage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the statusMessage property.
For example, to add a new item, do as follows:
getStatusMessage().add(newItem);
Objects of the following type(s) are allowed in the list
LanguageStringType
public boolean isSetStatusMessage()
public void unsetStatusMessage()
public java.lang.String getTaskStatus()
Stringpublic void setTaskStatus(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTaskStatus()
public javax.xml.datatype.XMLGregorianCalendar getUpdateTime()
XMLGregorianCalendarpublic void setUpdateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetUpdateTime()
public java.util.List<StatusReportType.Alternative> getAlternative()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the alternative property.
For example, to add a new item, do as follows:
getAlternative().add(newItem);
Objects of the following type(s) are allowed in the list
StatusReportType.Alternative
public boolean isSetAlternative()
public void unsetAlternative()
public ParameterDataPropertyType getTaskingParameters()
ParameterDataPropertyTypepublic void setTaskingParameters(ParameterDataPropertyType value)
value - allowed object is
ParameterDataPropertyTypepublic boolean isSetTaskingParameters()
public java.lang.String toString()
toString in class AbstractSWESTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractSWESTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractSWESTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractSWESTypepublic boolean equals(java.lang.Object object)
equals in class AbstractSWESTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractSWESTypepublic int hashCode()
hashCode in class AbstractSWESTypepublic java.lang.Object clone()
clone in class AbstractSWESTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWESTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWESTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSWESTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSWESTypepublic void setStatusMessage(java.util.List<LanguageStringType> value)
public void setAlternative(java.util.List<StatusReportType.Alternative> value)
public StatusReportType withTask(java.lang.String value)
public StatusReportType withEstimatedToC(javax.xml.datatype.XMLGregorianCalendar value)
public StatusReportType withEvent(java.lang.String value)
public StatusReportType withPercentCompletion(java.lang.Double value)
public StatusReportType withProcedure(java.lang.String value)
public StatusReportType withRequestStatus(java.lang.String value)
public StatusReportType withStatusMessage(LanguageStringType... values)
public StatusReportType withStatusMessage(java.util.Collection<LanguageStringType> values)
public StatusReportType withTaskStatus(java.lang.String value)
public StatusReportType withUpdateTime(javax.xml.datatype.XMLGregorianCalendar value)
public StatusReportType withAlternative(StatusReportType.Alternative... values)
public StatusReportType withAlternative(java.util.Collection<StatusReportType.Alternative> values)
public StatusReportType withTaskingParameters(ParameterDataPropertyType value)
public StatusReportType withStatusMessage(java.util.List<LanguageStringType> value)
public StatusReportType withAlternative(java.util.List<StatusReportType.Alternative> value)
Copyright © 2008-2021. All Rights Reserved.