public class

PayrollPayslipResponseGroupType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.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

Constants
long serialVersionUID
Fields
protected Boolean includeOriginatingBankData
protected Boolean includeOriginatingContactData
protected Boolean includeReceivingPartyBankData
protected Boolean includeReceivingPartyContactData
Public Constructors
PayrollPayslipResponseGroupType()
Public Methods
Boolean getIncludeOriginatingBankData()
Gets the value of the includeOriginatingBankData property.
Boolean getIncludeOriginatingContactData()
Gets the value of the includeOriginatingContactData property.
Boolean getIncludeReceivingPartyBankData()
Gets the value of the includeReceivingPartyBankData property.
Boolean getIncludeReceivingPartyContactData()
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeOriginatingBankData

protected Boolean includeOriginatingContactData

protected Boolean includeReceivingPartyBankData

protected Boolean includeReceivingPartyContactData

Public Constructors

public PayrollPayslipResponseGroupType ()

Public Methods

public Boolean getIncludeOriginatingBankData ()

Gets the value of the includeOriginatingBankData property. This getter has been renamed from isIncludeOriginatingBankData() to getIncludeOriginatingBankData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeOriginatingContactData ()

Gets the value of the includeOriginatingContactData property. This getter has been renamed from isIncludeOriginatingContactData() to getIncludeOriginatingContactData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeReceivingPartyBankData ()

Gets the value of the includeReceivingPartyBankData property. This getter has been renamed from isIncludeReceivingPartyBankData() to getIncludeReceivingPartyBankData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeReceivingPartyContactData ()

Gets the value of the includeReceivingPartyContactData property. This getter has been renamed from isIncludeReceivingPartyContactData() to getIncludeReceivingPartyContactData() by cxf-xjc-boolean plugin.

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