Interface ThematicIdentifierType

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

    public interface ThematicIdentifierType
    extends org.apache.xmlbeans.XmlObject
    An XML ThematicIdentifierType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ThematicIdentifierType.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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIdentifier()
      Gets the "identifier" element
      String getIdentifierScheme()
      Gets the "identifierScheme" element
      void setIdentifier​(String identifier)
      Sets the "identifier" element
      void setIdentifierScheme​(String identifierScheme)
      Sets the "identifierScheme" element
      org.apache.xmlbeans.XmlString xgetIdentifier()
      Gets (as xml) the "identifier" element
      org.apache.xmlbeans.XmlString xgetIdentifierScheme()
      Gets (as xml) the "identifierScheme" element
      void xsetIdentifier​(org.apache.xmlbeans.XmlString identifier)
      Sets (as xml) the "identifier" element
      void xsetIdentifierScheme​(org.apache.xmlbeans.XmlString identifierScheme)
      Sets (as xml) the "identifierScheme" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getIdentifier

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

        org.apache.xmlbeans.XmlString xgetIdentifier()
        Gets (as xml) the "identifier" element
      • setIdentifier

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

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

        String getIdentifierScheme()
        Gets the "identifierScheme" element
      • xgetIdentifierScheme

        org.apache.xmlbeans.XmlString xgetIdentifierScheme()
        Gets (as xml) the "identifierScheme" element
      • setIdentifierScheme

        void setIdentifierScheme​(String identifierScheme)
        Sets the "identifierScheme" element
      • xsetIdentifierScheme

        void xsetIdentifierScheme​(org.apache.xmlbeans.XmlString identifierScheme)
        Sets (as xml) the "identifierScheme" element