Package org.isda.cdm
Class ContactInformation
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.ContactInformation
-
@RosettaClass @RosettaSynonym(value="ContactInformation", source="FpML_5_10") public class ContactInformation extends com.rosetta.model.lib.RosettaModelObject
A class to specify contact information associated with a party: telephone, postal/street address, email and web page.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContactInformation.ContactInformationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContactInformation.ContactInformationBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<Address>
getAddress()
The street/postal address.java.util.List<java.lang.String>
getEmail()
The email address.java.util.List<TelephoneNumber>
getTelephone()
The telephone number.java.util.List<java.lang.String>
getWebPage()
The web page.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ContactInformation>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
ContactInformation.ContactInformationBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAddress
@RosettaSynonym(value="address", source="FpML_5_10") public final java.util.List<Address> getAddress()
The street/postal address.
-
getEmail
@RosettaSynonym(value="email", source="FpML_5_10") public final java.util.List<java.lang.String> getEmail()
The email address.
-
getTelephone
@RosettaSynonym(value="telephone", source="FpML_5_10") public final java.util.List<TelephoneNumber> getTelephone()
The telephone number.
-
getWebPage
public final java.util.List<java.lang.String> getWebPage()
The web page. This attribute is not specified as part of the FpML ContactInformation complex type.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends ContactInformation> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public ContactInformation.ContactInformationBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static ContactInformation.ContactInformationBuilder 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
-
-