public class ContactData extends AbstractRealTimeDto implements Serializable
Java class for contactData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected AnswerQuestionnaire |
answerQuestionnaire |
protected Date |
birthday |
protected String |
birthPlace |
protected String |
birthRegion |
protected Long |
contactId |
protected String |
contactReference |
protected String |
countryCode |
protected String |
email |
protected String |
firstAddressLine |
protected String |
firstName |
protected String |
firstNamePhonetic |
protected String |
idNumber |
protected Long |
invoiceAddressId |
protected String |
lastName |
protected String |
lastNamePhonetic |
protected String |
locality |
protected String |
mobilePhone |
protected String |
phone |
protected String |
secondAddressLine |
protected String |
structureOfficialName |
protected String |
thirdAddressLine |
protected String |
zipCode |
| Constructor and Description |
|---|
ContactData() |
| Modifier and Type | Method and Description |
|---|---|
AnswerQuestionnaire |
getAnswerQuestionnaire()
Gets the value of the answerQuestionnaire property.
|
Date |
getBirthday()
Gets the value of the birthday property.
|
String |
getBirthPlace()
Gets the value of the birthPlace property.
|
String |
getBirthRegion()
Gets the value of the birthRegion property.
|
Long |
getContactId()
Gets the value of the contactId property.
|
String |
getContactReference()
Gets the value of the contactReference property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstAddressLine()
Gets the value of the firstAddressLine property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getFirstNamePhonetic()
Gets the value of the firstNamePhonetic property.
|
String |
getIdNumber()
Gets the value of the idNumber property.
|
Long |
getInvoiceAddressId()
Gets the value of the invoiceAddressId property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getLastNamePhonetic()
Gets the value of the lastNamePhonetic property.
|
String |
getLocality()
Gets the value of the locality property.
|
String |
getMobilePhone()
Gets the value of the mobilePhone property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getSecondAddressLine()
Gets the value of the secondAddressLine property.
|
String |
getStructureOfficialName()
Gets the value of the structureOfficialName property.
|
String |
getThirdAddressLine()
Gets the value of the thirdAddressLine property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setAnswerQuestionnaire(AnswerQuestionnaire value)
Sets the value of the answerQuestionnaire property.
|
void |
setBirthday(Date value)
Sets the value of the birthday property.
|
void |
setBirthPlace(String value)
Sets the value of the birthPlace property.
|
void |
setBirthRegion(String value)
Sets the value of the birthRegion property.
|
void |
setContactId(Long value)
Sets the value of the contactId property.
|
void |
setContactReference(String value)
Sets the value of the contactReference property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstAddressLine(String value)
Sets the value of the firstAddressLine property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setFirstNamePhonetic(String value)
Sets the value of the firstNamePhonetic property.
|
void |
setIdNumber(String value)
Sets the value of the idNumber property.
|
void |
setInvoiceAddressId(Long value)
Sets the value of the invoiceAddressId property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setLastNamePhonetic(String value)
Sets the value of the lastNamePhonetic property.
|
void |
setLocality(String value)
Sets the value of the locality property.
|
void |
setMobilePhone(String value)
Sets the value of the mobilePhone property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setSecondAddressLine(String value)
Sets the value of the secondAddressLine property.
|
void |
setStructureOfficialName(String value)
Sets the value of the structureOfficialName property.
|
void |
setThirdAddressLine(String value)
Sets the value of the thirdAddressLine property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected AnswerQuestionnaire answerQuestionnaire
protected String birthPlace
protected String birthRegion
protected Date birthday
protected Long contactId
protected String contactReference
protected String countryCode
protected String email
protected String firstAddressLine
protected String firstName
protected String firstNamePhonetic
protected String idNumber
protected Long invoiceAddressId
protected String lastName
protected String lastNamePhonetic
protected String locality
protected String mobilePhone
protected String phone
protected String secondAddressLine
protected String structureOfficialName
protected String thirdAddressLine
protected String zipCode
public AnswerQuestionnaire getAnswerQuestionnaire()
AnswerQuestionnairepublic void setAnswerQuestionnaire(AnswerQuestionnaire value)
value - allowed object is
AnswerQuestionnairepublic String getBirthPlace()
Stringpublic void setBirthPlace(String value)
value - allowed object is
Stringpublic String getBirthRegion()
Stringpublic void setBirthRegion(String value)
value - allowed object is
Stringpublic Date getBirthday()
Stringpublic void setBirthday(Date value)
value - allowed object is
Stringpublic Long getContactId()
Longpublic void setContactId(Long value)
value - allowed object is
Longpublic String getContactReference()
Stringpublic void setContactReference(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFirstAddressLine()
Stringpublic void setFirstAddressLine(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getFirstNamePhonetic()
Stringpublic void setFirstNamePhonetic(String value)
value - allowed object is
Stringpublic String getIdNumber()
Stringpublic void setIdNumber(String value)
value - allowed object is
Stringpublic Long getInvoiceAddressId()
Longpublic void setInvoiceAddressId(Long value)
value - allowed object is
Longpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getLastNamePhonetic()
Stringpublic void setLastNamePhonetic(String value)
value - allowed object is
Stringpublic String getLocality()
Stringpublic void setLocality(String value)
value - allowed object is
Stringpublic String getMobilePhone()
Stringpublic void setMobilePhone(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getSecondAddressLine()
Stringpublic void setSecondAddressLine(String value)
value - allowed object is
Stringpublic String getStructureOfficialName()
Stringpublic void setStructureOfficialName(String value)
value - allowed object is
Stringpublic String getThirdAddressLine()
Stringpublic void setThirdAddressLine(String value)
value - allowed object is
Stringpublic String getZipCode()
StringCopyright © 2021. All rights reserved.