public class StructureMemberContactData extends WebMethodResult2 implements Serializable
Java class for structureMemberContactData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected String |
contactNumber |
protected String |
function |
protected IndividualContactData |
individualContactData |
protected String |
login |
protected boolean |
modifiable |
protected String |
password |
protected String |
primaryContactNumber |
protected ContactRoleEnum |
role |
protected ContactStateEnum |
state |
protected String |
structureContactNumber |
requestId, statusCode, statusDetail
Constructor and Description |
---|
StructureMemberContactData() |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getPrimaryContactNumber()
Gets the value of the primaryContactNumber 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.
|
boolean |
isActive()
Gets the value of the active property.
|
boolean |
isModifiable()
Gets the value of the modifiable property.
|
void |
setActive(boolean value)
Sets the value of the active 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 |
setModifiable(boolean value)
Sets the value of the modifiable property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPrimaryContactNumber(String value)
Sets the value of the primaryContactNumber 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 boolean active
protected String contactNumber
protected String function
protected IndividualContactData individualContactData
protected String login
protected boolean modifiable
protected String password
protected String primaryContactNumber
protected ContactRoleEnum role
protected ContactStateEnum state
protected String structureContactNumber
public boolean isActive()
public void setActive(boolean value)
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 boolean isModifiable()
public void setModifiable(boolean value)
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public String getPrimaryContactNumber()
String
public void setPrimaryContactNumber(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.