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, setStatusDetailprotected 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()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic String getFunction()
Stringpublic void setFunction(String value)
value - allowed object is
Stringpublic IndividualContactData getIndividualContactData()
IndividualContactDatapublic void setIndividualContactData(IndividualContactData value)
value - allowed object is
IndividualContactDatapublic String getLogin()
Stringpublic void setLogin(String value)
value - allowed object is
Stringpublic boolean isModifiable()
public void setModifiable(boolean value)
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getPrimaryContactNumber()
Stringpublic void setPrimaryContactNumber(String value)
value - allowed object is
Stringpublic ContactRoleEnum getRole()
ContactRoleEnumpublic void setRole(ContactRoleEnum value)
value - allowed object is
ContactRoleEnumpublic ContactStateEnum getState()
ContactStateEnumpublic void setState(ContactStateEnum value)
value - allowed object is
ContactStateEnumpublic String getStructureContactNumber()
StringCopyright © 2021. All rights reserved.