Package org.geotools.wfs.bindings
Class GMLObjectTypeListTypeBinding
- Object
-
- AbstractComplexBinding
-
- AbstractComplexEMFBinding
-
- GMLObjectTypeListTypeBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class GMLObjectTypeListTypeBinding extends AbstractComplexEMFBinding
Binding object for the type http://www.opengis.net/wfs:GMLObjectTypeListType.<xsd:complexType name="GMLObjectTypeListType"> <xsd:sequence> <xsd:element maxOccurs="unbounded" name="GMLObjectType" type="wfs:GMLObjectTypeType"> <xsd:annotation> <xsd:documentation> Name of this GML object type, including any namespace prefix </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType>
-
-
Constructor Summary
Constructors Constructor Description GMLObjectTypeListTypeBinding(WfsFactory 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
-
GMLObjectTypeListTypeBinding
public GMLObjectTypeListTypeBinding(WfsFactory factory)
-
-