public class

PayrollBalanceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayrollBalanceType

Class Overview

Payroll Balance

Java class for Payroll_BalanceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payroll_BalanceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Worker_External_Integration_ID_Data" type="{urn:com.workday/bsvc}Worker_ReferenceType" minOccurs="0"/>
         <element name="Name_Data" type="{urn:com.workday/bsvc}Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="National_ID_Data" type="{urn:com.workday/bsvc}National_ID_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Pay_Calculation_Balance_Data" type="{urn:com.workday/bsvc}Pay_Calculation_Balance_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<NameDataType> nameData
protected List<NationalIDDataType> nationalIDData
protected List<PayCalculationBalanceDataType> payCalculationBalanceData
protected WorkerReferenceType workerExternalIntegrationIDData
protected WorkerObjectType workerReference
Public Constructors
PayrollBalanceType()
Public Methods
List<NameDataType> getNameData()
Gets the value of the nameData property.
List<NationalIDDataType> getNationalIDData()
Gets the value of the nationalIDData property.
List<PayCalculationBalanceDataType> getPayCalculationBalanceData()
Gets the value of the payCalculationBalanceData property.
WorkerReferenceType getWorkerExternalIntegrationIDData()
Gets the value of the workerExternalIntegrationIDData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setWorkerExternalIntegrationIDData(WorkerReferenceType value)
Sets the value of the workerExternalIntegrationIDData property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<NameDataType> nameData

protected List<NationalIDDataType> nationalIDData

protected List<PayCalculationBalanceDataType> payCalculationBalanceData

protected WorkerReferenceType workerExternalIntegrationIDData

protected WorkerObjectType workerReference

Public Constructors

public PayrollBalanceType ()

Public Methods

public List<NameDataType> getNameData ()

Gets the value of the nameData 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 nameData property.

For example, to add a new item, do as follows:

    getNameData().add(newItem);
 

Objects of the following type(s) are allowed in the list NameDataType

public List<NationalIDDataType> getNationalIDData ()

Gets the value of the nationalIDData 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 nationalIDData property.

For example, to add a new item, do as follows:

    getNationalIDData().add(newItem);
 

Objects of the following type(s) are allowed in the list NationalIDDataType

public List<PayCalculationBalanceDataType> getPayCalculationBalanceData ()

Gets the value of the payCalculationBalanceData 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 payCalculationBalanceData property.

For example, to add a new item, do as follows:

    getPayCalculationBalanceData().add(newItem);
 

Objects of the following type(s) are allowed in the list PayCalculationBalanceDataType

public WorkerReferenceType getWorkerExternalIntegrationIDData ()

Gets the value of the workerExternalIntegrationIDData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setWorkerExternalIntegrationIDData (WorkerReferenceType value)

Sets the value of the workerExternalIntegrationIDData property.

Parameters
value Allowed object is WorkerReferenceType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType