Interface Affirmation

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Affirmation.AffirmationBuilder
All Known Implementing Classes:
Affirmation.AffirmationBuilderImpl, Affirmation.AffirmationImpl

@RosettaDataType(value="Affirmation", builder=AffirmationBuilderImpl.class, version="5.30.0") @RuneDataType(value="Affirmation", model="cdm", builder=AffirmationBuilderImpl.class, version="5.30.0") public interface Affirmation extends com.rosetta.model.lib.RosettaModelObject
A class to specify a trade affirmation.
Version:
5.30.0
  • Field Details

  • Method Details

    • getIdentifier

      List<? extends Identifier> getIdentifier()
      The identifier(s) associated with the trade and resulting confirmation.
    • getParty

      List<? extends Party> getParty()
      The parties associated with the trade.
    • getPartyRole

      List<? extends PartyRole> getPartyRole()
      The role(s) that party(ies) may have in relation to the trade
    • getLineage

      Lineage getLineage()
      The lineage attribute provides a linkage to previous lifecycle events and associated data.
    • getStatus

    • build

      Affirmation 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 Affirmation> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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