public class ListStructureMembersByCriteria extends Object implements Serializable
Java class for listStructureMembersByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstname |
protected String |
lastname |
protected String |
login |
protected Long |
maxResults |
protected String |
memberContactNumber |
protected List<ContactRoleEnum> |
roles |
protected Long |
startPosition |
protected String |
state |
protected String |
structureContactNumber |
| Constructor and Description |
|---|
ListStructureMembersByCriteria() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstname()
Gets the value of the firstname property.
|
String |
getLastname()
Gets the value of the lastname property.
|
String |
getLogin()
Gets the value of the login property.
|
Long |
getMaxResults()
Gets the value of the maxResults property.
|
String |
getMemberContactNumber()
Gets the value of the memberContactNumber property.
|
List<ContactRoleEnum> |
getRoles()
Gets the value of the roles property.
|
Long |
getStartPosition()
Gets the value of the startPosition property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStructureContactNumber()
Gets the value of the structureContactNumber property.
|
void |
setFirstname(String value)
Sets the value of the firstname property.
|
void |
setLastname(String value)
Sets the value of the lastname property.
|
void |
setLogin(String value)
Sets the value of the login property.
|
void |
setMaxResults(Long value)
Sets the value of the maxResults property.
|
void |
setMemberContactNumber(String value)
Sets the value of the memberContactNumber property.
|
void |
setStartPosition(Long value)
Sets the value of the startPosition property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStructureContactNumber(String value)
Sets the value of the structureContactNumber property.
|
protected String structureContactNumber
protected String memberContactNumber
protected List<ContactRoleEnum> roles
protected String login
protected String state
protected String firstname
protected String lastname
protected Long startPosition
protected Long maxResults
public String getStructureContactNumber()
Stringpublic void setStructureContactNumber(String value)
value - allowed object is
Stringpublic String getMemberContactNumber()
Stringpublic void setMemberContactNumber(String value)
value - allowed object is
Stringpublic List<ContactRoleEnum> getRoles()
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 roles property.
For example, to add a new item, do as follows:
getRoles().add(newItem);
Objects of the following type(s) are allowed in the list
ContactRoleEnum
public String getLogin()
Stringpublic void setLogin(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getFirstname()
Stringpublic void setFirstname(String value)
value - allowed object is
Stringpublic String getLastname()
Stringpublic void setLastname(String value)
value - allowed object is
Stringpublic Long getStartPosition()
Longpublic void setStartPosition(Long value)
value - allowed object is
Longpublic Long getMaxResults()
LongCopyright © 2021. All rights reserved.