| java.lang.Object | |
| ↳ | com.workday.payroll.PayAccumulationDataForGetPayrollResultsType |
Payroll Result element
Java class for Pay_Accumulation_Data_for_Get_Payroll_ResultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pay_Accumulation_Data_for_Get_Payroll_ResultsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Accumulation_Reference" type="{urn:com.workday/bsvc}Payroll_CalculationObjectType" maxOccurs="unbounded" 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="QTD_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="YTD_Amount" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| payAccumulationReference | |||||||||||
| qtdAmount | |||||||||||
| ytdAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the payAccumulationReference property.
| |||||||||||
Gets the value of the qtdAmount property.
| |||||||||||
Gets the value of the ytdAmount property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the payAccumulationReference property.
| |||||||||||
Sets the value of the qtdAmount property.
| |||||||||||
Sets the value of the ytdAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the payAccumulationReference 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 payAccumulationReference property.
For example, to add a new item, do as follows:
getPayAccumulationReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollCalculationObjectType
Gets the value of the qtdAmount property.
Gets the value of the ytdAmount property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payAccumulationReference property.
| payAccumulationReference | Allowed object is
PayrollCalculationObjectType
|
|---|
Sets the value of the qtdAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the ytdAmount property.
| value | Allowed object is BigDecimal |
|---|