microsoft.exchange.webservices.data
Class RuleOperationErrorCollection
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ComplexPropertyCollection<RuleOperationError>
microsoft.exchange.webservices.data.RuleOperationErrorCollection
- All Implemented Interfaces:
- Iterable<RuleOperationError>
public final class RuleOperationErrorCollection
- extends ComplexPropertyCollection<RuleOperationError>
Represents a collection of rule operation errors.
| 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, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, validate, writeAttributesToXml, writeToXml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleOperationErrorCollection
protected RuleOperationErrorCollection()
- Initializes a new instance of the
class.
createComplexProperty
protected RuleOperationError createComplexProperty(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 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.
Copyright © 2012. All Rights Reserved.