Class IdentifierType


  • public class IdentifierType
    extends UniqueObject
    Defines an identifier type to be used in the system implementing this library. It is up to the implementor to add all relevant identifier types to his system. Each IdentifierType can be described by a label, a namespace (describing the system) and a regex pattern for validating identifiers.
    • Constructor Detail

      • IdentifierType

        public IdentifierType()
    • Method Detail

      • getLabel

        public String getLabel()
      • getNamespace

        public String getNamespace()
      • getPattern

        public String getPattern()
      • setLabel

        public void setLabel​(String label)
      • setNamespace

        public void setNamespace​(String namespace)
      • setPattern

        public void setPattern​(String pattern)