Package cdm.base.staticdata.party
Class ContactInformation.ContactInformationImpl
java.lang.Object
cdm.base.staticdata.party.ContactInformation.ContactInformationImpl
- All Implemented Interfaces:
ContactInformation,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ContactInformation
public static class ContactInformation.ContactInformationImpl
extends Object
implements ContactInformation
Immutable Implementation of ContactInformation
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.party.ContactInformation
ContactInformation.ContactInformationBuilder, ContactInformation.ContactInformationBuilderImpl, ContactInformation.ContactInformationImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.ContactInformation
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.party.ContactInformation
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ContactInformationImpl
-
-
Method Details
-
getTelephone
@RosettaAttribute("telephone") @RuneAttribute("telephone") public List<? extends TelephoneNumber> getTelephone()Description copied from interface:ContactInformationThe telephone number.- Specified by:
getTelephonein interfaceContactInformation
-
getAddress
Description copied from interface:ContactInformationThe street/postal address.- Specified by:
getAddressin interfaceContactInformation
-
getEmail
Description copied from interface:ContactInformationThe email address.- Specified by:
getEmailin interfaceContactInformation
-
getWebPage
Description copied from interface:ContactInformationThe web page. This attribute is not specified as part of the FpML ContactInformation complex type.- Specified by:
getWebPagein interfaceContactInformation
-
build
Description copied from interface:ContactInformationBuild Methods- Specified by:
buildin interfaceContactInformation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceContactInformation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-