| java.lang.Object | |
| ↳ | com.clarizen.api.DayInformation |
Provides working day information about a calendar day
Java class for DayInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DayInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EndHour" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="IsWorkingDay" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="StartHour" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="TotalWorkingHours" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endHour | |||||||||||
| isWorkingDay | |||||||||||
| startHour | |||||||||||
| totalWorkingHours | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endHour property.
| |||||||||||
Gets the value of the startHour property.
| |||||||||||
Gets the value of the totalWorkingHours property.
| |||||||||||
Gets the value of the isWorkingDay property.
| |||||||||||
Sets the value of the endHour property.
| |||||||||||
Sets the value of the isWorkingDay property.
| |||||||||||
Sets the value of the startHour property.
| |||||||||||
Sets the value of the totalWorkingHours property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the endHour property.
Gets the value of the startHour property.
Gets the value of the totalWorkingHours property.
Gets the value of the isWorkingDay property.
Sets the value of the endHour property.
| value |
|---|
Sets the value of the isWorkingDay property.
| value |
|---|
Sets the value of the startHour property.
| value |
|---|
Sets the value of the totalWorkingHours property.
| value |
|---|