|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.swes.v_2_0.AbstractSWESType
net.opengis.sps.v_2_0.StatusReportType
public class StatusReportType
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>
| Nested Class Summary | |
|---|---|
static class |
StatusReportType.Alternative
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
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
|
| Fields inherited from class net.opengis.swes.v_2_0.AbstractSWESType |
|---|
description, extension, id, identifier, name |
| Constructor Summary | |
|---|---|
StatusReportType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.HashCodeStrategy 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.MergeStrategy 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)
|
| Methods inherited from class net.opengis.swes.v_2_0.AbstractSWESType |
|---|
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, withName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected 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
| Constructor Detail |
|---|
public StatusReportType()
| Method Detail |
|---|
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 AbstractSWESType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractSWESType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractSWESType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractSWESTypepublic boolean equals(Object object)
equals in class AbstractSWESType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class AbstractSWESType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSWESTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractSWESType
public 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||