|
||||||||||
| 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.property.complex.TimeChange
public final class TimeChange
Represents a change of time for a time zone.
| Constructor Summary | |
|---|---|
TimeChange()
Initializes a new instance of the "TimeChange" class. |
|
TimeChange(TimeSpan offset)
Initializes a new instance of the |
|
TimeChange(TimeSpan offset,
Time time)
Initializes a new instance of the "TimeChange" class. |
|
| Method Summary | |
|---|---|
Date |
getAbsoluteDate()
Gets the absolute date. |
TimeSpan |
getOffset()
Gets the offset since the beginning of the year when the change occurs. |
microsoft.exchange.webservices.data.property.complex.TimeChangeRecurrence |
getRecurrence()
Gets the recurrence. |
Time |
getTime()
Gets the time. |
String |
getTimeZoneName()
Gets the name of the associated time zone. |
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads the attribute from XML. |
void |
setAbsoluteDate(Date absoluteDate)
Sets the absolute date. |
void |
setOffset(TimeSpan offset)
Sets the offset since the beginning of the year when the change occurs. |
void |
setRecurrence(microsoft.exchange.webservices.data.property.complex.TimeChangeRecurrence recurrence)
Sets the recurrence. |
void |
setTime(Time time)
Sets the time. |
void |
setTimeZoneName(String timeZoneName)
Sets the name of the associated time zone. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements 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, 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 |
|---|
public TimeChange()
public TimeChange(TimeSpan offset)
offset - The offset since the beginning of the year when the change
occurs.
public TimeChange(TimeSpan offset,
Time time)
offset - The offset since the beginning of the year when the change
occurs.time - The time at which the change occurs.| Method Detail |
|---|
public String getTimeZoneName()
public void setTimeZoneName(String timeZoneName)
timeZoneName - the timeZoneName to setpublic TimeSpan getOffset()
public void setOffset(TimeSpan offset)
offset - the offset to setpublic Time getTime()
public void setTime(Time time)
time - the time to setpublic Date getAbsoluteDate()
public void setAbsoluteDate(Date absoluteDate)
absoluteDate - the absoluteDate to setpublic microsoft.exchange.webservices.data.property.complex.TimeChangeRecurrence getRecurrence()
public void setRecurrence(microsoft.exchange.webservices.data.property.complex.TimeChangeRecurrence recurrence)
recurrence - the recurrence to set
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
Exception - throws Exception
public void readAttributesFromXml(EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReader
Exception - throws Exceptionpublic void writeAttributesToXml(EwsServiceXmlWriter writer)
writeAttributesToXml in class ComplexPropertywriter - accepts EwsServiceXmlWriter
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - accepts EwsServiceXmlWriter
Exception - throws Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||