|
||||||||||
| 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.TimeZonePeriod
public class TimeZonePeriod
Represents a time zone period as defined in the EWS schema.
| Field Summary | |
|---|---|
protected static String |
DaylightPeriodId
The Constant DaylightPeriodId. |
protected static String |
DaylightPeriodName
The Constant DaylightPeriodName. |
protected static String |
StandardPeriodId
The Constant StandardPeriodId. |
protected static String |
StandardPeriodName
The Constant StandardPeriodName. |
| Constructor Summary | |
|---|---|
TimeZonePeriod()
Initializes a new instance of the TimeZonePeriod class. |
|
| Method Summary | |
|---|---|
protected TimeSpan |
getBias()
Gets the bias to UTC associated with this period. |
String |
getId()
Gets the id of this period. |
protected String |
getName()
Gets the name of this period. |
protected boolean |
isStandardPeriod()
Gets a value indicating whether this period represents the Standard period. |
void |
loadFromXml(EwsServiceXmlReader reader)
Loads from XML. |
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads the attribute from XML. |
protected void |
setBias(TimeSpan bias)
Sets the bias. |
protected void |
setId(String id)
Sets the id. |
protected void |
setName(String name)
Sets the name. |
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML. |
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 |
| Field Detail |
|---|
protected static final String StandardPeriodId
protected static final String StandardPeriodName
protected static final String DaylightPeriodId
protected static final String DaylightPeriodName
| Constructor Detail |
|---|
public TimeZonePeriod()
| Method Detail |
|---|
public void readAttributesFromXml(EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
public void loadFromXml(EwsServiceXmlReader reader)
throws Exception
reader - the reader
Exception - the exception
public void writeToXml(EwsServiceXmlWriter writer)
throws Exception
writer - the writer
Exception - the exceptionprotected boolean isStandardPeriod()
protected TimeSpan getBias()
protected void setBias(TimeSpan bias)
bias - the new biasprotected String getName()
protected void setName(String name)
name - the new namepublic String getId()
protected void setId(String id)
id - the new id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||