microsoft.exchange.webservices.data
Class OccurrenceInfoCollection
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ComplexPropertyCollection<OccurrenceInfo>
microsoft.exchange.webservices.data.OccurrenceInfoCollection
- All Implemented Interfaces:
- Iterable<OccurrenceInfo>
public final class OccurrenceInfoCollection
- extends ComplexPropertyCollection<OccurrenceInfo>
Represents a collection of OccurrenceInfo objects.
| 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 |
OccurrenceInfoCollection
protected OccurrenceInfoCollection()
- Initializes a new instance of the
class.
createComplexProperty
protected OccurrenceInfo createComplexProperty(String xmlElementName)
- Creates the complex property.
- Specified by:
createComplexProperty in class ComplexPropertyCollection<OccurrenceInfo>
- Parameters:
xmlElementName - Name of the XML element
- Returns:
- OccuranceInfo instance
getCollectionItemXmlElementName
protected String getCollectionItemXmlElementName(OccurrenceInfo complexProperty)
- Gets the name of the collection item XML element.
- Specified by:
getCollectionItemXmlElementName in class ComplexPropertyCollection<OccurrenceInfo>
- Parameters:
complexProperty - The complex property.
- Returns:
- XML element name.
Copyright © 2012. All Rights Reserved.