|
||||||||||
| 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.messaging.PhoneCallId
public final class PhoneCallId
Represents the Id of a phone call.
| Constructor Summary | |
|---|---|
|
PhoneCallId()
Initializes a new instance of the PhoneCallId class. |
protected |
PhoneCallId(String id)
Initializes a new instance of the PhoneCallId class. |
| Method Summary | |
|---|---|
protected String |
getId()
Gets the Id of the phone call. |
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads attribute from XML. |
protected void |
setId(String id)
Sets the id. |
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes attribute to XML. |
protected void |
writeToXml(EwsServiceXmlWriter writer)
Writes to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhoneCallId()
protected PhoneCallId(String id)
id - the id| Method Detail |
|---|
public void readAttributesFromXml(EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
protected void writeToXml(EwsServiceXmlWriter writer)
throws Exception
writer - the writer
Exception - the exceptionprotected String getId()
protected void setId(String id)
id - the new id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||