| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollBalanceResponseGroupType |
Payroll Balance Response Group
Java class for Payroll_Balance_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Balance_Response_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Include_Name_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_National_ID_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeNameData | |||||||||||
| includeNationalIDData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeNameData property.
| |||||||||||
Gets the value of the includeNationalIDData property.
| |||||||||||
Sets the value of the includeNameData property.
| |||||||||||
Sets the value of the includeNationalIDData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the includeNameData property.
Gets the value of the includeNationalIDData property.
Sets the value of the includeNameData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeNationalIDData property.
| value | Allowed object is Boolean |
|---|

