public class AbstractContactDataComplete extends Object implements Serializable
Java class for abstractContactDataComplete complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<ContactAddressData> |
addresses |
protected List<ExternalAdministrativeNumberData> |
administrativeNumbers |
protected List<AuthorizationData> |
authorizations |
protected String |
campaignTracker |
protected List<ContactConnection> |
contactConnections |
protected List<ExternalContactCriterionData> |
externalContactCriterionData |
protected Boolean |
fullAddresses |
protected Boolean |
fullAuthorizations |
protected Boolean |
fullContactConnections |
protected Boolean |
fullContactCriteria |
protected Long |
pointOfSalesId |
Constructor and Description |
---|
AbstractContactDataComplete() |
Modifier and Type | Method and Description |
---|---|
List<ContactAddressData> |
getAddresses()
Gets the value of the addresses property.
|
List<ExternalAdministrativeNumberData> |
getAdministrativeNumbers()
Gets the value of the administrativeNumbers property.
|
List<AuthorizationData> |
getAuthorizations()
Gets the value of the authorizations property.
|
String |
getCampaignTracker()
Gets the value of the campaignTracker property.
|
List<ContactConnection> |
getContactConnections()
Gets the value of the contactConnections property.
|
List<ExternalContactCriterionData> |
getExternalContactCriterionData()
Gets the value of the externalContactCriterionData property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
Boolean |
isFullAddresses()
Gets the value of the fullAddresses property.
|
Boolean |
isFullAuthorizations()
Gets the value of the fullAuthorizations property.
|
Boolean |
isFullContactConnections()
Gets the value of the fullContactConnections property.
|
Boolean |
isFullContactCriteria()
Gets the value of the fullContactCriteria property.
|
void |
setCampaignTracker(String value)
Sets the value of the campaignTracker property.
|
void |
setFullAddresses(Boolean value)
Sets the value of the fullAddresses property.
|
void |
setFullAuthorizations(Boolean value)
Sets the value of the fullAuthorizations property.
|
void |
setFullContactConnections(Boolean value)
Sets the value of the fullContactConnections property.
|
void |
setFullContactCriteria(Boolean value)
Sets the value of the fullContactCriteria property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
protected List<ContactAddressData> addresses
protected List<ExternalAdministrativeNumberData> administrativeNumbers
protected List<AuthorizationData> authorizations
protected String campaignTracker
protected List<ContactConnection> contactConnections
protected List<ExternalContactCriterionData> externalContactCriterionData
protected Boolean fullAddresses
protected Boolean fullAuthorizations
protected Boolean fullContactConnections
protected Boolean fullContactCriteria
protected Long pointOfSalesId
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<ExternalAdministrativeNumberData> getAdministrativeNumbers()
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 administrativeNumbers property.
For example, to add a new item, do as follows:
getAdministrativeNumbers().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalAdministrativeNumberData
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 String getCampaignTracker()
String
public void setCampaignTracker(String value)
value
- allowed object is
String
public List<ContactConnection> 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
ContactConnection
public List<ExternalContactCriterionData> getExternalContactCriterionData()
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 externalContactCriterionData property.
For example, to add a new item, do as follows:
getExternalContactCriterionData().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalContactCriterionData
public Boolean isFullAddresses()
Boolean
public void setFullAddresses(Boolean value)
value
- allowed object is
Boolean
public Boolean isFullAuthorizations()
Boolean
public void setFullAuthorizations(Boolean value)
value
- allowed object is
Boolean
public Boolean isFullContactConnections()
Boolean
public void setFullContactConnections(Boolean value)
value
- allowed object is
Boolean
public Boolean isFullContactCriteria()
Boolean
public void setFullContactCriteria(Boolean value)
value
- allowed object is
Boolean
public Long getPointOfSalesId()
Long
Copyright © 2021. All rights reserved.