Interface IdentifierType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  IdentifierType.Factory
      A factory class with static methods for creating instances of this type.
      static interface  IdentifierType.VersionId
      An XML versionId(@http://inspire.ec.europa.eu/schemas/base/3.3).
    • 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
      IdentifierType.VersionId addNewVersionId()
      Appends and returns a new empty "versionId" element
      String getLocalId()
      Gets the "localId" element
      String getNamespace()
      Gets the "namespace" element
      IdentifierType.VersionId getVersionId()
      Gets the "versionId" element
      boolean isNilVersionId()
      Tests for nil "versionId" element
      boolean isSetVersionId()
      True if has "versionId" element
      void setLocalId​(String localId)
      Sets the "localId" element
      void setNamespace​(String namespace)
      Sets the "namespace" element
      void setNilVersionId()
      Nils the "versionId" element
      void setVersionId​(IdentifierType.VersionId versionId)
      Sets the "versionId" element
      void unsetVersionId()
      Unsets the "versionId" element
      org.apache.xmlbeans.XmlString xgetLocalId()
      Gets (as xml) the "localId" element
      org.apache.xmlbeans.XmlString xgetNamespace()
      Gets (as xml) the "namespace" element
      void xsetLocalId​(org.apache.xmlbeans.XmlString localId)
      Sets (as xml) the "localId" element
      void xsetNamespace​(org.apache.xmlbeans.XmlString namespace)
      Sets (as xml) the "namespace" 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

      • getLocalId

        String getLocalId()
        Gets the "localId" element
      • xgetLocalId

        org.apache.xmlbeans.XmlString xgetLocalId()
        Gets (as xml) the "localId" element
      • setLocalId

        void setLocalId​(String localId)
        Sets the "localId" element
      • xsetLocalId

        void xsetLocalId​(org.apache.xmlbeans.XmlString localId)
        Sets (as xml) the "localId" element
      • getNamespace

        String getNamespace()
        Gets the "namespace" element
      • xgetNamespace

        org.apache.xmlbeans.XmlString xgetNamespace()
        Gets (as xml) the "namespace" element
      • setNamespace

        void setNamespace​(String namespace)
        Sets the "namespace" element
      • xsetNamespace

        void xsetNamespace​(org.apache.xmlbeans.XmlString namespace)
        Sets (as xml) the "namespace" element
      • isNilVersionId

        boolean isNilVersionId()
        Tests for nil "versionId" element
      • isSetVersionId

        boolean isSetVersionId()
        True if has "versionId" element
      • setNilVersionId

        void setNilVersionId()
        Nils the "versionId" element
      • unsetVersionId

        void unsetVersionId()
        Unsets the "versionId" element