Class Identifier

    • Constructor Detail

      • Identifier

        public Identifier​(String localId,
                          String namespace)
        Parameters:
        localId - the localID
        namespace - the namespace
      • Identifier

        public Identifier()
    • Method Detail

      • getLocalId

        public String getLocalId()
        Get localId
        Returns:
        LocalId
      • getNamespace

        public String getNamespace()
        Get namespace
        Returns:
        Code space
      • setLocalId

        public Identifier setLocalId​(String localId)
        Set localId and return this Identifier object
        Parameters:
        localId - LocalId to set
        Returns:
        This Identifier object
      • setNamespace

        public Identifier setNamespace​(String namespace)
        Set namespace and return this Identifier object
        Parameters:
        namespace - Code space to set
        Returns:
        This Identifier object
      • isSetLocalId

        public boolean isSetLocalId()
        Check whether localId is set
        Returns:
        true if localId is set
      • isSetNamespace

        public boolean isSetNamespace()
        Check whether namespace is set
        Returns:
        true if namespace is set
      • setVersionId

        public void setVersionId​(String versionId)