|
||||||||||
| 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.time.TimeZoneTransition
microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
public class AbsoluteDateTransition
Represents a time zone period transition that occurs on a fixed (absolute) date.
| Constructor Summary | |
|---|---|
protected |
AbsoluteDateTransition(TimeZoneDefinition timeZoneDefinition)
Initializes a new instance of the AbsoluteDateTransition class. |
protected |
AbsoluteDateTransition(TimeZoneDefinition timeZoneDefinition,
TimeZoneTransitionGroup targetGroup)
Initializes a new instance of the AbsoluteDateTransition class. |
| Method Summary | |
|---|---|
Date |
getDateTime()
Gets the absolute date and time when the transition occurs. |
protected String |
getXmlElementName()
Gets the XML element name associated with the transition. |
protected void |
setDateTime(Date dateTime)
Sets the date time. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition |
|---|
create, getTargetGroup, getTargetPeriod, loadFromXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbsoluteDateTransition(TimeZoneDefinition timeZoneDefinition)
timeZoneDefinition - , The time zone definition the transition will belong to.
protected AbsoluteDateTransition(TimeZoneDefinition timeZoneDefinition,
TimeZoneTransitionGroup targetGroup)
timeZoneDefinition - The time zone definition the transition will belong to.targetGroup - the target group| Method Detail |
|---|
protected String getXmlElementName()
getXmlElementName in class TimeZoneTransition
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws ParseException,
Exception
tryReadElementFromXml in class TimeZoneTransitionreader - the reader
ParseException - the parse exception
Exception - the exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeElementsToXml in class TimeZoneTransitionwriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
XMLStreamException - the XML stream exceptionpublic Date getDateTime()
protected void setDateTime(Date dateTime)
dateTime - the new date time
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||