|
Oracle Mail Java API Reference 10g Release 1 (10.1.2) B25457-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.mail.sdk.rule.RuleElement | +--oracle.mail.sdk.rule.InSectionType
This class represent a in-section search criteria object to be used as type of condition. An object of this class contains a search section tag and a search pattern. The condition is true if the pattern is found within the section of the message. Section tag can be any header name such as "Content-Type", or a special keyword "body" to indicate that the search should be performed on the message body.
ConditionType
Constructor Summary | |
InSectionType(java.lang.String value) Creates an instance of this class with the given search pattern string. |
Method Summary | |
java.lang.String |
getTag() Gets the value of the section tag. |
void |
setTag(java.lang.String thetag) Sets the value of the section tag. |
Methods inherited from class oracle.mail.sdk.rule.RuleElement |
getParent, getType, printAttributes, removeAll, removeAt |
Constructor Detail |
public InSectionType(java.lang.String value) throws oracle.xml.classgen.InvalidContentException
value
- the search pattern string within the sectionMethod Detail |
public void setTag(java.lang.String thetag) throws java.lang.IllegalArgumentException
tag
- the value of the section tag.public java.lang.String getTag() throws java.lang.IllegalArgumentException
|
Oracle Mail Java API Reference 10g Release 1 (10.1.2) B25457-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |