Package org.isda.cdm

Class 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
    • 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 class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object