| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.GetTodayInfoMessage | |
Java class for GetTodayInfoMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetTodayInfoMessage">
<complexContent>
<extension base="{http://clarizen.com/api}BaseMessage">
<sequence>
<element name="InfoItem" type="{http://clarizen.com/api}TodayInfoItem"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| infoItem | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the infoItem property.
| |||||||||||
Sets the value of the infoItem property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the infoItem property.
TodayInfoItem
Sets the value of the infoItem property.
| value | Allowed object is
TodayInfoItem
|
|---|