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

