microsoft.exchange.webservices.data
Class RuleOperation

java.lang.Object
  extended by microsoft.exchange.webservices.data.ComplexProperty
      extended by microsoft.exchange.webservices.data.RuleOperation
Direct Known Subclasses:
CreateRuleOperation, DeleteRuleOperation, SetRuleOperation

public abstract class RuleOperation
extends ComplexProperty

Represents an operation to be performed on a rule.


Field Summary
protected  java.lang.String xmlElementName
           
 
Constructor Summary
protected RuleOperation()
          Initializes a new instance of the class.
 
Method Summary
protected  java.lang.String getXmlElementName()
          Gets the XML element name of the rule operation.
 
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlElementName

protected java.lang.String xmlElementName
Constructor Detail

RuleOperation

protected RuleOperation()
Initializes a new instance of the class.

Method Detail

getXmlElementName

protected java.lang.String getXmlElementName()
Gets the XML element name of the rule operation.