microsoft.exchange.webservices.data
Class RuleOperationErrorCollection

java.lang.Object
  extended by microsoft.exchange.webservices.data.ComplexProperty
      extended by microsoft.exchange.webservices.data.ComplexPropertyCollection<RuleOperationError>
          extended by microsoft.exchange.webservices.data.RuleOperationErrorCollection
All Implemented Interfaces:
java.lang.Iterable<RuleOperationError>

public final class RuleOperationErrorCollection
extends ComplexPropertyCollection<RuleOperationError>

Represents a collection of rule operation errors.


Constructor Summary
protected RuleOperationErrorCollection()
          Initializes a new instance of the class.
 
Method Summary
protected  RuleOperationError createComplexProperty(java.lang.String xmlElementName)
          Creates an RuleOperationError object from an XML element name.
protected  java.lang.String getCollectionItemXmlElementName(RuleOperationError operationError)
          Retrieves the XML element name corresponding to the provided RuleOperationError object.
 
Methods inherited from class microsoft.exchange.webservices.data.ComplexPropertyCollection
clearChangeLog, complexPropertyChanged, contains, getAddedItems, getCount, getItems, getModifiedItems, getPropertyAtIndex, getRemovedItems, indexOf, internalAdd, internalClear, internalRemove, internalRemoveAt, itemChanged, iterator, loadFromXml, loadFromXml, removeFromChangeLog, shouldWriteToXml, updateFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml
 
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, func, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, validate, writeAttributesToXml, writeToXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleOperationErrorCollection

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

Method Detail

createComplexProperty

protected RuleOperationError createComplexProperty(java.lang.String xmlElementName)
Creates an RuleOperationError object from an XML element name.

Specified by:
createComplexProperty in class ComplexPropertyCollection<RuleOperationError>
Parameters:
xmlElementName - The XML element name from which to create the RuleOperationError object.
Returns:
A RuleOperationError object.

getCollectionItemXmlElementName

protected java.lang.String getCollectionItemXmlElementName(RuleOperationError operationError)
Retrieves the XML element name corresponding to the provided RuleOperationError object.

Specified by:
getCollectionItemXmlElementName in class ComplexPropertyCollection<RuleOperationError>
Parameters:
operationError - The RuleOperationError object from which to determine the XML element name.
Returns:
The XML element name corresponding to the provided RuleOperationError object.