Class StatusReportType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Direct Known Subclasses:
    ReservationReportType

    public class StatusReportType
    extends AbstractSWESType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.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>
     
    • 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()
      • 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 Jakarta XML Binding 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()
      • 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 Jakarta XML Binding 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()
      • isSetTaskingParameters

        public boolean isSetTaskingParameters()
      • append

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

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

        public boolean equals​(org.jvnet.jaxb.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb.lang.Equals
        Overrides:
        equals in class AbstractSWESType
      • hashCode

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

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

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

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

        public void mergeFrom​(org.jvnet.jaxb.locator.ObjectLocator leftLocator,
                              org.jvnet.jaxb.locator.ObjectLocator rightLocator,
                              Object left,
                              Object right,
                              org.jvnet.jaxb.lang.MergeStrategy strategy)
        Specified by:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        mergeFrom in class AbstractSWESType