| java.lang.Object | |
| ↳ | workday.com.bsvc.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>
| 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.
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.
| 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 |
|---|