Class ExecuteRequestType

  • 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

    public class ExecuteRequestType
    extends RequestBaseType
    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
    Schema for a WPS Execute operation request, to execute one identified process with the given data and provide the requested output data.

    Java class for ExecuteRequestType complex type.

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

     <complexType name="ExecuteRequestType">
       <complexContent>
         <extension base="{http://www.opengis.net/wps/2.0}RequestBaseType">
           <sequence>
             <element ref="{http://www.opengis.net/ows/2.0}Identifier"/>
             <element name="Input" type="{http://www.opengis.net/wps/2.0}DataInputType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Output" type="{http://www.opengis.net/wps/2.0}OutputDefinitionType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="mode" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="sync"/>
                 <enumeration value="async"/>
                 <enumeration value="auto"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="response" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="raw"/>
                 <enumeration value="document"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getIdentifier

        public CodeType getIdentifier()
        Identifier of the process to be executed. All valid process identifiers are listed in the wps:Contents section of the Capabilities document.
        Returns:
        possible object is CodeType
      • setIdentifier

        public void setIdentifier​(CodeType value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is CodeType
      • isSetIdentifier

        public boolean isSetIdentifier()
      • getInput

        public List<DataInputType> getInput()
        Gets the value of the input 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 input property.

        For example, to add a new item, do as follows:

            getInput().add(newItem);
         

        Objects of the following type(s) are allowed in the list DataInputType

      • isSetInput

        public boolean isSetInput()
      • unsetInput

        public void unsetInput()
      • getOutput

        public List<OutputDefinitionType> getOutput()
        Gets the value of the output 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 output property.

        For example, to add a new item, do as follows:

            getOutput().add(newItem);
         

        Objects of the following type(s) are allowed in the list OutputDefinitionType

      • isSetOutput

        public boolean isSetOutput()
      • unsetOutput

        public void unsetOutput()
      • getMode

        public String getMode()
        Gets the value of the mode property.
        Returns:
        possible object is String
      • setMode

        public void setMode​(String value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is String
      • isSetMode

        public boolean isSetMode()
      • getResponse

        public String getResponse()
        Gets the value of the response property.
        Returns:
        possible object is String
      • setResponse

        public void setResponse​(String value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is String
      • isSetResponse

        public boolean isSetResponse()
      • 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 RequestBaseType
      • 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 RequestBaseType
      • 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 RequestBaseType
      • 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 RequestBaseType
      • 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 RequestBaseType
      • 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 RequestBaseType
      • 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 RequestBaseType