Interface PartyAgreementIdentifier

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PartyAgreementIdentifier.PartyAgreementIdentifierBuilder
All Known Implementing Classes:
PartyAgreementIdentifier.PartyAgreementIdentifierBuilderImpl, PartyAgreementIdentifier.PartyAgreementIdentifierImpl

@RosettaDataType(value="PartyAgreementIdentifier", builder=PartyAgreementIdentifierBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="PartyAgreementIdentifier", model="cdm", builder=PartyAgreementIdentifierBuilderImpl.class, version="7.0.0-dev.105") public interface PartyAgreementIdentifier extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class defining a legal agreement identifier issued by the indicated party.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getPartyReference

      ReferenceWithMetaParty getPartyReference()
      Party that issued the document identifier.
    • getDocumentIdentifier

      List<? extends FieldWithMetaIdentifier> getDocumentIdentifier()
      While FpML specifies the document identifier with a value and an associated scheme, the CDM makes use of the Identifier, which has an explicit issuer. The issuer of this identifier is not necessarily the same as the party reference.
    • 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 PartyAgreementIdentifier> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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