| java.lang.Object | |
| ↳ | com.workday.payroll.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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| 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. This getter has been renamed from isIncludeNameData() to getIncludeNameData() by cxf-xjc-boolean plugin.
Gets the value of the includeNationalIDData property. This getter has been renamed from isIncludeNationalIDData() to getIncludeNationalIDData() by cxf-xjc-boolean plugin.
Sets the value of the includeNameData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeNationalIDData property.
| value | Allowed object is Boolean |
|---|