public class

PayrollPayslipResponseGroupType

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

Class Overview

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>
 

Summary

Fields
protected Boolean includeOriginatingBankData
protected Boolean includeOriginatingContactData
protected Boolean includeReceivingPartyBankData
protected Boolean includeReceivingPartyContactData
Public Constructors
PayrollPayslipResponseGroupType()
Public Methods
Boolean isIncludeOriginatingBankData()
Gets the value of the includeOriginatingBankData property.
Boolean isIncludeOriginatingContactData()
Gets the value of the includeOriginatingContactData property.
Boolean isIncludeReceivingPartyBankData()
Gets the value of the includeReceivingPartyBankData property.
Boolean isIncludeReceivingPartyContactData()
Gets the value of the includeReceivingPartyContactData property.
void setIncludeOriginatingBankData(Boolean value)
Sets the value of the includeOriginatingBankData property.
void setIncludeOriginatingContactData(Boolean value)
Sets the value of the includeOriginatingContactData property.
void setIncludeReceivingPartyBankData(Boolean value)
Sets the value of the includeReceivingPartyBankData property.
void setIncludeReceivingPartyContactData(Boolean value)
Sets the value of the includeReceivingPartyContactData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean includeOriginatingBankData

protected Boolean includeOriginatingContactData

protected Boolean includeReceivingPartyBankData

protected Boolean includeReceivingPartyContactData

Public Constructors

public PayrollPayslipResponseGroupType ()

Public Methods

public Boolean isIncludeOriginatingBankData ()

Gets the value of the includeOriginatingBankData property.

Returns
  • possible object is Boolean

public Boolean isIncludeOriginatingContactData ()

Gets the value of the includeOriginatingContactData property.

Returns
  • possible object is Boolean

public Boolean isIncludeReceivingPartyBankData ()

Gets the value of the includeReceivingPartyBankData property.

Returns
  • possible object is Boolean

public Boolean isIncludeReceivingPartyContactData ()

Gets the value of the includeReceivingPartyContactData 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 setIncludeOriginatingContactData (Boolean value)

Sets the value of the includeOriginatingContactData property.

Parameters
value Allowed object is Boolean

public void setIncludeReceivingPartyBankData (Boolean value)

Sets the value of the includeReceivingPartyBankData property.

Parameters
value Allowed object is Boolean

public void setIncludeReceivingPartyContactData (Boolean value)

Sets the value of the includeReceivingPartyContactData property.

Parameters
value Allowed object is Boolean