public static class Project.Calendars.Calendar.WorkWeeks.WorkWeek.TimePeriod 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="FromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
fromDate |
protected Calendar |
toDate |
| Constructor and Description |
|---|
Project.Calendars.Calendar.WorkWeeks.WorkWeek.TimePeriod() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getFromDate()
Gets the value of the fromDate property.
|
Calendar |
getToDate()
Gets the value of the toDate property.
|
void |
setFromDate(Calendar value)
Sets the value of the fromDate property.
|
void |
setToDate(Calendar value)
Sets the value of the toDate property.
|
public Project.Calendars.Calendar.WorkWeeks.WorkWeek.TimePeriod()
public Calendar getFromDate()
Stringpublic void setFromDate(Calendar value)
value - allowed object is
Stringpublic Calendar getToDate()
StringCopyright © 2013. All Rights Reserved.