net.opengis.sps.v_2_0
Class StatusReportType

java.lang.Object
  extended by net.opengis.swes.v_2_0.AbstractSWESType
      extended by net.opengis.sps.v_2_0.StatusReportType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
ReservationReportType

public class StatusReportType
extends AbstractSWESType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

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

task

protected String task

estimatedToC

protected XMLGregorianCalendar estimatedToC

event

protected String event

percentCompletion

protected Double percentCompletion

procedure

protected String procedure

requestStatus

protected String requestStatus

statusMessage

protected List<LanguageStringType> statusMessage

taskStatus

protected String taskStatus

updateTime

protected XMLGregorianCalendar updateTime

alternative

protected List<StatusReportType.Alternative> alternative

taskingParameters

protected ParameterDataPropertyType taskingParameters
Constructor Detail

StatusReportType

public StatusReportType()
Method Detail

getTask

public String getTask()
Gets the value of the task property.

Returns:
possible object is String

setTask

public void setTask(String value)
Sets the value of the task property.

Parameters:
value - allowed object is String

isSetTask

public boolean isSetTask()

getEstimatedToC

public XMLGregorianCalendar getEstimatedToC()
Gets the value of the estimatedToC property.

Returns:
possible object is XMLGregorianCalendar

setEstimatedToC

public void setEstimatedToC(XMLGregorianCalendar value)
Sets the value of the estimatedToC property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetEstimatedToC

public boolean isSetEstimatedToC()

getEvent

public String getEvent()
Gets the value of the event property.

Returns:
possible object is String

setEvent

public void setEvent(String value)
Sets the value of the event property.

Parameters:
value - allowed object is String

isSetEvent

public boolean isSetEvent()

getPercentCompletion

public Double getPercentCompletion()
Gets the value of the percentCompletion property.

Returns:
possible object is Double

setPercentCompletion

public void setPercentCompletion(Double value)
Sets the value of the percentCompletion property.

Parameters:
value - allowed object is Double

isSetPercentCompletion

public boolean isSetPercentCompletion()

getProcedure

public String getProcedure()
Gets the value of the procedure property.

Returns:
possible object is String

setProcedure

public void setProcedure(String value)
Sets the value of the procedure property.

Parameters:
value - allowed object is String

isSetProcedure

public boolean isSetProcedure()

getRequestStatus

public String getRequestStatus()
Gets the value of the requestStatus property.

Returns:
possible object is String

setRequestStatus

public void setRequestStatus(String value)
Sets the value of the requestStatus property.

Parameters:
value - allowed object is String

isSetRequestStatus

public boolean isSetRequestStatus()

getStatusMessage

public List<LanguageStringType> getStatusMessage()
Gets the value of the statusMessage property.

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


isSetStatusMessage

public boolean isSetStatusMessage()

unsetStatusMessage

public void unsetStatusMessage()

getTaskStatus

public String getTaskStatus()
Gets the value of the taskStatus property.

Returns:
possible object is String

setTaskStatus

public void setTaskStatus(String value)
Sets the value of the taskStatus property.

Parameters:
value - allowed object is String

isSetTaskStatus

public boolean isSetTaskStatus()

getUpdateTime

public XMLGregorianCalendar getUpdateTime()
Gets the value of the updateTime property.

Returns:
possible object is XMLGregorianCalendar

setUpdateTime

public void setUpdateTime(XMLGregorianCalendar value)
Sets the value of the updateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetUpdateTime

public boolean isSetUpdateTime()

getAlternative

public List<StatusReportType.Alternative> getAlternative()
Gets the value of the alternative property.

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


isSetAlternative

public boolean isSetAlternative()

unsetAlternative

public void unsetAlternative()

getTaskingParameters

public ParameterDataPropertyType getTaskingParameters()
Gets the value of the taskingParameters property.

Returns:
possible object is ParameterDataPropertyType

setTaskingParameters

public void setTaskingParameters(ParameterDataPropertyType value)
Sets the value of the taskingParameters property.

Parameters:
value - allowed object is ParameterDataPropertyType

isSetTaskingParameters

public boolean isSetTaskingParameters()

toString

public String toString()
Overrides:
toString in class AbstractSWESType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractSWESType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractSWESType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractSWESType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractSWESType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractSWESType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSWESType

clone

public Object clone()
Overrides:
clone in class AbstractSWESType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSWESType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSWESType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSWESType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSWESType

setStatusMessage

public void setStatusMessage(List<LanguageStringType> value)

setAlternative

public void setAlternative(List<StatusReportType.Alternative> value)

withTask

public StatusReportType withTask(String value)

withEstimatedToC

public StatusReportType withEstimatedToC(XMLGregorianCalendar value)

withEvent

public StatusReportType withEvent(String value)

withPercentCompletion

public StatusReportType withPercentCompletion(Double value)

withProcedure

public StatusReportType withProcedure(String value)

withRequestStatus

public StatusReportType withRequestStatus(String value)

withStatusMessage

public StatusReportType withStatusMessage(LanguageStringType... values)

withStatusMessage

public StatusReportType withStatusMessage(Collection<LanguageStringType> values)

withTaskStatus

public StatusReportType withTaskStatus(String value)

withUpdateTime

public StatusReportType withUpdateTime(XMLGregorianCalendar value)

withAlternative

public StatusReportType withAlternative(StatusReportType.Alternative... values)

withAlternative

public StatusReportType withAlternative(Collection<StatusReportType.Alternative> values)

withTaskingParameters

public StatusReportType withTaskingParameters(ParameterDataPropertyType value)

withStatusMessage

public StatusReportType withStatusMessage(List<LanguageStringType> value)

withAlternative

public StatusReportType withAlternative(List<StatusReportType.Alternative> value)


Copyright © 2008-2015. All Rights Reserved.