|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.FindUsers NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.baa.FindUsers
public class FindUsers
Java class for findUsers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="findUsers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchCriteria" type="{http://www.rim.com/com.rim.bes.bas.dto}UserSearchCriteria" minOccurs="0"/>
<element name="sortBy" type="{http://www.rim.com/com.rim.bes.bas.dto}BASEnumBaseDTO" minOccurs="0"/>
<element name="sortAscendingOrder" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastResultElement" type="{http://www.rim.com/com.rim.bes.bas.dto}UserSearchResult" minOccurs="0"/>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected UserSearchResult |
lastResultElement
|
protected java.lang.String |
locale
|
protected int |
pageSize
|
protected UserSearchCriteria |
searchCriteria
|
protected boolean |
sortAscendingOrder
|
protected BASEnumBaseDTO |
sortBy
|
| Constructor Summary | |
|---|---|
FindUsers()
|
|
| Method Summary | |
|---|---|
UserSearchResult |
getLastResultElement()
Gets the value of the lastResultElement property. |
java.lang.String |
getLocale()
Gets the value of the locale property. |
int |
getPageSize()
Gets the value of the pageSize property. |
UserSearchCriteria |
getSearchCriteria()
Gets the value of the searchCriteria property. |
BASEnumBaseDTO |
getSortBy()
Gets the value of the sortBy property. |
boolean |
isSortAscendingOrder()
Gets the value of the sortAscendingOrder property. |
void |
setLastResultElement(UserSearchResult value)
Sets the value of the lastResultElement property. |
void |
setLocale(java.lang.String value)
Sets the value of the locale property. |
void |
setPageSize(int value)
Sets the value of the pageSize property. |
void |
setSearchCriteria(UserSearchCriteria value)
Sets the value of the searchCriteria property. |
void |
setSortAscendingOrder(boolean value)
Sets the value of the sortAscendingOrder property. |
void |
setSortBy(BASEnumBaseDTO value)
Sets the value of the sortBy property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UserSearchCriteria searchCriteria
protected BASEnumBaseDTO sortBy
protected boolean sortAscendingOrder
protected java.lang.String locale
protected UserSearchResult lastResultElement
protected int pageSize
| Constructor Detail |
|---|
public FindUsers()
| Method Detail |
|---|
public UserSearchCriteria getSearchCriteria()
UserSearchCriteriapublic void setSearchCriteria(UserSearchCriteria value)
value - allowed object is
UserSearchCriteriapublic BASEnumBaseDTO getSortBy()
BASEnumBaseDTOpublic void setSortBy(BASEnumBaseDTO value)
value - allowed object is
BASEnumBaseDTOpublic boolean isSortAscendingOrder()
public void setSortAscendingOrder(boolean value)
public java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is
Stringpublic UserSearchResult getLastResultElement()
UserSearchResultpublic void setLastResultElement(UserSearchResult value)
value - allowed object is
UserSearchResultpublic int getPageSize()
public void setPageSize(int value)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.FindUsers NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||