| java.lang.Object | |
| ↳ | workday.com.bsvc.OffCycleInputDataType |
Off-cycle Input Data
Java class for Off-cycle_Input_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Off-cycle_Input_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType"/>
<element name="Deduction_Reference" type="{urn:com.workday/bsvc}Deduction__All_ObjectType"/>
</choice>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Hours" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Rate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Reference_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Payroll_Worktags_Data" type="{urn:com.workday/bsvc}Payroll_Input_Worktags_DataType" minOccurs="0"/>
<element name="Input_Line_Data" type="{urn:com.workday/bsvc}Off-cycle_Input_Line_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjustment | |||||||||||
| amount | |||||||||||
| currencyReference | |||||||||||
| deductionReference | |||||||||||
| earningReference | |||||||||||
| hours | |||||||||||
| inputLineData | |||||||||||
| payrollWorktagsData | |||||||||||
| positionReference | |||||||||||
| rate | |||||||||||
| referenceDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the earningReference property.
| |||||||||||
Gets the value of the hours property.
| |||||||||||
Gets the value of the inputLineData property.
| |||||||||||
Gets the value of the payrollWorktagsData property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the rate property.
| |||||||||||
Gets the value of the referenceDate property.
| |||||||||||
Gets the value of the adjustment property.
| |||||||||||
Sets the value of the adjustment property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the deductionReference property.
| |||||||||||
Sets the value of the earningReference property.
| |||||||||||
Sets the value of the hours property.
| |||||||||||
Sets the value of the payrollWorktagsData property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the rate property.
| |||||||||||
Sets the value of the referenceDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the deductionReference property.
DeductionAllObjectType
Gets the value of the earningReference property.
EarningAllObjectType
Gets the value of the hours property.
Gets the value of the inputLineData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the inputLineData property.
For example, to add a new item, do as follows:
getInputLineData().add(newItem);
Objects of the following type(s) are allowed in the list
OffCycleInputLineDataType
Gets the value of the payrollWorktagsData property.
PayrollInputWorktagsDataType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the rate property.
Gets the value of the referenceDate property.
Gets the value of the adjustment property.
Sets the value of the adjustment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the deductionReference property.
| value | Allowed object is
DeductionAllObjectType
|
|---|
Sets the value of the earningReference property.
| value | Allowed object is
EarningAllObjectType
|
|---|
Sets the value of the hours property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payrollWorktagsData property.
| value | Allowed object is
PayrollInputWorktagsDataType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the rate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the referenceDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|