|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.MailStoreUserSearchCriteriaType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.emailcommon.dto.MailStoreUserSearchCriteriaType
public abstract class MailStoreUserSearchCriteriaType
Java class for MailStoreUserSearchCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MailStoreUserSearchCriteriaType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isNewUserOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="mailStoreAddressId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.String |
displayName
|
protected java.lang.String |
emailAddress
|
protected java.lang.Boolean |
isNewUserOnly
|
protected java.lang.Integer |
mailStoreAddressId
|
protected java.lang.Integer |
type
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
MailStoreUserSearchCriteriaType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getEmailAddress()
Gets the value of the emailAddress property. |
java.lang.Integer |
getMailStoreAddressId()
Gets the value of the mailStoreAddressId property. |
java.lang.Integer |
getType()
Refers to MS Addresses table type column value: 0 - All mailstore entries, 6 - User is mail-enabled, 7 - User is non-mail-enabled (eg contact), 8 - Distribution list |
java.lang.Boolean |
isIsNewUserOnly()
Set to true to eliminate any user who is currently BlackBerry enabled from the resulting set of users. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setEmailAddress(java.lang.String value)
Sets the value of the emailAddress property. |
void |
setIsNewUserOnly(java.lang.Boolean value)
Sets the value of the isNewUserOnly property. |
void |
setMailStoreAddressId(java.lang.Integer value)
Sets the value of the mailStoreAddressId property. |
void |
setType(java.lang.Integer value)
Sets the value of the type property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String displayName
protected java.lang.String emailAddress
protected java.lang.Boolean isNewUserOnly
protected java.lang.Integer mailStoreAddressId
protected java.lang.Integer type
| Constructor Detail |
|---|
public MailStoreUserSearchCriteriaType()
| Method Detail |
|---|
public java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmailAddress()
Stringpublic void setEmailAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsNewUserOnly()
Booleanpublic void setIsNewUserOnly(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMailStoreAddressId()
Integerpublic void setMailStoreAddressId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getType()
Integerpublic void setType(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.MailStoreUserSearchCriteriaType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||