| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentsResponseGroupType |
Payments Response Group
Java class for Payments_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payments_Response_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Include_Reference" 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_Payroll_Remittance_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Payment_Group_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeOriginatingBankData | |||||||||||
| includePaymentGroupData | |||||||||||
| includePayrollRemittanceData | |||||||||||
| includeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeOriginatingBankData property.
| |||||||||||
Gets the value of the includePaymentGroupData property.
| |||||||||||
Gets the value of the includePayrollRemittanceData property.
| |||||||||||
Gets the value of the includeReference property.
| |||||||||||
Sets the value of the includeOriginatingBankData property.
| |||||||||||
Sets the value of the includePaymentGroupData property.
| |||||||||||
Sets the value of the includePayrollRemittanceData property.
| |||||||||||
Sets the value of the includeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the includeOriginatingBankData property.
Gets the value of the includePaymentGroupData property.
Gets the value of the includePayrollRemittanceData property.
Gets the value of the includeReference property.
Sets the value of the includeOriginatingBankData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includePaymentGroupData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includePayrollRemittanceData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeReference property.
| value | Allowed object is Boolean |
|---|

