public class

PaymentMessageResponseGroupType

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

Class Overview

Payment Messages Response Group

Java class for Payment_Message_Response_GroupType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payment_Message_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_Payment_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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean includePaymentData
protected Boolean includePayrollRemittanceData
protected Boolean includeReference
Public Constructors
PaymentMessageResponseGroupType()
Public Methods
Boolean isIncludePaymentData()
Gets the value of the includePaymentData property.
Boolean isIncludePayrollRemittanceData()
Gets the value of the includePayrollRemittanceData property.
Boolean isIncludeReference()
Gets the value of the includeReference property.
void setIncludePaymentData(Boolean value)
Sets the value of the includePaymentData 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 includePaymentData

protected Boolean includePayrollRemittanceData

protected Boolean includeReference

Public Constructors

public PaymentMessageResponseGroupType ()

Public Methods

public Boolean isIncludePaymentData ()

Gets the value of the includePaymentData 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 setIncludePaymentData (Boolean value)

Sets the value of the includePaymentData 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