|
||||||||||
| 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.DictionaryEntryProperty<PhoneNumberKey>
microsoft.exchange.webservices.data.property.complex.PhoneNumberEntry
public final class PhoneNumberEntry
Represents an entry of a PhoneNumberDictionary.
| Constructor Summary | |
|---|---|
protected |
PhoneNumberEntry()
Initializes a new instance of the "PhoneNumberEntry" class. |
protected |
PhoneNumberEntry(PhoneNumberKey key,
String phoneNumber)
Initializes a new instance of the |
| Method Summary | |
|---|---|
String |
getPhoneNumber()
Gets the phone number of the entry. |
void |
readTextValueFromXml(EwsServiceXmlReader reader)
Reads the text value from XML. |
void |
setPhoneNumber(Object value)
Sets the phone number of the entry. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty |
|---|
getKey, readAttributesFromXml, setKey, writeAttributesToXml, writeDeleteUpdateToXml, writeSetUpdateToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PhoneNumberEntry()
protected PhoneNumberEntry(PhoneNumberKey key,
String phoneNumber)
key - The key.phoneNumber - The phone number.| Method Detail |
|---|
public void readTextValueFromXml(EwsServiceXmlReader reader)
throws Exception
readTextValueFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
Exception - throws Exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - The writer.
ServiceXmlSerializationException - the service xml serialization exceptionpublic String getPhoneNumber()
public void setPhoneNumber(Object value)
value - the new phone number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||