|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.EmailFilterRuleType 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.EmailFilterRuleType
public abstract class EmailFilterRuleType
Java class for EmailFilterRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailFilterRuleType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="enabled" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}EmailFilterRuleEnabledEnumType" minOccurs="0"/>
<element name="action" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}FilterActionEnumType" minOccurs="0"/>
<element name="sensitivity" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}FilterSensitivityConditionEnumType" minOccurs="0"/>
<element name="importance" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}FilterImportanceConditionEnumType" minOccurs="0"/>
<element name="body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="forwardMethod" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}ForwardMethod" maxOccurs="unbounded" minOccurs="0"/>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recipient" type="{http://www.rim.com/com.rim.bes.basplugin.emailcommon.dto}Recipient" maxOccurs="unbounded" minOccurs="0"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="to" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
action
|
protected java.lang.String |
body
|
protected EmailFilterRuleEnabledEnumType |
enabled
|
protected java.util.List<ForwardMethod> |
forwardMethod
|
protected java.lang.String |
from
|
protected FilterImportanceConditionEnumType |
importance
|
protected java.lang.String |
name
|
protected java.util.List<Recipient> |
recipient
|
protected FilterSensitivityConditionEnumType |
sensitivity
|
protected java.lang.String |
subject
|
protected java.lang.String |
to
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
EmailFilterRuleType()
|
|
| Method Summary | |
|---|---|
FilterActionEnumType |
getAction()
Gets the value of the action property. |
java.lang.String |
getBody()
Gets the value of the body property. |
EmailFilterRuleEnabledEnumType |
getEnabled()
Gets the value of the enabled property. |
java.util.List<ForwardMethod> |
getForwardMethod()
Gets the value of the forwardMethod property. |
java.lang.String |
getFrom()
Gets the value of the from property. |
FilterImportanceConditionEnumType |
getImportance()
Gets the value of the importance property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<Recipient> |
getRecipient()
Gets the value of the recipient property. |
FilterSensitivityConditionEnumType |
getSensitivity()
Gets the value of the sensitivity property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
java.lang.String |
getTo()
Gets the value of the to property. |
void |
setAction(FilterActionEnumType value)
Sets the value of the action property. |
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setEnabled(EmailFilterRuleEnabledEnumType value)
Sets the value of the enabled property. |
void |
setFrom(java.lang.String value)
Sets the value of the from property. |
void |
setImportance(FilterImportanceConditionEnumType value)
Sets the value of the importance property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSensitivity(FilterSensitivityConditionEnumType value)
Sets the value of the sensitivity property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
void |
setTo(java.lang.String value)
Sets the value of the to 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 EmailFilterRuleEnabledEnumType enabled
protected FilterActionEnumType action
protected FilterSensitivityConditionEnumType sensitivity
protected FilterImportanceConditionEnumType importance
protected java.lang.String body
protected java.util.List<ForwardMethod> forwardMethod
protected java.lang.String from
protected java.lang.String name
protected java.util.List<Recipient> recipient
protected java.lang.String subject
protected java.lang.String to
| Constructor Detail |
|---|
public EmailFilterRuleType()
| Method Detail |
|---|
public EmailFilterRuleEnabledEnumType getEnabled()
EmailFilterRuleEnabledEnumTypepublic void setEnabled(EmailFilterRuleEnabledEnumType value)
value - allowed object is
EmailFilterRuleEnabledEnumTypepublic FilterActionEnumType getAction()
FilterActionEnumTypepublic void setAction(FilterActionEnumType value)
value - allowed object is
FilterActionEnumTypepublic FilterSensitivityConditionEnumType getSensitivity()
FilterSensitivityConditionEnumTypepublic void setSensitivity(FilterSensitivityConditionEnumType value)
value - allowed object is
FilterSensitivityConditionEnumTypepublic FilterImportanceConditionEnumType getImportance()
FilterImportanceConditionEnumTypepublic void setImportance(FilterImportanceConditionEnumType value)
value - allowed object is
FilterImportanceConditionEnumTypepublic java.lang.String getBody()
Stringpublic void setBody(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ForwardMethod> getForwardMethod()
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 forwardMethod property.
For example, to add a new item, do as follows:
getForwardMethod().add(newItem);
Objects of the following type(s) are allowed in the list
ForwardMethod
public java.lang.String getFrom()
Stringpublic void setFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Recipient> getRecipient()
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 recipient property.
For example, to add a new item, do as follows:
getRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
Recipient
public java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTo()
Stringpublic void setTo(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.emailcommon.dto.EmailFilterRuleType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||