Class ExternalIdentifier

  • All Implemented Interfaces:
    Serializable

    @Entity
    public class ExternalIdentifier
    extends RegistryObject
    ExternalIdentifier instances provide the additional identifier information to RegistryObject such as DUNS number, Social Security Number, or an alias name of the organization. The attribute identificationScheme is used to reference the identification scheme (e.g., DUNS, Social Security #), and the attribute value contains the actual information (e.g., the DUNS number, the social security number). Each RegistryObject MAY contain 0 or more ExternalIdentifier instances.
    Author:
    pramirez
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalIdentifier

        public ExternalIdentifier()
    • Method Detail

      • getIdentificationScheme

        public String getIdentificationScheme()
      • setIdentificationScheme

        public void setIdentificationScheme​(String identificationScheme)
      • getRegistryObject

        public String getRegistryObject()
      • setRegistryObject

        public void setRegistryObject​(String registryObject)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)