|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.EmailContactFolderType 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.EmailContactFolderType
public abstract class EmailContactFolderType
Java class for EmailContactFolderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailContactFolderType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="folderKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isContactFolder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSelected" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="numberOfUsers" 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 |
folderKey
|
protected java.lang.Boolean |
isContactFolder
|
protected java.lang.Boolean |
isSelected
|
protected java.lang.String |
name
|
protected java.lang.Integer |
numberOfUsers
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
EmailContactFolderType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFolderKey()
Gets the value of the folderKey property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Integer |
getNumberOfUsers()
Gets the value of the numberOfUsers property. |
java.lang.Boolean |
isIsContactFolder()
Gets the value of the isContactFolder property. |
java.lang.Boolean |
isIsSelected()
Gets the value of the isSelected property. |
void |
setFolderKey(java.lang.String value)
Sets the value of the folderKey property. |
void |
setIsContactFolder(java.lang.Boolean value)
Sets the value of the isContactFolder property. |
void |
setIsSelected(java.lang.Boolean value)
Sets the value of the isSelected property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNumberOfUsers(java.lang.Integer value)
Sets the value of the numberOfUsers 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 folderKey
protected java.lang.Boolean isContactFolder
protected java.lang.Boolean isSelected
protected java.lang.String name
protected java.lang.Integer numberOfUsers
| Constructor Detail |
|---|
public EmailContactFolderType()
| Method Detail |
|---|
public java.lang.String getFolderKey()
Stringpublic void setFolderKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsContactFolder()
Booleanpublic void setIsContactFolder(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSelected()
Booleanpublic void setIsSelected(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getNumberOfUsers()
Integerpublic void setNumberOfUsers(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.EmailContactFolderType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||