|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.Calendars.Calendar.WeekDays.WeekDay.TimePeriod
public static class Project.Calendars.Calendar.WeekDays.WeekDay.TimePeriod
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>
| Field Summary | |
|---|---|
protected Calendar |
fromDate
|
protected Calendar |
toDate
|
| Constructor Summary | |
|---|---|
Project.Calendars.Calendar.WeekDays.WeekDay.TimePeriod()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Calendar fromDate
protected Calendar toDate
| Constructor Detail |
|---|
public Project.Calendars.Calendar.WeekDays.WeekDay.TimePeriod()
| Method Detail |
|---|
public Calendar getFromDate()
Stringpublic void setFromDate(Calendar value)
value - allowed object is
Stringpublic Calendar getToDate()
Stringpublic void setToDate(Calendar value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||