Interface AbstractSWEIdentifiableType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  AbstractSWEIdentifiableType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

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

      • getIdentifier

        String getIdentifier()
        Gets the "identifier" element
      • xgetIdentifier

        org.apache.xmlbeans.XmlAnyURI xgetIdentifier()
        Gets (as xml) the "identifier" element
      • isSetIdentifier

        boolean isSetIdentifier()
        True if has "identifier" element
      • setIdentifier

        void setIdentifier​(String identifier)
        Sets the "identifier" element
      • xsetIdentifier

        void xsetIdentifier​(org.apache.xmlbeans.XmlAnyURI identifier)
        Sets (as xml) the "identifier" element
      • unsetIdentifier

        void unsetIdentifier()
        Unsets the "identifier" element
      • getLabel

        String getLabel()
        Gets the "label" element
      • xgetLabel

        org.apache.xmlbeans.XmlString xgetLabel()
        Gets (as xml) the "label" element
      • isSetLabel

        boolean isSetLabel()
        True if has "label" element
      • setLabel

        void setLabel​(String label)
        Sets the "label" element
      • xsetLabel

        void xsetLabel​(org.apache.xmlbeans.XmlString label)
        Sets (as xml) the "label" element
      • unsetLabel

        void unsetLabel()
        Unsets the "label" element
      • getDescription

        String getDescription()
        Gets the "description" element
      • xgetDescription

        org.apache.xmlbeans.XmlString xgetDescription()
        Gets (as xml) the "description" element
      • isSetDescription

        boolean isSetDescription()
        True if has "description" element
      • setDescription

        void setDescription​(String description)
        Sets the "description" element
      • xsetDescription

        void xsetDescription​(org.apache.xmlbeans.XmlString description)
        Sets (as xml) the "description" element
      • unsetDescription

        void unsetDescription()
        Unsets the "description" element