microsoft.exchange.webservices.data.messaging
Class PhoneCallId

java.lang.Object
  extended by microsoft.exchange.webservices.data.property.complex.ComplexProperty
      extended by 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
  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

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:
readAttributesFromXml in class ComplexProperty
Parameters:
reader - the reader
Throws:
Exception - the exception

writeAttributesToXml

public void writeAttributesToXml(EwsServiceXmlWriter writer)
                          throws ServiceXmlSerializationException
Writes attribute to XML.

Overrides:
writeAttributesToXml in class ComplexProperty
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

getId

protected String getId()
Gets the Id of the phone call.

Returns:
the id

setId

protected void setId(String id)
Sets the id.

Parameters:
id - the new id


Copyright © 2012–2015 Microsoft. All rights reserved.