Package org.geotools.wps.v2_0.bindings
Class OutputDescriptionTypeBinding
Object
AbstractComplexBinding
AbstractComplexEMFBinding
OutputDescriptionTypeBinding
- All Implemented Interfaces:
Binding,ComplexBinding
Binding object for the type http://www.opengis.net/wps/2.0:OutputDescriptionType.
<?xml version="1.0" encoding="UTF-8"?><complexType name="OutputDescriptionType" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<documentation>Description of a process Output. </documentation>
</annotation>
<complexContent>
<extension base="wps:DescriptionType">
<annotation>
<documentation>
In this use, the DescriptionType shall describe a process output.
</documentation>
</annotation>
<choice>
<element ref="wps:DataDescription"/>
<!-- Nested output -->
<element maxOccurs="unbounded" minOccurs="1" name="Output" type="wps:OutputDescriptionType"/>
</choice>
</extension>
</complexContent>
</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
-
OutputDescriptionTypeBinding
-
-
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
-