public class StructureContactData extends Object implements Serializable
Java class for structureContactData complex type.
The following schema fragment specifies the expected content contained within this class.
| Constructor and Description |
|---|
StructureContactData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressSalutation()
Gets the value of the addressSalutation property.
|
List<String> |
getAllContactNumbers()
Gets the value of the allContactNumbers property.
|
List<String> |
getAlternativeEmails()
Gets the value of the alternativeEmails property.
|
String |
getCellPhoneNumber()
Gets the value of the cellPhoneNumber property.
|
ConfidentialityLevelEnum |
getConfidentialityLevelEnum()
Gets the value of the confidentialityLevelEnum property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFaxNumber()
Gets the value of the faxNumber property.
|
String |
getLetterSalutation()
Gets the value of the letterSalutation property.
|
String |
getLogin()
Gets the value of the login property.
|
Integer |
getNumberOfEmployees()
Gets the value of the numberOfEmployees property.
|
String |
getParentStructureContactNumber()
Gets the value of the parentStructureContactNumber property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPhoneNumber1()
Gets the value of the phoneNumber1 property.
|
String |
getPhoneNumber2()
Gets the value of the phoneNumber2 property.
|
String |
getPhoneNumber3()
Gets the value of the phoneNumber3 property.
|
Long |
getPrimaryContactId()
Gets the value of the primaryContactId property.
|
String |
getRemark()
Gets the value of the remark property.
|
StructureRoleEnum |
getRole()
Gets the value of the role property.
|
String |
getSiretCode()
Gets the value of the siretCode property.
|
ContactStateEnum |
getState()
Gets the value of the state property.
|
String |
getStructureAddressName1()
Gets the value of the structureAddressName1 property.
|
String |
getStructureAddressName2()
Gets the value of the structureAddressName2 property.
|
String |
getStructureCommunityType()
Gets the value of the structureCommunityType property.
|
String |
getStructureOfficialName()
Gets the value of the structureOfficialName property.
|
String |
getStructurePreferredLanguage()
Gets the value of the structurePreferredLanguage property.
|
Long |
getStructureTypeId()
Gets the value of the structureTypeId property.
|
boolean |
isCommunity()
Gets the value of the community property.
|
boolean |
isProspect()
Gets the value of the prospect property.
|
void |
setAddressSalutation(String value)
Sets the value of the addressSalutation property.
|
void |
setCellPhoneNumber(String value)
Sets the value of the cellPhoneNumber property.
|
void |
setCommunity(boolean value)
Sets the value of the community property.
|
void |
setConfidentialityLevelEnum(ConfidentialityLevelEnum value)
Sets the value of the confidentialityLevelEnum property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFaxNumber(String value)
Sets the value of the faxNumber property.
|
void |
setLetterSalutation(String value)
Sets the value of the letterSalutation property.
|
void |
setLogin(String value)
Sets the value of the login property.
|
void |
setNumberOfEmployees(Integer value)
Sets the value of the numberOfEmployees property.
|
void |
setParentStructureContactNumber(String value)
Sets the value of the parentStructureContactNumber property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPhoneNumber1(String value)
Sets the value of the phoneNumber1 property.
|
void |
setPhoneNumber2(String value)
Sets the value of the phoneNumber2 property.
|
void |
setPhoneNumber3(String value)
Sets the value of the phoneNumber3 property.
|
void |
setPrimaryContactId(Long value)
Sets the value of the primaryContactId property.
|
void |
setProspect(boolean value)
Sets the value of the prospect property.
|
void |
setRemark(String value)
Sets the value of the remark property.
|
void |
setRole(StructureRoleEnum value)
Sets the value of the role property.
|
void |
setSiretCode(String value)
Sets the value of the siretCode property.
|
void |
setState(ContactStateEnum value)
Sets the value of the state property.
|
void |
setStructureAddressName1(String value)
Sets the value of the structureAddressName1 property.
|
void |
setStructureAddressName2(String value)
Sets the value of the structureAddressName2 property.
|
void |
setStructureCommunityType(String value)
Sets the value of the structureCommunityType property.
|
void |
setStructureOfficialName(String value)
Sets the value of the structureOfficialName property.
|
void |
setStructurePreferredLanguage(String value)
Sets the value of the structurePreferredLanguage property.
|
void |
setStructureTypeId(Long value)
Sets the value of the structureTypeId property.
|
protected String addressSalutation
protected String cellPhoneNumber
protected boolean community
protected ConfidentialityLevelEnum confidentialityLevelEnum
protected String contactNumber
protected String email
protected String faxNumber
protected String letterSalutation
protected String login
protected Integer numberOfEmployees
protected String parentStructureContactNumber
protected String password
protected String phoneNumber1
protected String phoneNumber2
protected String phoneNumber3
protected Long primaryContactId
protected boolean prospect
protected String remark
protected StructureRoleEnum role
protected String siretCode
protected ContactStateEnum state
protected String structureAddressName1
protected String structureAddressName2
protected String structureCommunityType
protected String structureOfficialName
protected String structurePreferredLanguage
protected Long structureTypeId
public String getAddressSalutation()
Stringpublic void setAddressSalutation(String value)
value - allowed object is
Stringpublic List<String> getAllContactNumbers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allContactNumbers property.
For example, to add a new item, do as follows:
getAllContactNumbers().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getAlternativeEmails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the alternativeEmails property.
For example, to add a new item, do as follows:
getAlternativeEmails().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getCellPhoneNumber()
Stringpublic void setCellPhoneNumber(String value)
value - allowed object is
Stringpublic boolean isCommunity()
public void setCommunity(boolean value)
public ConfidentialityLevelEnum getConfidentialityLevelEnum()
ConfidentialityLevelEnumpublic void setConfidentialityLevelEnum(ConfidentialityLevelEnum value)
value - allowed object is
ConfidentialityLevelEnumpublic String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFaxNumber()
Stringpublic void setFaxNumber(String value)
value - allowed object is
Stringpublic String getLetterSalutation()
Stringpublic void setLetterSalutation(String value)
value - allowed object is
Stringpublic String getLogin()
Stringpublic void setLogin(String value)
value - allowed object is
Stringpublic Integer getNumberOfEmployees()
Integerpublic void setNumberOfEmployees(Integer value)
value - allowed object is
Integerpublic String getParentStructureContactNumber()
Stringpublic void setParentStructureContactNumber(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getPhoneNumber1()
Stringpublic void setPhoneNumber1(String value)
value - allowed object is
Stringpublic String getPhoneNumber2()
Stringpublic void setPhoneNumber2(String value)
value - allowed object is
Stringpublic String getPhoneNumber3()
Stringpublic void setPhoneNumber3(String value)
value - allowed object is
Stringpublic Long getPrimaryContactId()
Longpublic void setPrimaryContactId(Long value)
value - allowed object is
Longpublic boolean isProspect()
public void setProspect(boolean value)
public String getRemark()
Stringpublic void setRemark(String value)
value - allowed object is
Stringpublic StructureRoleEnum getRole()
StructureRoleEnumpublic void setRole(StructureRoleEnum value)
value - allowed object is
StructureRoleEnumpublic String getSiretCode()
Stringpublic void setSiretCode(String value)
value - allowed object is
Stringpublic ContactStateEnum getState()
ContactStateEnumpublic void setState(ContactStateEnum value)
value - allowed object is
ContactStateEnumpublic String getStructureAddressName1()
Stringpublic void setStructureAddressName1(String value)
value - allowed object is
Stringpublic String getStructureAddressName2()
Stringpublic void setStructureAddressName2(String value)
value - allowed object is
Stringpublic String getStructureCommunityType()
Stringpublic void setStructureCommunityType(String value)
value - allowed object is
Stringpublic String getStructureOfficialName()
Stringpublic void setStructureOfficialName(String value)
value - allowed object is
Stringpublic String getStructurePreferredLanguage()
Stringpublic void setStructurePreferredLanguage(String value)
value - allowed object is
Stringpublic Long getStructureTypeId()
LongCopyright © 2021. All rights reserved.