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()
String
public void setStructureContactNumber(String value)
value
- allowed object is
String
public String getMemberContactNumber()
String
public void setMemberContactNumber(String value)
value
- allowed object is
String
public 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()
String
public void setLogin(String value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getFirstname()
String
public void setFirstname(String value)
value
- allowed object is
String
public String getLastname()
String
public void setLastname(String value)
value
- allowed object is
String
public Long getStartPosition()
Long
public void setStartPosition(Long value)
value
- allowed object is
Long
public Long getMaxResults()
Long
Copyright © 2021. All rights reserved.