Package cdm.event.common
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Affirmationstatic classImmutable Implementation of Affirmation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends Identifier> The identifier(s) associated with the trade and resulting confirmation.The lineage attribute provides a linkage to previous lifecycle events and associated data.getParty()The parties associated with the trade.The role(s) that party(ies) may have in relation to the tradedefault Class<? extends Affirmation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Affirmation> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIdentifier
List<? extends Identifier> getIdentifier()The identifier(s) associated with the trade and resulting confirmation. -
getParty
The parties associated with the trade. -
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
AffirmationStatusEnum getStatus() -
build
Affirmation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Affirmation.AffirmationBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-