|
||||||||
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.ItemCollection<TItem>
TItem
- the generic type. The type of item the collection contains.public final class ItemCollection<TItem extends Item>
Represents a collection of items.
Constructor Summary | |
---|---|
protected |
ItemCollection()
Initializes a new instance of the "ItemCollection<TItem>" class. |
Method Summary | |
---|---|
int |
getCount()
Gets the total number of items in the collection. |
TItem |
getItem(int index)
Gets the item at the specified index. |
java.util.Iterator<TItem> |
getIterator()
Gets an iterator that iterates through the elements of the collection. |
java.util.Iterator<TItem> |
iterator()
Returns an iterator over a set of elements of type T. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
java.lang.String localElementName)
Loads from XML. |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ItemCollection()
Method Detail |
---|
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, java.lang.String localElementName) throws java.lang.Exception
loadFromXml
in class ComplexProperty
reader
- The reader.localElementName
- Name of the local element.
java.lang.Exception
- the exceptionpublic int getCount()
public TItem getItem(int index)
index
- The zero-based index of the item to get.
public java.util.Iterator<TItem> getIterator()
public java.util.Iterator<TItem> iterator()
iterator
in interface java.lang.Iterable<TItem extends Item>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |