public class

HistoryPaymentInputDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.HistoryPaymentInputDataType

Class Overview

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>
 

Summary

Fields
protected BigDecimal amount
protected String comment
protected DeductionAllObjectType deductionReference
protected EarningAllObjectType earningReference
protected List<HistoryPaymentInputLineDataType> historyPaymentInputLineData
protected PayrollInputWorktagsDataType payrollInputWorktagsData
protected PositionElementObjectType positionReference
protected BigDecimal subjectWages
protected BigDecimal taxableWages
Public Constructors
HistoryPaymentInputDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
String getComment()
Gets the value of the comment property.
DeductionAllObjectType getDeductionReference()
Gets the value of the deductionReference property.
EarningAllObjectType getEarningReference()
Gets the value of the earningReference property.
List<HistoryPaymentInputLineDataType> getHistoryPaymentInputLineData()
Gets the value of the historyPaymentInputLineData property.
PayrollInputWorktagsDataType getPayrollInputWorktagsData()
Gets the value of the payrollInputWorktagsData property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
BigDecimal getSubjectWages()
Gets the value of the subjectWages property.
BigDecimal getTaxableWages()
Gets the value of the taxableWages property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setComment(String value)
Sets the value of the comment property.
void setDeductionReference(DeductionAllObjectType value)
Sets the value of the deductionReference property.
void setEarningReference(EarningAllObjectType value)
Sets the value of the earningReference property.
void setPayrollInputWorktagsData(PayrollInputWorktagsDataType value)
Sets the value of the payrollInputWorktagsData property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setSubjectWages(BigDecimal value)
Sets the value of the subjectWages property.
void setTaxableWages(BigDecimal value)
Sets the value of the taxableWages property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal amount

protected String comment

protected DeductionAllObjectType deductionReference

protected EarningAllObjectType earningReference

protected List<HistoryPaymentInputLineDataType> historyPaymentInputLineData

protected PayrollInputWorktagsDataType payrollInputWorktagsData

protected PositionElementObjectType positionReference

protected BigDecimal subjectWages

protected BigDecimal taxableWages

Public Constructors

public HistoryPaymentInputDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public DeductionAllObjectType getDeductionReference ()

Gets the value of the deductionReference property.

Returns

public EarningAllObjectType getEarningReference ()

Gets the value of the earningReference property.

Returns

public List<HistoryPaymentInputLineDataType> getHistoryPaymentInputLineData ()

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

public PayrollInputWorktagsDataType getPayrollInputWorktagsData ()

Gets the value of the payrollInputWorktagsData property.

Returns

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public BigDecimal getSubjectWages ()

Gets the value of the subjectWages property.

Returns
  • possible object is BigDecimal

public BigDecimal getTaxableWages ()

Gets the value of the taxableWages property.

Returns
  • possible object is BigDecimal

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setDeductionReference (DeductionAllObjectType value)

Sets the value of the deductionReference property.

Parameters
value Allowed object is DeductionAllObjectType

public void setEarningReference (EarningAllObjectType value)

Sets the value of the earningReference property.

Parameters
value Allowed object is EarningAllObjectType

public void setPayrollInputWorktagsData (PayrollInputWorktagsDataType value)

Sets the value of the payrollInputWorktagsData property.

Parameters
value Allowed object is PayrollInputWorktagsDataType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setSubjectWages (BigDecimal value)

Sets the value of the subjectWages property.

Parameters
value Allowed object is BigDecimal

public void setTaxableWages (BigDecimal value)

Sets the value of the taxableWages property.

Parameters
value Allowed object is BigDecimal