Class TaskingRequestType

  • 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:
    GetFeasibilityType, ReserveType, SubmitType, UpdateType

    public abstract class TaskingRequestType
    extends ExtensibleRequestType
    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 TaskingRequestType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TaskingRequestType">
       <complexContent>
         <extension base="{http://www.opengis.net/swes/2.0}ExtensibleRequestType">
           <sequence>
             <element name="procedure" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="taskingParameters">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://www.opengis.net/sps/2.0}ParameterData"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="latestResponseTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>