|
|||||||||
| 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.DictionaryProperty<PhysicalAddressKey,PhysicalAddressEntry>
microsoft.exchange.webservices.data.PhysicalAddressDictionary
public final class PhysicalAddressDictionary
Represents a dictionary of physical addresses.
| Constructor Summary | |
|---|---|
PhysicalAddressDictionary()
|
|
| Method Summary | |
|---|---|
protected PhysicalAddressEntry |
createEntryInstance()
Creates instance of dictionary entry. |
PhysicalAddressEntry |
getPhysicalAddress(PhysicalAddressKey key)
* Gets the physical address at the specified key. |
void |
setPhysicalAddress(PhysicalAddressKey key,
PhysicalAddressEntry value)
Sets the physical address. |
boolean |
tryGetValue(PhysicalAddressKey key,
OutParam<PhysicalAddressEntry> outparam)
* Tries to get the physical address associated with the specified key. |
| Methods inherited from class microsoft.exchange.webservices.data.DictionaryProperty |
|---|
clearChangeLog, complexPropertyChanged, contains, createEntry, getEntries, getEntryXmlElementName, getFieldIndex, getFieldURI, internalAdd, internalAddOrReplace, internalRemove, loadFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, getNamespace, internalValidate, loadFromXml, 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 |
|---|
public PhysicalAddressDictionary()
| Method Detail |
|---|
protected PhysicalAddressEntry createEntryInstance()
createEntryInstance in class DictionaryProperty<PhysicalAddressKey,PhysicalAddressEntry>public PhysicalAddressEntry getPhysicalAddress(PhysicalAddressKey key)
key - the key
public void setPhysicalAddress(PhysicalAddressKey key,
PhysicalAddressEntry value)
key - the keyvalue - the value
public boolean tryGetValue(PhysicalAddressKey key,
OutParam<PhysicalAddressEntry> outparam)
key - the keyoutparam - the outparam
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||