public class

GetTodayInfoResult

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

Class Overview

Java class for GetTodayInfoResult complex type.

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

 <complexType name="GetTodayInfoResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="InfoItem" type="{http://clarizen.com/api}TodayInfoItem"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TodayInfoItem infoItem
protected long value
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
GetTodayInfoResult()
Public Methods
TodayInfoItem getInfoItem()
Gets the value of the infoItem property.
long getValue()
Gets the value of the value property.
void setInfoItem(TodayInfoItem value)
Sets the value of the infoItem property.
void setValue(long value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected TodayInfoItem infoItem

protected long value

Public Constructors

public GetTodayInfoResult ()

Public Methods

public TodayInfoItem getInfoItem ()

Gets the value of the infoItem property.

Returns

public long getValue ()

Gets the value of the value property.

public void setInfoItem (TodayInfoItem value)

Sets the value of the infoItem property.

Parameters
value Allowed object is TodayInfoItem

public void setValue (long value)

Sets the value of the value property.

Parameters
value