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

java.lang.Objectcom.rim.bes.bas.baa.FindSoftwareConfigurationApplications
public class FindSoftwareConfigurationApplications
Java class for findSoftwareConfigurationApplications complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="findSoftwareConfigurationApplications">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchCriteria" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationSearchCriteria" minOccurs="0"/>
<element name="sortBy" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationSearchResultSortByEnum" 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}SoftwareConfigurationApplicationData" minOccurs="0"/>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SoftwareConfigurationApplicationData |
lastResultElement
|
protected java.lang.String |
locale
|
protected int |
pageSize
|
protected ApplicationSearchCriteria |
searchCriteria
|
protected boolean |
sortAscendingOrder
|
protected ApplicationSearchResultSortByEnum |
sortBy
|
| Constructor Summary | |
|---|---|
FindSoftwareConfigurationApplications()
|
|
| Method Summary | |
|---|---|
SoftwareConfigurationApplicationData |
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. |
ApplicationSearchCriteria |
getSearchCriteria()
Gets the value of the searchCriteria property. |
ApplicationSearchResultSortByEnum |
getSortBy()
Gets the value of the sortBy property. |
boolean |
isSortAscendingOrder()
Gets the value of the sortAscendingOrder property. |
void |
setLastResultElement(SoftwareConfigurationApplicationData 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(ApplicationSearchCriteria value)
Sets the value of the searchCriteria property. |
void |
setSortAscendingOrder(boolean value)
Sets the value of the sortAscendingOrder property. |
void |
setSortBy(ApplicationSearchResultSortByEnum 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 ApplicationSearchCriteria searchCriteria
protected ApplicationSearchResultSortByEnum sortBy
protected boolean sortAscendingOrder
protected java.lang.String locale
protected SoftwareConfigurationApplicationData lastResultElement
protected int pageSize
| Constructor Detail |
|---|
public FindSoftwareConfigurationApplications()
| Method Detail |
|---|
public ApplicationSearchCriteria getSearchCriteria()
ApplicationSearchCriteriapublic void setSearchCriteria(ApplicationSearchCriteria value)
value - allowed object is
ApplicationSearchCriteriapublic ApplicationSearchResultSortByEnum getSortBy()
ApplicationSearchResultSortByEnumpublic void setSortBy(ApplicationSearchResultSortByEnum value)
value - allowed object is
ApplicationSearchResultSortByEnumpublic boolean isSortAscendingOrder()
public void setSortAscendingOrder(boolean value)
public java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is
Stringpublic SoftwareConfigurationApplicationData getLastResultElement()
SoftwareConfigurationApplicationDatapublic void setLastResultElement(SoftwareConfigurationApplicationData value)
value - allowed object is
SoftwareConfigurationApplicationDatapublic int getPageSize()
public void setPageSize(int value)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.FindSoftwareConfigurationApplications NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||