Package org.geotools.wps.v2_0.bindings
Class LiteralDataType_LiteralDataDomainBinding
Object
AbstractComplexBinding
AbstractComplexEMFBinding
LiteralDataType_LiteralDataDomainBinding
- All Implemented Interfaces:
Binding
,ComplexBinding
Binding object for the type http://www.opengis.net/wps/2.0:LiteralDataType_LiteralDataDomain.
<?xml version="1.0" encoding="UTF-8"?><complexType name="LiteralDataType_LiteralDataDomain" xmlns="http://www.w3.org/2001/XMLSchema">
<complexContent>
<extension base="wps:LiteralDataDomainType">
<attribute name="default" type="boolean" use="optional">
<annotation>
<documentation>
Indicates that this LiteralDataDomain is the default domain.
</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, parse, setProperty
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
LiteralDataType_LiteralDataDomainBinding
-
-
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.
-