public class StatusReportType extends AbstractSWESType implements 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 List<StatusReportType.Alternative> |
alternative |
protected XMLGregorianCalendar |
estimatedToC |
protected String |
event |
protected Double |
percentCompletion |
protected String |
procedure |
protected String |
requestStatus |
protected List<LanguageStringType> |
statusMessage |
protected String |
task |
protected ParameterDataPropertyType |
taskingParameters |
protected String |
taskStatus |
protected XMLGregorianCalendar |
updateTime |
description, extension, id, identifier, name| Constructor and Description |
|---|
StatusReportType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<StatusReportType.Alternative> |
getAlternative()
Gets the value of the alternative property.
|
XMLGregorianCalendar |
getEstimatedToC()
Gets the value of the estimatedToC property.
|
String |
getEvent()
Gets the value of the event property.
|
Double |
getPercentCompletion()
Gets the value of the percentCompletion property.
|
String |
getProcedure()
Gets the value of the procedure property.
|
String |
getRequestStatus()
Gets the value of the requestStatus property.
|
List<LanguageStringType> |
getStatusMessage()
Gets the value of the statusMessage property.
|
String |
getTask()
Gets the value of the task property.
|
ParameterDataPropertyType |
getTaskingParameters()
Gets the value of the taskingParameters property.
|
String |
getTaskStatus()
Gets the value of the taskStatus property.
|
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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setAlternative(List<StatusReportType.Alternative> value) |
void |
setEstimatedToC(XMLGregorianCalendar value)
Sets the value of the estimatedToC property.
|
void |
setEvent(String value)
Sets the value of the event property.
|
void |
setPercentCompletion(Double value)
Sets the value of the percentCompletion property.
|
void |
setProcedure(String value)
Sets the value of the procedure property.
|
void |
setRequestStatus(String value)
Sets the value of the requestStatus property.
|
void |
setStatusMessage(List<LanguageStringType> value) |
void |
setTask(String value)
Sets the value of the task property.
|
void |
setTaskingParameters(ParameterDataPropertyType value)
Sets the value of the taskingParameters property.
|
void |
setTaskStatus(String value)
Sets the value of the taskStatus property.
|
void |
setUpdateTime(XMLGregorianCalendar value)
Sets the value of the updateTime property.
|
String |
toString() |
void |
unsetAlternative() |
void |
unsetStatusMessage() |
StatusReportType |
withAlternative(Collection<StatusReportType.Alternative> values) |
StatusReportType |
withAlternative(List<StatusReportType.Alternative> value) |
StatusReportType |
withAlternative(StatusReportType.Alternative... values) |
StatusReportType |
withEstimatedToC(XMLGregorianCalendar value) |
StatusReportType |
withEvent(String value) |
StatusReportType |
withPercentCompletion(Double value) |
StatusReportType |
withProcedure(String value) |
StatusReportType |
withRequestStatus(String value) |
StatusReportType |
withStatusMessage(Collection<LanguageStringType> values) |
StatusReportType |
withStatusMessage(LanguageStringType... values) |
StatusReportType |
withStatusMessage(List<LanguageStringType> value) |
StatusReportType |
withTask(String value) |
StatusReportType |
withTaskingParameters(ParameterDataPropertyType value) |
StatusReportType |
withTaskStatus(String value) |
StatusReportType |
withUpdateTime(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 String task
protected XMLGregorianCalendar estimatedToC
protected String event
protected Double percentCompletion
protected String procedure
protected String requestStatus
protected List<LanguageStringType> statusMessage
protected String taskStatus
protected XMLGregorianCalendar updateTime
protected List<StatusReportType.Alternative> alternative
protected ParameterDataPropertyType taskingParameters
public String getTask()
Stringpublic void setTask(String value)
value - allowed object is
Stringpublic boolean isSetTask()
public XMLGregorianCalendar getEstimatedToC()
XMLGregorianCalendarpublic void setEstimatedToC(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetEstimatedToC()
public String getEvent()
Stringpublic void setEvent(String value)
value - allowed object is
Stringpublic boolean isSetEvent()
public Double getPercentCompletion()
Doublepublic void setPercentCompletion(Double value)
value - allowed object is
Doublepublic boolean isSetPercentCompletion()
public String getProcedure()
Stringpublic void setProcedure(String value)
value - allowed object is
Stringpublic boolean isSetProcedure()
public String getRequestStatus()
Stringpublic void setRequestStatus(String value)
value - allowed object is
Stringpublic boolean isSetRequestStatus()
public 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 String getTaskStatus()
Stringpublic void setTaskStatus(String value)
value - allowed object is
Stringpublic boolean isSetTaskStatus()
public XMLGregorianCalendar getUpdateTime()
XMLGregorianCalendarpublic void setUpdateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetUpdateTime()
public 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 String toString()
toString in class AbstractSWESTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractSWESTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractSWESTypepublic boolean equals(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 Object clone()
clone in class AbstractSWESTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWESTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWESTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSWESTypepublic void setStatusMessage(List<LanguageStringType> value)
public void setAlternative(List<StatusReportType.Alternative> value)
public StatusReportType withTask(String value)
public StatusReportType withEstimatedToC(XMLGregorianCalendar value)
public StatusReportType withEvent(String value)
public StatusReportType withPercentCompletion(Double value)
public StatusReportType withProcedure(String value)
public StatusReportType withRequestStatus(String value)
public StatusReportType withStatusMessage(LanguageStringType... values)
public StatusReportType withStatusMessage(Collection<LanguageStringType> values)
public StatusReportType withTaskStatus(String value)
public StatusReportType withUpdateTime(XMLGregorianCalendar value)
public StatusReportType withAlternative(StatusReportType.Alternative... values)
public StatusReportType withAlternative(Collection<StatusReportType.Alternative> values)
public StatusReportType withTaskingParameters(ParameterDataPropertyType value)
public StatusReportType withStatusMessage(List<LanguageStringType> value)
public StatusReportType withAlternative(List<StatusReportType.Alternative> value)
Copyright © 2008–2023. All rights reserved.