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  String xmlElementName
           
 
Constructor Summary
protected RuleOperation()
          Initializes a new instance of the class.
 
Method Summary
protected  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, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, 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 String xmlElementName
Constructor Detail

RuleOperation

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

Method Detail

getXmlElementName

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



Copyright © 2012. All Rights Reserved.