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()
AnswerQuestionnaire
public void setAnswerQuestionnaire(AnswerQuestionnaire value)
value
- allowed object is
AnswerQuestionnaire
public String getBirthPlace()
String
public void setBirthPlace(String value)
value
- allowed object is
String
public String getBirthRegion()
String
public void setBirthRegion(String value)
value
- allowed object is
String
public Date getBirthday()
String
public void setBirthday(Date value)
value
- allowed object is
String
public Long getContactId()
Long
public void setContactId(Long value)
value
- allowed object is
Long
public String getContactReference()
String
public void setContactReference(String value)
value
- allowed object is
String
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getFirstAddressLine()
String
public void setFirstAddressLine(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getFirstNamePhonetic()
String
public void setFirstNamePhonetic(String value)
value
- allowed object is
String
public String getIdNumber()
String
public void setIdNumber(String value)
value
- allowed object is
String
public Long getInvoiceAddressId()
Long
public void setInvoiceAddressId(Long value)
value
- allowed object is
Long
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getLastNamePhonetic()
String
public void setLastNamePhonetic(String value)
value
- allowed object is
String
public String getLocality()
String
public void setLocality(String value)
value
- allowed object is
String
public String getMobilePhone()
String
public void setMobilePhone(String value)
value
- allowed object is
String
public String getPhone()
String
public void setPhone(String value)
value
- allowed object is
String
public String getSecondAddressLine()
String
public void setSecondAddressLine(String value)
value
- allowed object is
String
public String getStructureOfficialName()
String
public void setStructureOfficialName(String value)
value
- allowed object is
String
public String getThirdAddressLine()
String
public void setThirdAddressLine(String value)
value
- allowed object is
String
public String getZipCode()
String
Copyright © 2021. All rights reserved.