| java.lang.Object | |
| ↳ | com.workday.absence.AdjustTimeOffEntryDataType |
Contains data for adjusting time off
Java class for Adjust_Time_Off_Entry_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Adjust_Time_Off_Entry_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Time_Off_Entry_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Time_Off_Entry_Reference" type="{urn:com.workday/bsvc}Time_Off_EntryObjectType"/>
<element name="Adjustment_to_Requested">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="9"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjustmentToRequested | |||||||||||
| comment | |||||||||||
| timeOffEntryID | |||||||||||
| timeOffEntryReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the adjustmentToRequested property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the timeOffEntryID property.
| |||||||||||
Gets the value of the timeOffEntryReference property.
| |||||||||||
Sets the value of the adjustmentToRequested property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the timeOffEntryID property.
| |||||||||||
Sets the value of the timeOffEntryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the adjustmentToRequested property.
Gets the value of the comment property.
Gets the value of the timeOffEntryID property.
Gets the value of the timeOffEntryReference property.
TimeOffEntryObjectType
Sets the value of the adjustmentToRequested property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the timeOffEntryID property.
| value | Allowed object is String |
|---|
Sets the value of the timeOffEntryReference property.
| value | Allowed object is
TimeOffEntryObjectType
|
|---|