Package org.geotools.wps.v2_0.bindings
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 Summary
Constructors Constructor Description JobControlOptionsTypeBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
Class
getType()
-
Methods inherited from class AbstractSimpleBinding
encode, getExecutionMode, parse
-
-