Interface PersonIdentifier

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PersonIdentifier.PersonIdentifierBuilder
All Known Implementing Classes:
PersonIdentifier.PersonIdentifierBuilderImpl, PersonIdentifier.PersonIdentifierImpl

@RosettaDataType(value="PersonIdentifier", builder=PersonIdentifierBuilderImpl.class, version="5.30.0") @RuneDataType(value="PersonIdentifier", model="cdm", builder=PersonIdentifierBuilderImpl.class, version="5.30.0") public interface PersonIdentifier extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Comprises an identifier and a source. The associated metadata key denotes the ability to associate a hash value to the PersonIdentifier instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage.
Version:
5.30.0
  • Field Details

  • Method Details

    • getIdentifier

      FieldWithMetaString getIdentifier()
      Provides an identifier associated with a person. The identifier is unique within the public source specified in the source attribute.
    • getIdentifierType

      PersonIdentifierTypeEnum getIdentifierType()
      Defines the source of the identifier.
    • getCountry

      FieldWithMetaString getCountry()
      The ISO 3166 standard code for the country issuing the identifier.
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends PersonIdentifier> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PersonIdentifier> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject