|
||||||||
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,
java.lang.String phoneNumber)
Initializes a new instance of the |
Method Summary | |
---|---|
java.lang.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(java.lang.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, 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, java.lang.String phoneNumber)
key
- The key.phoneNumber
- The phone number.Method Detail |
---|
protected void readTextValueFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
readTextValueFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReader
java.lang.Exception
- throws Exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeElementsToXml
in class ComplexProperty
writer
- The writer.
ServiceXmlSerializationException
- the service xml serialization exceptionpublic java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.Object value)
value
- the new phone number
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |