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