|
|||||||||
| 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. |
Iterator<TItem> |
getIterator()
Gets an iterator that iterates through the elements of the collection. |
Iterator<TItem> |
iterator()
Returns an iterator over a set of elements of type T. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
String localElementName)
Loads from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, 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,
String localElementName)
throws Exception
loadFromXml in class ComplexPropertyreader - The reader.localElementName - Name of the local element.
Exception - the exceptionpublic int getCount()
public TItem getItem(int index)
index - The zero-based index of the item to get.
public Iterator<TItem> getIterator()
public Iterator<TItem> iterator()
iterator in interface Iterable<TItem extends Item>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||