|
|||||||||
| 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.ServiceId
public abstract class ServiceId
Represents the Id of an Exchange object.
| Constructor Summary | |
|---|---|
protected |
ServiceId()
* Initializes a new instance. |
protected |
ServiceId(String uniqueId)
* Initializes a new instance. |
| Method Summary | |
|---|---|
protected void |
assign(ServiceId source)
Assigns from existing id. |
boolean |
equals(Object obj)
Determines whether the specified instance is equal to the current instance. |
String |
getChangeKey()
Gets the change key associated with the Exchange object. |
String |
getUniqueId()
Gets the unique Id of the Exchange object. |
protected abstract String |
getXmlElementName()
Gets the name of the XML element. |
int |
hashCode()
Serves as a hash function for a particular type. |
protected boolean |
isValid()
True if this instance is valid, false otherthise. |
protected void |
readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Read attributes from XML. |
boolean |
sameIdAndChangeKey(ServiceId other)
* Determines whether two ServiceId instances are equal (including ChangeKeys). |
protected void |
setChangeKey(String changeKey)
Sets the change key associated with the Exchange object. |
protected void |
setUniqueId(String uniqueId)
Sets the unique Id of the Exchange object. |
String |
toString()
* Returns a string that represents the current instance. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes attributes to XML. |
protected void |
writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, validate, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ServiceId()
protected ServiceId(String uniqueId)
throws Exception
uniqueId - The unique id.
Exception - the exception| Method Detail |
|---|
protected void readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - The reader.
Exception - the exception
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - The writer.
ServiceXmlSerializationException - the service xml serialization exceptionprotected abstract String getXmlElementName()
protected void writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writer - The writer.
Exception - the exceptionprotected void assign(ServiceId source)
source - The source.protected boolean isValid()
public String getUniqueId()
protected void setUniqueId(String uniqueId)
uniqueId - unique Id of the Exchange object.public String getChangeKey()
protected void setChangeKey(String changeKey)
changeKey - change key associated with the Exchange object.public boolean sameIdAndChangeKey(ServiceId other)
other - The ServiceId to compare with the current ServiceId.
public boolean equals(Object obj)
equals in class Objectobj - The object to compare with the current instance
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||