| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollPayslipResponseGroupType |
Payroll Payslip Response Group
Java class for Payroll_Payslip_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Payslip_Response_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Include_Originating_Contact_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Originating_Bank_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Receiving_Party_Contact_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Receiving_Party_Bank_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeOriginatingBankData | |||||||||||
| includeOriginatingContactData | |||||||||||
| includeReceivingPartyBankData | |||||||||||
| includeReceivingPartyContactData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeOriginatingBankData property.
| |||||||||||
Gets the value of the includeOriginatingContactData property.
| |||||||||||
Gets the value of the includeReceivingPartyBankData property.
| |||||||||||
Gets the value of the includeReceivingPartyContactData property.
| |||||||||||
Sets the value of the includeOriginatingBankData property.
| |||||||||||
Sets the value of the includeOriginatingContactData property.
| |||||||||||
Sets the value of the includeReceivingPartyBankData property.
| |||||||||||
Sets the value of the includeReceivingPartyContactData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the includeOriginatingBankData property. This getter has been renamed from isIncludeOriginatingBankData() to getIncludeOriginatingBankData() by cxf-xjc-boolean plugin.
Gets the value of the includeOriginatingContactData property. This getter has been renamed from isIncludeOriginatingContactData() to getIncludeOriginatingContactData() by cxf-xjc-boolean plugin.
Gets the value of the includeReceivingPartyBankData property. This getter has been renamed from isIncludeReceivingPartyBankData() to getIncludeReceivingPartyBankData() by cxf-xjc-boolean plugin.
Gets the value of the includeReceivingPartyContactData property. This getter has been renamed from isIncludeReceivingPartyContactData() to getIncludeReceivingPartyContactData() by cxf-xjc-boolean plugin.
Sets the value of the includeOriginatingBankData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeOriginatingContactData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeReceivingPartyBankData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeReceivingPartyContactData property.
| value | Allowed object is Boolean |
|---|