|
||||||||
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.WorkingHours
public final class WorkingHours
Represents the working hours for a specific time zone.
Constructor Summary | |
---|---|
protected |
WorkingHours()
Instantiates a new working hours. |
Method Summary | |
---|---|
java.util.Collection<DayOfTheWeek> |
getDaysOfTheWeek()
Gets the working days of the attendees. |
long |
getEndTime()
Gets the time of the day the attendee stops working. |
long |
getStartTime()
Gets the time of the day the attendee starts working. |
TimeZoneDefinition |
getTimeZone()
Gets the time zone to which the working hours apply. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WorkingHours()
Method Detail |
---|
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReader
java.lang.Exception
- throws Exceptionpublic TimeZoneDefinition getTimeZone()
public java.util.Collection<DayOfTheWeek> getDaysOfTheWeek()
public long getStartTime()
public long getEndTime()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |