public class SaveStructureContactData extends Object implements Serializable
Java class for saveStructureContactData 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 List<ContactConnection> |
contactConnections |
protected String |
contactNumber |
protected List<ExternalContactCriterionData> |
externalContactCriterionData |
protected Boolean |
fullAddresses |
protected Boolean |
fullAuthorizations |
protected Boolean |
fullContactConnections |
protected Boolean |
fullContactCriteria |
protected StructureContactData |
structureContactData |
Constructor and Description |
---|
SaveStructureContactData() |
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.
|
List<ContactConnection> |
getContactConnections()
Gets the value of the contactConnections property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
List<ExternalContactCriterionData> |
getExternalContactCriterionData()
Gets the value of the externalContactCriterionData property.
|
StructureContactData |
getStructureContactData()
Gets the value of the structureContactData 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 |
setContactNumber(String value)
Sets the value of the contactNumber 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 |
setStructureContactData(StructureContactData value)
Sets the value of the structureContactData property.
|
protected String contactNumber
protected StructureContactData structureContactData
protected List<ContactAddressData> addresses
protected Boolean fullAddresses
protected List<AuthorizationData> authorizations
protected Boolean fullAuthorizations
protected List<ExternalContactCriterionData> externalContactCriterionData
protected Boolean fullContactCriteria
protected List<ContactConnection> contactConnections
protected Boolean fullContactConnections
protected List<ExternalAdministrativeNumberData> administrativeNumbers
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public StructureContactData getStructureContactData()
StructureContactData
public void setStructureContactData(StructureContactData value)
value
- allowed object is
StructureContactData
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 Boolean isFullAddresses()
Boolean
public void setFullAddresses(Boolean value)
value
- allowed object is
Boolean
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 Boolean isFullAuthorizations()
Boolean
public void setFullAuthorizations(Boolean value)
value
- allowed object is
Boolean
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 isFullContactCriteria()
Boolean
public void setFullContactCriteria(Boolean value)
value
- allowed object is
Boolean
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 Boolean isFullContactConnections()
Boolean
public void setFullContactConnections(Boolean value)
value
- allowed object is
Boolean
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
Copyright © 2021. All rights reserved.