public class StructureMemberContactResult extends WebMethodResult2 implements Serializable
Java class for structureMemberContactResult 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<AuthorizationData> |
authorizations |
protected List<ContactConnectionDetailed> |
contactConnections |
protected List<ExternalContactCriterionData> |
contactCriteria |
protected String |
contactNumber |
protected String |
function |
protected IndividualContactData |
individualContactData |
protected String |
login |
protected String |
password |
protected ContactRoleEnum |
role |
protected ContactStateEnum |
state |
protected String |
structureContactNumber |
requestId, statusCode, statusDetail
Constructor and Description |
---|
StructureMemberContactResult() |
Modifier and Type | Method and Description |
---|---|
List<ContactAddressData> |
getAddresses()
Gets the value of the addresses 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.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getFunction()
Gets the value of the function property.
|
IndividualContactData |
getIndividualContactData()
Gets the value of the individualContactData property.
|
String |
getLogin()
Gets the value of the login property.
|
String |
getPassword()
Gets the value of the password property.
|
ContactRoleEnum |
getRole()
Gets the value of the role property.
|
ContactStateEnum |
getState()
Gets the value of the state property.
|
String |
getStructureContactNumber()
Gets the value of the structureContactNumber property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setFunction(String value)
Sets the value of the function property.
|
void |
setIndividualContactData(IndividualContactData value)
Sets the value of the individualContactData property.
|
void |
setLogin(String value)
Sets the value of the login property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setRole(ContactRoleEnum value)
Sets the value of the role property.
|
void |
setState(ContactStateEnum value)
Sets the value of the state property.
|
void |
setStructureContactNumber(String value)
Sets the value of the structureContactNumber property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected List<ContactAddressData> addresses
protected List<AuthorizationData> authorizations
protected List<ContactConnectionDetailed> contactConnections
protected List<ExternalContactCriterionData> contactCriteria
protected String contactNumber
protected String function
protected IndividualContactData individualContactData
protected String login
protected String password
protected ContactRoleEnum role
protected ContactStateEnum state
protected String structureContactNumber
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<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 String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public String getFunction()
String
public void setFunction(String value)
value
- allowed object is
String
public IndividualContactData getIndividualContactData()
IndividualContactData
public void setIndividualContactData(IndividualContactData value)
value
- allowed object is
IndividualContactData
public String getLogin()
String
public void setLogin(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public ContactRoleEnum getRole()
ContactRoleEnum
public void setRole(ContactRoleEnum value)
value
- allowed object is
ContactRoleEnum
public ContactStateEnum getState()
ContactStateEnum
public void setState(ContactStateEnum value)
value
- allowed object is
ContactStateEnum
public String getStructureContactNumber()
String
Copyright © 2021. All rights reserved.