| java.lang.Object | |
| ↳ | com.workday.payroll.HistoryPaymentInputDataType |
This element contains the earnings and deductions detail that contributes to the history payment's Gross and Net.
Java class for History_Payment_Input_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="History_Payment_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="Taxable_Wages" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Subject_Wages" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Payroll_Input_Worktags_Data" type="{urn:com.workday/bsvc}Payroll_Input_Worktags_DataType" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="History_Payment_Input_Line_Data" type="{urn:com.workday/bsvc}History_Payment_Input_Line_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| comment | |||||||||||
| deductionReference | |||||||||||
| earningReference | |||||||||||
| historyPaymentInputLineData | |||||||||||
| payrollInputWorktagsData | |||||||||||
| positionReference | |||||||||||
| subjectWages | |||||||||||
| taxableWages | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the earningReference property.
| |||||||||||
Gets the value of the historyPaymentInputLineData property.
| |||||||||||
Gets the value of the payrollInputWorktagsData property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the subjectWages property.
| |||||||||||
Gets the value of the taxableWages property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the deductionReference property.
| |||||||||||
Sets the value of the earningReference property.
| |||||||||||
Sets the value of the historyPaymentInputLineData property.
| |||||||||||
Sets the value of the payrollInputWorktagsData property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the subjectWages property.
| |||||||||||
Sets the value of the taxableWages property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the comment property.
Gets the value of the deductionReference property.
DeductionAllObjectType
Gets the value of the earningReference property.
EarningAllObjectType
Gets the value of the historyPaymentInputLineData 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 historyPaymentInputLineData property.
For example, to add a new item, do as follows:
getHistoryPaymentInputLineData().add(newItem);
Objects of the following type(s) are allowed in the list
HistoryPaymentInputLineDataType
Gets the value of the payrollInputWorktagsData property.
PayrollInputWorktagsDataType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the subjectWages property.
Gets the value of the taxableWages property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
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 historyPaymentInputLineData property.
| historyPaymentInputLineData | Allowed object is
HistoryPaymentInputLineDataType
|
|---|
Sets the value of the payrollInputWorktagsData property.
| value | Allowed object is
PayrollInputWorktagsDataType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the subjectWages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxableWages property.
| value | Allowed object is BigDecimal |
|---|