Class PhoneCallId
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.messaging.PhoneCallId
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
public final class PhoneCallId extends ComplexProperty
Represents the Id of a phone call.
-
-
Constructor Summary
Constructors Modifier Constructor Description PhoneCallId()Initializes a new instance of the PhoneCallId class.protectedPhoneCallId(String id)Initializes a new instance of the PhoneCallId class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetId()Gets the Id of the phone call.voidreadAttributesFromXml(EwsServiceXmlReader reader)Reads attribute from XML.protected voidsetId(String id)Sets the id.voidwriteAttributesToXml(EwsServiceXmlWriter writer)Writes attribute to XML.protected voidwriteToXml(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
-
-
-
-
Constructor Detail
-
PhoneCallId
public PhoneCallId()
Initializes a new instance of the PhoneCallId class.
-
PhoneCallId
protected PhoneCallId(String id)
Initializes a new instance of the PhoneCallId class.- Parameters:
id- the id
-
-
Method Detail
-
readAttributesFromXml
public void readAttributesFromXml(EwsServiceXmlReader reader) throws Exception
Reads attribute from XML.- Overrides:
readAttributesFromXmlin classComplexProperty- Parameters:
reader- the reader- Throws:
Exception- the exception
-
writeAttributesToXml
public void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
Writes attribute to XML.- Overrides:
writeAttributesToXmlin classComplexProperty- Parameters:
writer- the writer- Throws:
ServiceXmlSerializationException- the service xml serialization exception
-
writeToXml
protected void writeToXml(EwsServiceXmlWriter writer) throws Exception
Writes to XML.- Parameters:
writer- the writer- Throws:
Exception- the exception
-
-