|
|||||||||
| 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<InternetMessageHeader>
microsoft.exchange.webservices.data.InternetMessageHeaderCollection
public final class InternetMessageHeaderCollection
Represents a collection of Internet message headers.
| Constructor Summary | |
|---|---|
protected |
InternetMessageHeaderCollection()
Initializes a new instance of the "InternetMessageHeaderCollection" class. |
| Method Summary | |
|---|---|
protected InternetMessageHeader |
createComplexProperty(String xmlElementName)
Creates the complex property. |
InternetMessageHeader |
find(String name)
Find a specific header in the collection. |
protected String |
getCollectionItemXmlElementName(InternetMessageHeader 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, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, validate, writeAttributesToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected InternetMessageHeaderCollection()
| Method Detail |
|---|
protected InternetMessageHeader createComplexProperty(String xmlElementName)
createComplexProperty in class ComplexPropertyCollection<InternetMessageHeader>xmlElementName - Name of the XML element.
protected String getCollectionItemXmlElementName(InternetMessageHeader complexProperty)
getCollectionItemXmlElementName in class ComplexPropertyCollection<InternetMessageHeader>complexProperty - The complex property.
public InternetMessageHeader find(String name)
name - The name of the header to locate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||