Package org.isda.cdm
Class PartyContactInformation
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PartyContactInformation
-
@RosettaClass @RosettaSynonym(value="PartyContactInformation", source="FpML_5_10") public class PartyContactInformation extends com.rosetta.model.lib.RosettaModelObject
A class to specify contact information within a party: address and, optionally, associated business unit and person. This class also supports the ISDA CSA representation as a single string, through the address attribute.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartyContactInformation.PartyContactInformationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartyContactInformation.PartyContactInformationBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getAddress()
The address specified as a string to support non-normalized contact information, such as in the case of ISDA Create.java.util.List<BusinessUnit>
getBusinessUnit()
Optional organization unit information used to describe the organization units (e.g.ContactInformation
getContactInformation()
The postal/street address, telephone number, email address and/or web page.ReferenceWithMetaParty
getPartyReference()
The reference to the party to which the contact information refers to.java.util.List<NaturalPerson>
getPerson()
Optional information about people involved in a transaction or business process.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyContactInformation>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PartyContactInformation.PartyContactInformationBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAddress
@RosettaSynonym(value="partyA_specify",source="ISDA_Create_1_0") @RosettaSynonym(value="partyB_specify",source="ISDA_Create_1_0") public final java.lang.String getAddress()
The address specified as a string to support non-normalized contact information, such as in the case of ISDA Create.
-
getBusinessUnit
@RosettaSynonym(value="businessUnit", source="FpML_5_10") public final java.util.List<BusinessUnit> getBusinessUnit()
Optional organization unit information used to describe the organization units (e.g. trading desks) involved in a transaction or business process, incl. the contact information (when relevant).
-
getContactInformation
@RosettaSynonym(value="contactInfo", source="FpML_5_10") public final ContactInformation getContactInformation()
The postal/street address, telephone number, email address and/or web page. If the contact information is specific to the associated business unit(s), it should be associated with those.
-
getPartyReference
@RosettaSynonym(value="partyReference", source="FpML_5_10") public final ReferenceWithMetaParty getPartyReference()
The reference to the party to which the contact information refers to.
-
getPerson
@RosettaSynonym(value="person", source="FpML_5_10") public final java.util.List<NaturalPerson> getPerson()
Optional information about people involved in a transaction or business process. (These are employees of the party.)
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyContactInformation> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PartyContactInformation.PartyContactInformationBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PartyContactInformation.PartyContactInformationBuilder 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
-
-