Package org.isda.cdm
Class Affirmation
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.Affirmation
-
@RosettaClass public class Affirmation extends com.rosetta.model.lib.RosettaModelObject
A class to specify a trade affirmation.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Affirmation.AffirmationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Affirmation.AffirmationBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<Identifier>
getIdentifier()
The identifier(s) associated with the trade and resulting confirmation.Lineage
getLineage()
The lineage attribute provides a linkage to previous lifecycle events and associated data.java.util.List<Party>
getParty()
The parties associated with the trade.java.util.List<PartyRole>
getPartyRole()
The role(s) that party(ies) may have in relation to the tradeAffirmationStatusEnum
getStatus()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Affirmation>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
Affirmation.AffirmationBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getIdentifier
public final java.util.List<Identifier> getIdentifier()
The identifier(s) associated with the trade and resulting confirmation.
-
getLineage
public final Lineage getLineage()
The lineage attribute provides a linkage to previous lifecycle events and associated data.
-
getParty
public final java.util.List<Party> getParty()
The parties associated with the trade.
-
getPartyRole
public final java.util.List<PartyRole> getPartyRole()
The role(s) that party(ies) may have in relation to the trade
-
getStatus
public final AffirmationStatusEnum getStatus()
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends Affirmation> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public Affirmation.AffirmationBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static Affirmation.AffirmationBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-