| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollBalanceType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| nameData | |||||||||||
| nationalIDData | |||||||||||
| payCalculationBalanceData | |||||||||||
| workerExternalIntegrationIDData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the nameData property.
| |||||||||||
Gets the value of the nationalIDData property.
| |||||||||||
Gets the value of the payCalculationBalanceData property.
| |||||||||||
Gets the value of the workerExternalIntegrationIDData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the nameData property.
| |||||||||||
Sets the value of the nationalIDData property.
| |||||||||||
Sets the value of the payCalculationBalanceData property.
| |||||||||||
Sets the value of the workerExternalIntegrationIDData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
Gets the value of the workerExternalIntegrationIDData property.
WorkerReferenceType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the nameData property.
| nameData | Allowed object is
NameDataType
|
|---|
Sets the value of the nationalIDData property.
| nationalIDData | Allowed object is
NationalIDDataType
|
|---|
Sets the value of the payCalculationBalanceData property.
| payCalculationBalanceData | Allowed object is
PayCalculationBalanceDataType
|
|---|
Sets the value of the workerExternalIntegrationIDData property.
| value | Allowed object is
WorkerReferenceType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|