Package org.isda.cdm
Class NotifyingParty
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.NotifyingParty
-
@RosettaClass @RosettaSynonym(value="NotifyingParty", source="FpML_5_10") public class NotifyingParty extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotifyingParty.NotifyingPartyBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotifyingParty.NotifyingPartyBuilder
builder()
boolean
equals(java.lang.Object o)
ReferenceWithMetaParty
getBuyerPartyReference()
ReferenceWithMetaParty
getSellerPartyReference()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends NotifyingParty>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
NotifyingParty.NotifyingPartyBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getBuyerPartyReference
@RosettaSynonym(value="buyerPartyReference",source="FpML_5_10") @RosettaSynonym(value="buyerPartyReference",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="buyerPartyReference",source="DTCC_11_0") @RosettaSynonym(value="buyerPartyReference",source="DTCC_9_0") @RosettaSynonym(value="buyerPartyReference",source="CME_ClearedConfirm_1_17") public final ReferenceWithMetaParty getBuyerPartyReference()
-
getSellerPartyReference
@RosettaSynonym(value="sellerPartyReference",source="FpML_5_10") @RosettaSynonym(value="sellerPartyReference",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="sellerPartyReference",source="DTCC_11_0") @RosettaSynonym(value="sellerPartyReference",source="DTCC_9_0") @RosettaSynonym(value="sellerPartyReference",source="CME_ClearedConfirm_1_17") public final ReferenceWithMetaParty getSellerPartyReference()
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends NotifyingParty> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public NotifyingParty.NotifyingPartyBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static NotifyingParty.NotifyingPartyBuilder 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
-
-