Class 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 Details

    • GMLObjectTypeListTypeBinding

      public GMLObjectTypeListTypeBinding(WfsFactory factory)
  • Method Details