public class

GetCalendarInfoResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.GetCalendarInfoResult

Class Overview

Java class for GetCalendarInfoResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetCalendarInfoResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="DefaultWorkingDay" type="{http://clarizen.com/api}DayInformation" minOccurs="0"/>
         <element name="WeekDayInformation" type="{http://clarizen.com/api}ArrayOfDayInformation" minOccurs="0"/>
         <element name="WeekStartsOn" type="{http://clarizen.com/api}Day"/>
         <element name="WorkingDaysPerMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DayInformation defaultWorkingDay
protected ArrayOfDayInformation weekDayInformation
protected Day weekStartsOn
protected Integer workingDaysPerMonth
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
GetCalendarInfoResult()
Public Methods
DayInformation getDefaultWorkingDay()
Gets the value of the defaultWorkingDay property.
ArrayOfDayInformation getWeekDayInformation()
Gets the value of the weekDayInformation property.
Day getWeekStartsOn()
Gets the value of the weekStartsOn property.
Integer getWorkingDaysPerMonth()
Gets the value of the workingDaysPerMonth property.
void setDefaultWorkingDay(DayInformation value)
Sets the value of the defaultWorkingDay property.
void setWeekDayInformation(ArrayOfDayInformation value)
Sets the value of the weekDayInformation property.
void setWeekStartsOn(Day value)
Sets the value of the weekStartsOn property.
void setWorkingDaysPerMonth(Integer value)
Sets the value of the workingDaysPerMonth property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected DayInformation defaultWorkingDay

protected ArrayOfDayInformation weekDayInformation

protected Day weekStartsOn

protected Integer workingDaysPerMonth

Public Constructors

public GetCalendarInfoResult ()

Public Methods

public DayInformation getDefaultWorkingDay ()

Gets the value of the defaultWorkingDay property.

Returns

public ArrayOfDayInformation getWeekDayInformation ()

Gets the value of the weekDayInformation property.

Returns

public Day getWeekStartsOn ()

Gets the value of the weekStartsOn property.

Returns
  • possible object is Day

public Integer getWorkingDaysPerMonth ()

Gets the value of the workingDaysPerMonth property.

Returns
  • possible object is Integer

public void setDefaultWorkingDay (DayInformation value)

Sets the value of the defaultWorkingDay property.

Parameters
value Allowed object is DayInformation

public void setWeekDayInformation (ArrayOfDayInformation value)

Sets the value of the weekDayInformation property.

Parameters
value Allowed object is ArrayOfDayInformation

public void setWeekStartsOn (Day value)

Sets the value of the weekStartsOn property.

Parameters
value Allowed object is Day

public void setWorkingDaysPerMonth (Integer value)

Sets the value of the workingDaysPerMonth property.

Parameters
value Allowed object is Integer