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