|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.ItemCollection<TItem>
TItem - the generic type. The type of item the collection contains.public final class ItemCollection<TItem extends Item>
Represents a collection of item.
| Constructor Summary | |
|---|---|
ItemCollection()
Initializes a new instance of the "ItemCollection<TItem>" class. |
|
| Method Summary | |
|---|---|
int |
getCount()
Gets the total number of item 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. |
void |
loadFromXml(EwsServiceXmlReader reader,
String localElementName)
Loads from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.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 |
|---|
public ItemCollection()
| Method Detail |
|---|
public void loadFromXml(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 | |||||||||