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()
String
public void setAddressSalutation(String value)
value
- allowed object is
String
public 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()
String
public void setCellPhoneNumber(String value)
value
- allowed object is
String
public boolean isCommunity()
public void setCommunity(boolean value)
public ConfidentialityLevelEnum getConfidentialityLevelEnum()
ConfidentialityLevelEnum
public void setConfidentialityLevelEnum(ConfidentialityLevelEnum value)
value
- allowed object is
ConfidentialityLevelEnum
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getFaxNumber()
String
public void setFaxNumber(String value)
value
- allowed object is
String
public String getLetterSalutation()
String
public void setLetterSalutation(String value)
value
- allowed object is
String
public String getLogin()
String
public void setLogin(String value)
value
- allowed object is
String
public Integer getNumberOfEmployees()
Integer
public void setNumberOfEmployees(Integer value)
value
- allowed object is
Integer
public String getParentStructureContactNumber()
String
public void setParentStructureContactNumber(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public String getPhoneNumber1()
String
public void setPhoneNumber1(String value)
value
- allowed object is
String
public String getPhoneNumber2()
String
public void setPhoneNumber2(String value)
value
- allowed object is
String
public String getPhoneNumber3()
String
public void setPhoneNumber3(String value)
value
- allowed object is
String
public Long getPrimaryContactId()
Long
public void setPrimaryContactId(Long value)
value
- allowed object is
Long
public boolean isProspect()
public void setProspect(boolean value)
public String getRemark()
String
public void setRemark(String value)
value
- allowed object is
String
public StructureRoleEnum getRole()
StructureRoleEnum
public void setRole(StructureRoleEnum value)
value
- allowed object is
StructureRoleEnum
public String getSiretCode()
String
public void setSiretCode(String value)
value
- allowed object is
String
public ContactStateEnum getState()
ContactStateEnum
public void setState(ContactStateEnum value)
value
- allowed object is
ContactStateEnum
public String getStructureAddressName1()
String
public void setStructureAddressName1(String value)
value
- allowed object is
String
public String getStructureAddressName2()
String
public void setStructureAddressName2(String value)
value
- allowed object is
String
public String getStructureCommunityType()
String
public void setStructureCommunityType(String value)
value
- allowed object is
String
public String getStructureOfficialName()
String
public void setStructureOfficialName(String value)
value
- allowed object is
String
public String getStructurePreferredLanguage()
String
public void setStructurePreferredLanguage(String value)
value
- allowed object is
String
public Long getStructureTypeId()
Long
Copyright © 2021. All rights reserved.