microsoft.exchange.webservices.data
Class DeletedOccurrenceInfoCollection

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

public final class DeletedOccurrenceInfoCollection
extends ComplexPropertyCollection<DeletedOccurrenceInfo>

Represents a collection of deleted occurrence objects.


Constructor Summary
protected DeletedOccurrenceInfoCollection()
          Initializes a new instance of the OccurrenceInfoCollection class.
 
Method Summary
protected  DeletedOccurrenceInfo createComplexProperty(java.lang.String xmlElementName)
          * Creates the complex property.
protected  java.lang.String getCollectionItemXmlElementName(DeletedOccurrenceInfo complexProperty)
          * Gets the name of the collection item XML element.
 
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

DeletedOccurrenceInfoCollection

protected DeletedOccurrenceInfoCollection()
Initializes a new instance of the OccurrenceInfoCollection class.

Method Detail

createComplexProperty

protected DeletedOccurrenceInfo createComplexProperty(java.lang.String xmlElementName)
* Creates the complex property.

Specified by:
createComplexProperty in class ComplexPropertyCollection<DeletedOccurrenceInfo>
Parameters:
xmlElementName - the xml element name
Returns:
OccurenceInfo instance.

getCollectionItemXmlElementName

protected java.lang.String getCollectionItemXmlElementName(DeletedOccurrenceInfo complexProperty)
* Gets the name of the collection item XML element.

Specified by:
getCollectionItemXmlElementName in class ComplexPropertyCollection<DeletedOccurrenceInfo>
Parameters:
complexProperty - the complex property
Returns:
XML element name.