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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.emailexchange.dto.EmailExchangeContactFolderTreeType
public abstract class EmailExchangeContactFolderTreeType
Java class for EmailExchangeContactFolderTreeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailExchangeContactFolderTreeType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="emailExchangeContactFolder" type="{http://www.rim.com/com.rim.bes.basplugin.emailexchange.dto}EmailExchangeContactFolder" minOccurs="0"/>
<element name="subfolders" type="{http://www.rim.com/com.rim.bes.basplugin.emailexchange.dto}EmailExchangeContactFolderTreeType" maxOccurs="unbounded" 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 EmailExchangeContactFolder |
emailExchangeContactFolder
|
protected java.util.List<EmailExchangeContactFolderTreeType> |
subfolders
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
EmailExchangeContactFolderTreeType()
|
|
| Method Summary | |
|---|---|
EmailExchangeContactFolder |
getEmailExchangeContactFolder()
Gets the value of the emailExchangeContactFolder property. |
java.util.List<EmailExchangeContactFolderTreeType> |
getSubfolders()
Gets the value of the subfolders property. |
void |
setEmailExchangeContactFolder(EmailExchangeContactFolder value)
Sets the value of the emailExchangeContactFolder 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 EmailExchangeContactFolder emailExchangeContactFolder
protected java.util.List<EmailExchangeContactFolderTreeType> subfolders
| Constructor Detail |
|---|
public EmailExchangeContactFolderTreeType()
| Method Detail |
|---|
public EmailExchangeContactFolder getEmailExchangeContactFolder()
EmailExchangeContactFolderpublic void setEmailExchangeContactFolder(EmailExchangeContactFolder value)
value - allowed object is
EmailExchangeContactFolderpublic java.util.List<EmailExchangeContactFolderTreeType> getSubfolders()
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 subfolders property.
For example, to add a new item, do as follows:
getSubfolders().add(newItem);
Objects of the following type(s) are allowed in the list
EmailExchangeContactFolderTreeType
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailexchange.dto.EmailExchangeContactFolderTreeType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||