public class

HistoryPaymentInputLineDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.HistoryPaymentInputLineDataType

Class Overview

This element contains the value details (amount, hours, rate, etc.) that contribute to an earning or deduction.

Java class for History_Payment_Input_Line_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="History_Payment_Input_Line_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Related_Calculation_Reference" type="{urn:com.workday/bsvc}Related_Calculation__All_ObjectType"/>
         <element name="Input_Value" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal inputValue
protected RelatedCalculationAllObjectType relatedCalculationReference
Public Constructors
HistoryPaymentInputLineDataType()
Public Methods
BigDecimal getInputValue()
Gets the value of the inputValue property.
RelatedCalculationAllObjectType getRelatedCalculationReference()
Gets the value of the relatedCalculationReference property.
void setInputValue(BigDecimal value)
Sets the value of the inputValue property.
void setRelatedCalculationReference(RelatedCalculationAllObjectType value)
Sets the value of the relatedCalculationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal inputValue

protected RelatedCalculationAllObjectType relatedCalculationReference

Public Constructors

public HistoryPaymentInputLineDataType ()

Public Methods

public BigDecimal getInputValue ()

Gets the value of the inputValue property.

Returns
  • possible object is BigDecimal

public RelatedCalculationAllObjectType getRelatedCalculationReference ()

Gets the value of the relatedCalculationReference property.

Returns

public void setInputValue (BigDecimal value)

Sets the value of the inputValue property.

Parameters
value Allowed object is BigDecimal

public void setRelatedCalculationReference (RelatedCalculationAllObjectType value)

Sets the value of the relatedCalculationReference property.

Parameters
value Allowed object is RelatedCalculationAllObjectType