public class JobControlOptionsTypeBinding extends AbstractSimpleBinding
<?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 and Description |
---|
JobControlOptionsTypeBinding() |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
Class |
getType() |
encode, getExecutionMode, parse
Copyright © 1996–2023 Geotools. All rights reserved.