Interface CapabilitiesBaseType

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

    public interface CapabilitiesBaseType
    extends org.apache.xmlbeans.XmlObject
    An XML CapabilitiesBaseType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Field Detail

      • type

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

      • isSetServiceIdentification

        boolean isSetServiceIdentification()
        True if has "ServiceIdentification" element
      • unsetServiceIdentification

        void unsetServiceIdentification()
        Unsets the "ServiceIdentification" element
      • isSetServiceProvider

        boolean isSetServiceProvider()
        True if has "ServiceProvider" element
      • unsetServiceProvider

        void unsetServiceProvider()
        Unsets the "ServiceProvider" element
      • isSetOperationsMetadata

        boolean isSetOperationsMetadata()
        True if has "OperationsMetadata" element
      • unsetOperationsMetadata

        void unsetOperationsMetadata()
        Unsets the "OperationsMetadata" element
      • getVersion

        String getVersion()
        Gets the "version" attribute
      • xgetVersion

        VersionType xgetVersion()
        Gets (as xml) the "version" attribute
      • setVersion

        void setVersion​(String version)
        Sets the "version" attribute
      • xsetVersion

        void xsetVersion​(VersionType version)
        Sets (as xml) the "version" attribute
      • getUpdateSequence

        String getUpdateSequence()
        Gets the "updateSequence" attribute
      • xgetUpdateSequence

        UpdateSequenceType xgetUpdateSequence()
        Gets (as xml) the "updateSequence" attribute
      • isSetUpdateSequence

        boolean isSetUpdateSequence()
        True if has "updateSequence" attribute
      • setUpdateSequence

        void setUpdateSequence​(String updateSequence)
        Sets the "updateSequence" attribute
      • xsetUpdateSequence

        void xsetUpdateSequence​(UpdateSequenceType updateSequence)
        Sets (as xml) the "updateSequence" attribute
      • unsetUpdateSequence

        void unsetUpdateSequence()
        Unsets the "updateSequence" attribute