public class StructureMemberContactResult extends WebMethodResult2
Java class for structureMemberContactResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="structureMemberContactResult"> <complexContent> <extension base="{http://v2_21.ContactInformationPublicService.service.secutix.com/}webMethodResult2"> <sequence> <element name="addresses" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactAddressData" maxOccurs="unbounded" minOccurs="0"/> <element name="authorizations" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}authorizationData" maxOccurs="unbounded" minOccurs="0"/> <element name="contactConnections" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactConnectionDetailed" maxOccurs="unbounded" minOccurs="0"/> <element name="contactCriteria" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}externalContactCriterionData" maxOccurs="unbounded" minOccurs="0"/> <element name="contactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="function" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="individualContactData" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}individualContactData" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="role" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactRoleEnum" minOccurs="0"/> <element name="state" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}contactStateEnum" minOccurs="0"/> <element name="structureContactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
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 |
setAddresses(List<ContactAddressData> addresses) |
void |
setAuthorizations(List<AuthorizationData> authorizations) |
void |
setContactConnections(List<ContactConnectionDetailed> contactConnections) |
void |
setContactCriteria(List<ExternalContactCriterionData> contactCriteria) |
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 void setAddresses(List<ContactAddressData> addresses)
public void setAuthorizations(List<AuthorizationData> authorizations)
public void setContactConnections(List<ContactConnectionDetailed> contactConnections)
public void setContactCriteria(List<ExternalContactCriterionData> contactCriteria)
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.