public class FeatureTypeListTypeBinding extends AbstractComplexEMFBinding
<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 and Description |
---|
FeatureTypeListTypeBinding(WfsFactory factory) |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
createEObject, getProperty, getType, parse, setProperty
encode, getExecutionMode, getProperties, initialize, initializeChildContext
public QName getTarget()
Copyright © 1996–2023 Geotools. All rights reserved.