| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ApplicationBatchType |
Encapsulating element containing all Batch data.
Java class for Application_BatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Application_BatchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Batch_Reference" type="{urn:com.workday/bsvc}Application_BatchObjectType" minOccurs="0"/>
<element name="Batch_Data" type="{urn:com.workday/bsvc}Application_Batch_DataType"/>
<element name="Batch_Totals_Data" type="{urn:com.workday/bsvc}Input_Line_Currency_Totals_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Batch_Pay_Component_Totals_Data" type="{urn:com.workday/bsvc}Batch_Pay_Component_Totals_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchData | |||||||||||
| batchPayComponentTotalsData | |||||||||||
| batchReference | |||||||||||
| batchTotalsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchData property.
| |||||||||||
Gets the value of the batchPayComponentTotalsData property.
| |||||||||||
Gets the value of the batchReference property.
| |||||||||||
Gets the value of the batchTotalsData property.
| |||||||||||
Sets the value of the batchData property.
| |||||||||||
Sets the value of the batchPayComponentTotalsData property.
| |||||||||||
Sets the value of the batchReference property.
| |||||||||||
Sets the value of the batchTotalsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchData property.
ApplicationBatchDataType
Gets the value of the batchPayComponentTotalsData 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 batchPayComponentTotalsData property.
For example, to add a new item, do as follows:
getBatchPayComponentTotalsData().add(newItem);
Objects of the following type(s) are allowed in the list
BatchPayComponentTotalsDataType
Gets the value of the batchReference property.
ApplicationBatchObjectType
Gets the value of the batchTotalsData 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 batchTotalsData property.
For example, to add a new item, do as follows:
getBatchTotalsData().add(newItem);
Objects of the following type(s) are allowed in the list
InputLineCurrencyTotalsDataType
Sets the value of the batchData property.
| value | Allowed object is
ApplicationBatchDataType
|
|---|
Sets the value of the batchPayComponentTotalsData property.
| batchPayComponentTotalsData | Allowed object is
BatchPayComponentTotalsDataType
|
|---|
Sets the value of the batchReference property.
| value | Allowed object is
ApplicationBatchObjectType
|
|---|
Sets the value of the batchTotalsData property.
| batchTotalsData | Allowed object is
InputLineCurrencyTotalsDataType
|
|---|