org.geotools.wfs.bindings
Class FeatureTypeListTypeBinding

java.lang.Object
  extended by org.geotools.xml.AbstractComplexBinding
      extended by org.geotools.xml.AbstractComplexEMFBinding
          extended by org.geotools.wfs.bindings.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>

          
         


Field Summary
 
Fields inherited from interface org.geotools.xml.Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
FeatureTypeListTypeBinding(WfsFactory factory)
           
 
Method Summary
 javax.xml.namespace.QName getTarget()
           
 
Methods inherited from class org.geotools.xml.AbstractComplexEMFBinding
createEObject, getProperty, getType, parse, setProperty
 
Methods inherited from class org.geotools.xml.AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperties, initializeChildContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureTypeListTypeBinding

public FeatureTypeListTypeBinding(WfsFactory factory)
Method Detail

getTarget

public javax.xml.namespace.QName getTarget()
Returns:
The qualified name of the target for the binding.


Copyright © 1996-2010 Geotools. All Rights Reserved.