|
|||||||||
| 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.DictionaryEntryProperty<PhoneNumberKey>
microsoft.exchange.webservices.data.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. |
protected void |
readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Reads the text value from XML. |
void |
setPhoneNumber(Object value)
Sets the phone number of the entry. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.DictionaryEntryProperty |
|---|
getKey, readAttributesFromXml, setKey, writeAttributesToXml, writeDeleteUpdateToXml, writeSetUpdateToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, 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 |
|---|
protected void readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
readTextValueFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
Exception - throws Exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.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 | ||||||||