public class

DayInformation

extends Object
java.lang.Object
   ↳ com.clarizen.api.DayInformation

Class Overview

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>
 

Summary

Fields
protected double endHour
protected boolean isWorkingDay
protected double startHour
protected double totalWorkingHours
Public Constructors
DayInformation()
Public Methods
double getEndHour()
Gets the value of the endHour property.
double getStartHour()
Gets the value of the startHour property.
double getTotalWorkingHours()
Gets the value of the totalWorkingHours property.
boolean isIsWorkingDay()
Gets the value of the isWorkingDay property.
void setEndHour(double value)
Sets the value of the endHour property.
void setIsWorkingDay(boolean value)
Sets the value of the isWorkingDay property.
void setStartHour(double value)
Sets the value of the startHour property.
void setTotalWorkingHours(double value)
Sets the value of the totalWorkingHours property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected double endHour

protected boolean isWorkingDay

protected double startHour

protected double totalWorkingHours

Public Constructors

public DayInformation ()

Public Methods

public double getEndHour ()

Gets the value of the endHour property.

public double getStartHour ()

Gets the value of the startHour property.

public double getTotalWorkingHours ()

Gets the value of the totalWorkingHours property.

public boolean isIsWorkingDay ()

Gets the value of the isWorkingDay property.

public void setEndHour (double value)

Sets the value of the endHour property.

Parameters
value

public void setIsWorkingDay (boolean value)

Sets the value of the isWorkingDay property.

Parameters
value

public void setStartHour (double value)

Sets the value of the startHour property.

Parameters
value

public void setTotalWorkingHours (double value)

Sets the value of the totalWorkingHours property.

Parameters
value