Package org.geotools.wps.v2_0.bindings
Class LiteralDataType_LiteralDataDomainBinding
- Object
-
- AbstractComplexBinding
-
- AbstractComplexEMFBinding
-
- LiteralDataType_LiteralDataDomainBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class LiteralDataType_LiteralDataDomainBinding extends AbstractComplexEMFBinding
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>
-
-
Constructor Summary
Constructors Constructor Description LiteralDataType_LiteralDataDomainBinding(Wps20Factory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
Class
getType()
-
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, parse, setProperty
-
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
LiteralDataType_LiteralDataDomainBinding
public LiteralDataType_LiteralDataDomainBinding(Wps20Factory factory)
-
-