Package org.geotools.wps.v2_0.bindings
Class OutputDefinitionTypeBinding
Object
AbstractComplexBinding
AbstractComplexEMFBinding
OutputDefinitionTypeBinding
- All Implemented Interfaces:
Binding,ComplexBinding
Binding object for the type http://www.opengis.net/wps/2.0:OutputDefinitionType.
<?xml version="1.0" encoding="UTF-8"?><complexType name="OutputDefinitionType" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<documentation>
This structure contains information elements that describe the format and transmission mode
of the output data that is delivered by a process execution
</documentation>
</annotation>
<sequence>
<element minOccurs="0" name="Output" type="wps:OutputDefinitionType"/>
</sequence>
<attribute name="id" type="anyURI" use="required">
<annotation>
<documentation>
Identifier of this output.
</documentation>
</annotation>
</attribute>
<attributeGroup ref="wps:dataEncodingAttributes"/>
<attribute name="transmission" type="wps:DataTransmissionModeType">
<annotation>
<documentation>
The desired transmission mode for this output
</documentation>
</annotation>
</attribute>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, parseMethods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
OutputDefinitionTypeBinding
-
-
Method Details
-
getTarget
- Returns:
- The qualified name of the target for the binding.
-
getType
- Specified by:
getTypein interfaceBinding- Overrides:
getTypein classAbstractComplexEMFBinding- Returns:
- The java type this binding maps to.
-
setProperty
Description copied from class:AbstractComplexEMFBindingInternal method for reflectively setting the property of an eobject.Subclasses may override.
- Overrides:
setPropertyin classAbstractComplexEMFBinding
-