Package org.geotools.wfs.bindings
Class FeatureTypeListTypeBinding
- Object
-
- AbstractComplexBinding
-
- AbstractComplexEMFBinding
-
- FeatureTypeListTypeBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class FeatureTypeListTypeBinding extends AbstractComplexEMFBinding
Binding object for the type http://www.opengis.net/wfs:FeatureTypeListType.<xsd:complexType name="FeatureTypeListType"> <xsd:annotation> <xsd:documentation> A list of feature types available from this server. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element minOccurs="0" name="Operations" type="wfs:OperationsType"/> <xsd:element maxOccurs="unbounded" name="FeatureType" type="wfs:FeatureTypeType"/> </xsd:sequence> </xsd:complexType>
-
-
Constructor Summary
Constructors Constructor Description FeatureTypeListTypeBinding(WfsFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, getType, parse, setProperty
-
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
FeatureTypeListTypeBinding
public FeatureTypeListTypeBinding(WfsFactory factory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Returns:
- The qualified name of the target for the binding.
-
-