Package org.geotools.wps.v2_0.bindings
Class InputDescriptionTypeBinding
Object
AbstractComplexBinding
AbstractComplexEMFBinding
InputDescriptionTypeBinding
- All Implemented Interfaces:
Binding
,ComplexBinding
Binding object for the type http://www.opengis.net/wps/2.0:InputDescriptionType.
<?xml version="1.0" encoding="UTF-8"?><complexType name="InputDescriptionType" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<documentation>Description of an input to a process. </documentation>
</annotation>
<complexContent>
<extension base="wps:DescriptionType">
<annotation>
<documentation>
In this use, the DescriptionType shall describe a process input.
</documentation>
</annotation>
<choice>
<annotation>
<documentation>
An input item is either a concrete argument to a process or serves as a grouping
element for sub-inputs.
</documentation>
</annotation>
<!-- data input -->
<element ref="wps:DataDescription"/>
<!-- nested input -->
<element maxOccurs="unbounded" minOccurs="1" name="Input" type="wps:InputDescriptionType"/>
</choice>
<attributeGroup ref="occurs">
<annotation>
<documentation>
This attribute defines the cardinality of a particular input.
</documentation>
</annotation>
</attributeGroup>
</extension>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, parse
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
InputDescriptionTypeBinding
-
-
Method Details
-
getTarget
- Returns:
- The qualified name of the target for the binding.
-
getType
- Specified by:
getType
in interfaceBinding
- Overrides:
getType
in classAbstractComplexEMFBinding
- Returns:
- The java type this binding maps to.
-
setProperty
Description copied from class:AbstractComplexEMFBinding
Internal method for reflectively setting the property of an eobject.Subclasses may override.
- Overrides:
setProperty
in classAbstractComplexEMFBinding
-