Interface PartyIdentifier

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PartyIdentifier.PartyIdentifierBuilder
All Known Implementing Classes:
PartyIdentifier.PartyIdentifierBuilderImpl, PartyIdentifier.PartyIdentifierImpl

@RosettaDataType(value="PartyIdentifier", builder=PartyIdentifierBuilderImpl.class, version="5.30.0") @RuneDataType(value="PartyIdentifier", model="cdm", builder=PartyIdentifierBuilderImpl.class, version="5.30.0") public interface PartyIdentifier 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 PartyIdentifier 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 party. The identifier is unique within the public source specified in the source attribute.
    • getIdentifierType

      PartyIdentifierTypeEnum getIdentifierType()
      Defines the source of 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 PartyIdentifier> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PartyIdentifier> 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