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 Detail

      • GMLObjectTypeListTypeBinding

        public GMLObjectTypeListTypeBinding​(WfsFactory factory)
    • Method Detail

      • getTarget

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