| java.lang.Object | |
| ↳ | com.workday.payrollinterface.BatchPayComponentTotalsDataType |
Information on the summary of all Payroll Inputs associated with a Pay Component
Java class for Batch_Pay_Component_Totals_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Batch_Pay_Component_Totals_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Input_InterfaceObjectType" minOccurs="0"/>
<element name="Pay_Component_Totals_Data" type="{urn:com.workday/bsvc}Input_Line_Currency_Totals_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payComponentReference | |||||||||||
| payComponentTotalsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payComponentReference property.
| |||||||||||
Gets the value of the payComponentTotalsData property.
| |||||||||||
Sets the value of the payComponentReference property.
| |||||||||||
Sets the value of the payComponentTotalsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payComponentReference property.
InputInterfaceObjectType
Gets the value of the payComponentTotalsData 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 payComponentTotalsData property.
For example, to add a new item, do as follows:
getPayComponentTotalsData().add(newItem);
Objects of the following type(s) are allowed in the list
InputLineCurrencyTotalsDataType
Sets the value of the payComponentReference property.
| value | Allowed object is
InputInterfaceObjectType
|
|---|
Sets the value of the payComponentTotalsData property.
| payComponentTotalsData | Allowed object is
InputLineCurrencyTotalsDataType
|
|---|