| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollResultResponseGroupType |
Payroll Result Response Group
Java class for Payroll_Result_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Result_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"/>
<element name="Include_Related_Calculation_Result_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Withholding_Order_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Payroll_Worktag_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_QTD_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_YTD_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeNameData | |||||||||||
| includeNationalIDData | |||||||||||
| includePayrollWorktagData | |||||||||||
| includeQTDData | |||||||||||
| includeRelatedCalculationResultData | |||||||||||
| includeWithholdingOrderData | |||||||||||
| includeYTDData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeNameData property.
| |||||||||||
Gets the value of the includeNationalIDData property.
| |||||||||||
Gets the value of the includePayrollWorktagData property.
| |||||||||||
Gets the value of the includeQTDData property.
| |||||||||||
Gets the value of the includeRelatedCalculationResultData property.
| |||||||||||
Gets the value of the includeWithholdingOrderData property.
| |||||||||||
Gets the value of the includeYTDData property.
| |||||||||||
Sets the value of the includeNameData property.
| |||||||||||
Sets the value of the includeNationalIDData property.
| |||||||||||
Sets the value of the includePayrollWorktagData property.
| |||||||||||
Sets the value of the includeQTDData property.
| |||||||||||
Sets the value of the includeRelatedCalculationResultData property.
| |||||||||||
Sets the value of the includeWithholdingOrderData property.
| |||||||||||
Sets the value of the includeYTDData 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.
Gets the value of the includePayrollWorktagData property. This getter has been renamed from isIncludePayrollWorktagData() to getIncludePayrollWorktagData() by cxf-xjc-boolean plugin.
Gets the value of the includeQTDData property. This getter has been renamed from isIncludeQTDData() to getIncludeQTDData() by cxf-xjc-boolean plugin.
Gets the value of the includeRelatedCalculationResultData property. This getter has been renamed from isIncludeRelatedCalculationResultData() to getIncludeRelatedCalculationResultData() by cxf-xjc-boolean plugin.
Gets the value of the includeWithholdingOrderData property. This getter has been renamed from isIncludeWithholdingOrderData() to getIncludeWithholdingOrderData() by cxf-xjc-boolean plugin.
Gets the value of the includeYTDData property. This getter has been renamed from isIncludeYTDData() to getIncludeYTDData() 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 |
|---|
Sets the value of the includePayrollWorktagData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeQTDData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeRelatedCalculationResultData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeWithholdingOrderData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeYTDData property.
| value | Allowed object is Boolean |
|---|