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 LocalTime |
fromTime |
protected LocalTime |
toTime |
| Constructor and Description |
|---|
WorkingTime() |
| Modifier and Type | Method and Description |
|---|---|
LocalTime |
getFromTime()
Gets the value of the fromTime property.
|
LocalTime |
getToTime()
Gets the value of the toTime property.
|
void |
setFromTime(LocalTime value)
Sets the value of the fromTime property.
|
void |
setToTime(LocalTime value)
Sets the value of the toTime property.
|
public LocalTime getFromTime()
Stringpublic void setFromTime(LocalTime value)
value - allowed object is
Stringpublic LocalTime getToTime()
StringCopyright © 2000–2025 MPXJ. All rights reserved.