microsoft.exchange.webservices.data
Class RuleErrorCollection
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ComplexPropertyCollection<RuleError>
microsoft.exchange.webservices.data.RuleErrorCollection
- All Implemented Interfaces:
- Iterable<RuleError>
public final class RuleErrorCollection
- extends ComplexPropertyCollection<RuleError>
Represents a collection of rule validation errors.
|
Constructor Summary |
protected |
RuleErrorCollection()
Initializes a new instance of the RuleErrorCollection class. |
| 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 |
RuleErrorCollection
protected RuleErrorCollection()
- Initializes a new instance of the RuleErrorCollection class.
createComplexProperty
protected RuleError createComplexProperty(String xmlElementName)
- Creates an RuleError object from an XML element name.
- Specified by:
createComplexProperty in class ComplexPropertyCollection<RuleError>
- Parameters:
xmlElementName - The XML element name from
which to create the RuleError object.
- Returns:
- A RuleError object.
getCollectionItemXmlElementName
protected String getCollectionItemXmlElementName(RuleError ruleValidationError)
- Retrieves the XML element name corresponding
to the provided RuleError object.
- Specified by:
getCollectionItemXmlElementName in class ComplexPropertyCollection<RuleError>
- Parameters:
ruleValidationError - The RuleError object from which
to determine the XML element name.
- Returns:
- The XML element name corresponding
to the provided RuleError object.
Copyright © 2012. All Rights Reserved.