| java.lang.Object | |
| ↳ | workday.com.bsvc.PayCalculationBalanceDataType |
Pay Calculation Balance Data
Java class for Pay_Calculation_Balance_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pay_Calculation_Balance_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Calculation_Reference" type="{urn:com.workday/bsvc}Pay_Calculation_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Balance_Period_Data" type="{urn:com.workday/bsvc}Balance_Period_Data_for_Get_Payroll_BalancesType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| balancePeriodData | |||||||||||
| payCalculationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the balancePeriodData property.
| |||||||||||
Gets the value of the payCalculationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the balancePeriodData 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 balancePeriodData property.
For example, to add a new item, do as follows:
getBalancePeriodData().add(newItem);
Objects of the following type(s) are allowed in the list
BalancePeriodDataForGetPayrollBalancesType
Gets the value of the payCalculationReference 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 payCalculationReference property.
For example, to add a new item, do as follows:
getPayCalculationReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayCalculationReferenceType

