public class

PaymentsResponseGroupType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PaymentsResponseGroupType

Class Overview

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>
 

Summary

Fields
protected Boolean includeOriginatingBankData
protected Boolean includePaymentGroupData
protected Boolean includePayrollRemittanceData
protected Boolean includeReference
Public Constructors
PaymentsResponseGroupType()
Public Methods
Boolean isIncludeOriginatingBankData()
Gets the value of the includeOriginatingBankData property.
Boolean isIncludePaymentGroupData()
Gets the value of the includePaymentGroupData property.
Boolean isIncludePayrollRemittanceData()
Gets the value of the includePayrollRemittanceData property.
Boolean isIncludeReference()
Gets the value of the includeReference property.
void setIncludeOriginatingBankData(Boolean value)
Sets the value of the includeOriginatingBankData property.
void setIncludePaymentGroupData(Boolean value)
Sets the value of the includePaymentGroupData property.
void setIncludePayrollRemittanceData(Boolean value)
Sets the value of the includePayrollRemittanceData property.
void setIncludeReference(Boolean value)
Sets the value of the includeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean includeOriginatingBankData

protected Boolean includePaymentGroupData

protected Boolean includePayrollRemittanceData

protected Boolean includeReference

Public Constructors

public PaymentsResponseGroupType ()

Public Methods

public Boolean isIncludeOriginatingBankData ()

Gets the value of the includeOriginatingBankData property.

Returns
  • possible object is Boolean

public Boolean isIncludePaymentGroupData ()

Gets the value of the includePaymentGroupData property.

Returns
  • possible object is Boolean

public Boolean isIncludePayrollRemittanceData ()

Gets the value of the includePayrollRemittanceData property.

Returns
  • possible object is Boolean

public Boolean isIncludeReference ()

Gets the value of the includeReference property.

Returns
  • possible object is Boolean

public void setIncludeOriginatingBankData (Boolean value)

Sets the value of the includeOriginatingBankData property.

Parameters
value Allowed object is Boolean

public void setIncludePaymentGroupData (Boolean value)

Sets the value of the includePaymentGroupData property.

Parameters
value Allowed object is Boolean

public void setIncludePayrollRemittanceData (Boolean value)

Sets the value of the includePayrollRemittanceData property.

Parameters
value Allowed object is Boolean

public void setIncludeReference (Boolean value)

Sets the value of the includeReference property.

Parameters
value Allowed object is Boolean