Interface DomainType

  • All Superinterfaces:
    UnNamedDomainType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    DomainTypeImpl

    public interface DomainType
    extends UnNamedDomainType
    An XML DomainType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getName

        String getName()
        Gets the "name" attribute
      • xgetName

        org.apache.xmlbeans.XmlString xgetName()
        Gets (as xml) the "name" attribute
      • setName

        void setName​(String name)
        Sets the "name" attribute
      • xsetName

        void xsetName​(org.apache.xmlbeans.XmlString name)
        Sets (as xml) the "name" attribute