|
||||||||||
| 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.Exceptions.Exception.WorkingTimes.WorkingTime
public static class Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes.WorkingTime
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>
| Field Summary | |
|---|---|
protected Calendar |
fromTime
|
protected Calendar |
toTime
|
| Constructor Summary | |
|---|---|
Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes.WorkingTime()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Calendar fromTime
protected Calendar toTime
| Constructor Detail |
|---|
public Project.Calendars.Calendar.Exceptions.Exception.WorkingTimes.WorkingTime()
| Method Detail |
|---|
public Calendar getFromTime()
Stringpublic void setFromTime(Calendar value)
value - allowed object is
Stringpublic Calendar getToTime()
Stringpublic void setToTime(Calendar value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||