Class JobControlOptionsTypeBinding

Object
AbstractSimpleBinding
JobControlOptionsTypeBinding
All Implemented Interfaces:
Binding, SimpleBinding

public class JobControlOptionsTypeBinding extends AbstractSimpleBinding
Binding object for the type http://www.opengis.net/wps/2.0:JobControlOptionsType.

  
  <?xml version="1.0" encoding="UTF-8"?><simpleType name="JobControlOptionsType" xmlns="http://www.w3.org/2001/XMLSchema">

                <annotation>

                        <documentation>

                                This attribute type is used to specify process control options.

                                The WPS specification only defines "execute-sync" and "execute-async",

                                each with an associated execution protocol.

                                Extensions may specify additional control options, such as "dimiss" which is

                                defined in the WPS dismiss extension.

                        </documentation>

                </annotation>

                <union>

                        <simpleType>

                                <restriction base="string">

                                        <enumeration value="sync-execute"/>

                                        <enumeration value="async-execute"/>

                                </restriction>

                        </simpleType>

                        <simpleType>

                                <restriction base="string"/>

                        </simpleType>

                </union>

        </simpleType>

   
  
  • Constructor Details

    • JobControlOptionsTypeBinding

      public JobControlOptionsTypeBinding()
  • Method Details

    • getTarget

      public QName getTarget()
      Returns:
      The qualified name of the target for the binding.
    • getType

      public Class getType()
      Returns:
      The java type this binding maps to.