Interface PartyReferencePayerReceiver

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
IndependentAmount, IndependentAmount.IndependentAmountBuilder, PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder
All Known Implementing Classes:
IndependentAmount.IndependentAmountBuilderImpl, IndependentAmount.IndependentAmountImpl, PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilderImpl, PartyReferencePayerReceiver.PartyReferencePayerReceiverImpl

@RosettaDataType(value="PartyReferencePayerReceiver", builder=PartyReferencePayerReceiverBuilderImpl.class, version="5.30.0") @RuneDataType(value="PartyReferencePayerReceiver", model="cdm", builder=PartyReferencePayerReceiverBuilderImpl.class, version="5.30.0") public interface PartyReferencePayerReceiver extends com.rosetta.model.lib.RosettaModelObject
Specifies the parties responsible for making and receiving payments defined by this structure.
Version:
5.30.0
  • Field Details

  • Method Details

    • getPayerPartyReference

      ReferenceWithMetaParty getPayerPartyReference()
      The party responsible for making the payments defined by this structure.
    • getPayerAccountReference

      ReferenceWithMetaAccount getPayerAccountReference()
      A reference to the account responsible for making the payments defined by this structure.
    • getReceiverPartyReference

      ReferenceWithMetaParty getReceiverPartyReference()
      The party that receives the payments corresponding to this structure.
    • getReceiverAccountReference

      ReferenceWithMetaAccount getReceiverAccountReference()
      A reference to the account that receives the payments corresponding to this structure.
    • 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 PartyReferencePayerReceiver> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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