Package org.geotools.wfs.bindings
Class GMLObjectTypeListTypeBinding
Object
AbstractComplexBinding
AbstractComplexEMFBinding
GMLObjectTypeListTypeBinding
- All Implemented Interfaces:
Binding,ComplexBinding
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>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComplexEMFBinding
createEObject, getProperty, parse, setPropertyMethods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
GMLObjectTypeListTypeBinding
-
-
Method Details
-
getTarget
- Returns:
- The qualified name of the target for the binding.
-
getType
- Specified by:
getTypein interfaceBinding- Overrides:
getTypein classAbstractComplexEMFBinding- Returns:
- The java type this binding maps to.
-