|
||||||||
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<OccurrenceInfo>
microsoft.exchange.webservices.data.OccurrenceInfoCollection
public final class OccurrenceInfoCollection
Represents a collection of OccurrenceInfo objects.
Constructor Summary | |
---|---|
protected |
OccurrenceInfoCollection()
Initializes a new instance of the |
Method Summary | |
---|---|
protected OccurrenceInfo |
createComplexProperty(java.lang.String xmlElementName)
Creates the complex property. |
protected java.lang.String |
getCollectionItemXmlElementName(OccurrenceInfo 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 |
---|
protected OccurrenceInfoCollection()
Method Detail |
---|
protected OccurrenceInfo createComplexProperty(java.lang.String xmlElementName)
createComplexProperty
in class ComplexPropertyCollection<OccurrenceInfo>
xmlElementName
- Name of the XML element
protected java.lang.String getCollectionItemXmlElementName(OccurrenceInfo complexProperty)
getCollectionItemXmlElementName
in class ComplexPropertyCollection<OccurrenceInfo>
complexProperty
- The complex property.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |