public class ContactDataResult extends WebMethodResult2 implements Serializable
Java class for contactDataResult complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Class and Description |
---|---|
static class |
ContactDataResult.CreatedFrom
Java class for anonymous complex type.
|
requestId, statusCode, statusDetail
Constructor and Description |
---|
ContactDataResult() |
Modifier and Type | Method and Description |
---|---|
List<ContactAddressData> |
getAddresses()
Gets the value of the addresses property.
|
List<ContactAdvantageData> |
getAdvantages()
Gets the value of the advantages property.
|
List<AuthorizationData> |
getAuthorizations()
Gets the value of the authorizations property.
|
List<ContactConnectionDetailed> |
getContactConnections()
Gets the value of the contactConnections property.
|
List<ExternalContactCriterionData> |
getContactCriteria()
Gets the value of the contactCriteria property.
|
ContactFileHistoryCriteria |
getContactFileHistoryCriteria()
Gets the value of the contactFileHistoryCriteria property.
|
Long |
getContactId()
Gets the value of the contactId property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
ContactOriginData |
getContactOrigin()
Gets the value of the contactOrigin property.
|
List<ContactQuality> |
getContactQualities()
Gets the value of the contactQualities property.
|
ContactDataResult.CreatedFrom |
getCreatedFrom()
Gets the value of the createdFrom property.
|
Date |
getCreationDate()
Gets the value of the creationDate property.
|
Date |
getEndValidityDate()
Gets the value of the endValidityDate property.
|
FinancialData |
getFinancialData()
Gets the value of the financialData property.
|
String |
getFunction()
Gets the value of the function property.
|
List<IndicatorData> |
getIndicators()
Gets the value of the indicators property.
|
IndividualContactData |
getIndividualContact()
Gets the value of the individualContact property.
|
IndividualPhotoData |
getIndividualPhotoData()
Gets the value of the individualPhotoData property.
|
List<ContactQuality> |
getInvalidatedContactQualities()
Gets the value of the invalidatedContactQualities property.
|
String |
getLogin()
Gets the value of the login property.
|
Date |
getLoginLastUpdateTime()
Gets the value of the loginLastUpdateTime property.
|
String |
getLoginLastUpdateUser()
Gets the value of the loginLastUpdateUser property.
|
String |
getMergedContactNumber()
Gets the value of the mergedContactNumber property.
|
ContactRoleEnum |
getRole()
Gets the value of the role property.
|
List<ContactSocialConnection> |
getSocialConnections()
Gets the value of the socialConnections property.
|
ContactStateEnum |
getState()
Gets the value of the state property.
|
StructureContactData |
getStructureContact()
Gets the value of the structureContact property.
|
ContactTypeEnum |
getType()
Gets the value of the type property.
|
boolean |
isGuest()
Gets the value of the guest property.
|
boolean |
isHasAdvantages()
Gets the value of the hasAdvantages property.
|
boolean |
isHasWarning()
Gets the value of the hasWarning property.
|
void |
setContactFileHistoryCriteria(ContactFileHistoryCriteria value)
Sets the value of the contactFileHistoryCriteria property.
|
void |
setContactId(Long value)
Sets the value of the contactId property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setContactOrigin(ContactOriginData value)
Sets the value of the contactOrigin property.
|
void |
setCreatedFrom(ContactDataResult.CreatedFrom value)
Sets the value of the createdFrom property.
|
void |
setCreationDate(Date value)
Sets the value of the creationDate property.
|
void |
setEndValidityDate(Date value)
Sets the value of the endValidityDate property.
|
void |
setFinancialData(FinancialData value)
Sets the value of the financialData property.
|
void |
setFunction(String value)
Sets the value of the function property.
|
void |
setGuest(boolean value)
Sets the value of the guest property.
|
void |
setHasAdvantages(boolean value)
Sets the value of the hasAdvantages property.
|
void |
setHasWarning(boolean value)
Sets the value of the hasWarning property.
|
void |
setIndividualContact(IndividualContactData value)
Sets the value of the individualContact property.
|
void |
setIndividualPhotoData(IndividualPhotoData value)
Sets the value of the individualPhotoData property.
|
void |
setLogin(String value)
Sets the value of the login property.
|
void |
setLoginLastUpdateTime(Date value)
Sets the value of the loginLastUpdateTime property.
|
void |
setLoginLastUpdateUser(String value)
Sets the value of the loginLastUpdateUser property.
|
void |
setMergedContactNumber(String value)
Sets the value of the mergedContactNumber property.
|
void |
setRole(ContactRoleEnum value)
Sets the value of the role property.
|
void |
setState(ContactStateEnum value)
Sets the value of the state property.
|
void |
setStructureContact(StructureContactData value)
Sets the value of the structureContact property.
|
void |
setType(ContactTypeEnum value)
Sets the value of the type property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected List<ContactAddressData> addresses
protected List<ContactAdvantageData> advantages
protected List<AuthorizationData> authorizations
protected List<ContactConnectionDetailed> contactConnections
protected List<ExternalContactCriterionData> contactCriteria
protected ContactFileHistoryCriteria contactFileHistoryCriteria
protected Long contactId
protected String contactNumber
protected ContactOriginData contactOrigin
protected List<ContactQuality> contactQualities
protected ContactDataResult.CreatedFrom createdFrom
protected Date creationDate
protected Date endValidityDate
protected FinancialData financialData
protected String function
protected boolean guest
protected boolean hasAdvantages
protected boolean hasWarning
protected List<IndicatorData> indicators
protected IndividualContactData individualContact
protected IndividualPhotoData individualPhotoData
protected List<ContactQuality> invalidatedContactQualities
protected String login
protected Date loginLastUpdateTime
protected String loginLastUpdateUser
protected String mergedContactNumber
protected ContactRoleEnum role
protected List<ContactSocialConnection> socialConnections
protected ContactStateEnum state
protected StructureContactData structureContact
protected ContactTypeEnum type
public List<ContactAddressData> getAddresses()
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 addresses property.
For example, to add a new item, do as follows:
getAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
ContactAddressData
public List<ContactAdvantageData> getAdvantages()
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 advantages property.
For example, to add a new item, do as follows:
getAdvantages().add(newItem);
Objects of the following type(s) are allowed in the list
ContactAdvantageData
public List<AuthorizationData> getAuthorizations()
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 authorizations property.
For example, to add a new item, do as follows:
getAuthorizations().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorizationData
public List<ContactConnectionDetailed> getContactConnections()
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 contactConnections property.
For example, to add a new item, do as follows:
getContactConnections().add(newItem);
Objects of the following type(s) are allowed in the list
ContactConnectionDetailed
public List<ExternalContactCriterionData> getContactCriteria()
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 contactCriteria property.
For example, to add a new item, do as follows:
getContactCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalContactCriterionData
public ContactFileHistoryCriteria getContactFileHistoryCriteria()
ContactFileHistoryCriteria
public void setContactFileHistoryCriteria(ContactFileHistoryCriteria value)
value
- allowed object is
ContactFileHistoryCriteria
public Long getContactId()
Long
public void setContactId(Long value)
value
- allowed object is
Long
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public ContactOriginData getContactOrigin()
ContactOriginData
public void setContactOrigin(ContactOriginData value)
value
- allowed object is
ContactOriginData
public List<ContactQuality> getContactQualities()
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 contactQualities property.
For example, to add a new item, do as follows:
getContactQualities().add(newItem);
Objects of the following type(s) are allowed in the list
ContactQuality
public ContactDataResult.CreatedFrom getCreatedFrom()
ContactDataResult.CreatedFrom
public void setCreatedFrom(ContactDataResult.CreatedFrom value)
value
- allowed object is
ContactDataResult.CreatedFrom
public Date getCreationDate()
String
public void setCreationDate(Date value)
value
- allowed object is
String
public Date getEndValidityDate()
String
public void setEndValidityDate(Date value)
value
- allowed object is
String
public FinancialData getFinancialData()
FinancialData
public void setFinancialData(FinancialData value)
value
- allowed object is
FinancialData
public String getFunction()
String
public void setFunction(String value)
value
- allowed object is
String
public boolean isGuest()
public void setGuest(boolean value)
public boolean isHasAdvantages()
public void setHasAdvantages(boolean value)
public boolean isHasWarning()
public void setHasWarning(boolean value)
public List<IndicatorData> getIndicators()
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 indicators property.
For example, to add a new item, do as follows:
getIndicators().add(newItem);
Objects of the following type(s) are allowed in the list
IndicatorData
public IndividualContactData getIndividualContact()
IndividualContactData
public void setIndividualContact(IndividualContactData value)
value
- allowed object is
IndividualContactData
public IndividualPhotoData getIndividualPhotoData()
IndividualPhotoData
public void setIndividualPhotoData(IndividualPhotoData value)
value
- allowed object is
IndividualPhotoData
public List<ContactQuality> getInvalidatedContactQualities()
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 invalidatedContactQualities property.
For example, to add a new item, do as follows:
getInvalidatedContactQualities().add(newItem);
Objects of the following type(s) are allowed in the list
ContactQuality
public String getLogin()
String
public void setLogin(String value)
value
- allowed object is
String
public Date getLoginLastUpdateTime()
String
public void setLoginLastUpdateTime(Date value)
value
- allowed object is
String
public String getLoginLastUpdateUser()
String
public void setLoginLastUpdateUser(String value)
value
- allowed object is
String
public String getMergedContactNumber()
String
public void setMergedContactNumber(String value)
value
- allowed object is
String
public ContactRoleEnum getRole()
ContactRoleEnum
public void setRole(ContactRoleEnum value)
value
- allowed object is
ContactRoleEnum
public List<ContactSocialConnection> getSocialConnections()
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 socialConnections property.
For example, to add a new item, do as follows:
getSocialConnections().add(newItem);
Objects of the following type(s) are allowed in the list
ContactSocialConnection
public ContactStateEnum getState()
ContactStateEnum
public void setState(ContactStateEnum value)
value
- allowed object is
ContactStateEnum
public StructureContactData getStructureContact()
StructureContactData
public void setStructureContact(StructureContactData value)
value
- allowed object is
StructureContactData
public ContactTypeEnum getType()
ContactTypeEnum
public void setType(ContactTypeEnum value)
value
- allowed object is
ContactTypeEnum
Copyright © 2021. All rights reserved.