| java.lang.Object | |
| ↳ | com.workday.payroll.HistoryPaymentInputLineDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| inputValue | |||||||||||
| relatedCalculationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the inputValue property.
| |||||||||||
Gets the value of the relatedCalculationReference property.
| |||||||||||
Sets the value of the inputValue property.
| |||||||||||
Sets the value of the relatedCalculationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the inputValue property.
Gets the value of the relatedCalculationReference property.
RelatedCalculationAllObjectType
Sets the value of the inputValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the relatedCalculationReference property.
| value | Allowed object is
RelatedCalculationAllObjectType
|
|---|