|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ComplexPropertyCollection<RuleError>
microsoft.exchange.webservices.data.RuleErrorCollection
public final class RuleErrorCollection
Represents a collection of rule validation errors.
Constructor Summary | |
---|---|
protected |
RuleErrorCollection()
Initializes a new instance of the RuleErrorCollection class. |
Method Summary | |
---|---|
protected RuleError |
createComplexProperty(java.lang.String xmlElementName)
Creates an RuleError object from an XML element name. |
protected java.lang.String |
getCollectionItemXmlElementName(RuleError ruleValidationError)
Retrieves the XML element name corresponding to the provided RuleError 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 |
---|
protected RuleErrorCollection()
Method Detail |
---|
protected RuleError createComplexProperty(java.lang.String xmlElementName)
createComplexProperty
in class ComplexPropertyCollection<RuleError>
xmlElementName
- The XML element name from
which to create the RuleError object.
protected java.lang.String getCollectionItemXmlElementName(RuleError ruleValidationError)
getCollectionItemXmlElementName
in class ComplexPropertyCollection<RuleError>
ruleValidationError
- The RuleError object from which
to determine the XML element name.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |