public static class Project.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes.WorkingTime extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
<element name="ToTime" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
fromTime |
protected Calendar |
toTime |
| Constructor and Description |
|---|
Project.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes.WorkingTime() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getFromTime()
Gets the value of the fromTime property.
|
Calendar |
getToTime()
Gets the value of the toTime property.
|
void |
setFromTime(Calendar value)
Sets the value of the fromTime property.
|
void |
setToTime(Calendar value)
Sets the value of the toTime property.
|
public Project.Calendars.Calendar.WeekDays.WeekDay.WorkingTimes.WorkingTime()
public Calendar getFromTime()
Stringpublic void setFromTime(Calendar value)
value - allowed object is
Stringpublic Calendar getToTime()
StringCopyright © 2013. All Rights Reserved.