public class

PayrollPayeeOngoingWorkJurisdictionTaxElectionType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollPayeeOngoingWorkJurisdictionTaxElectionType

Class Overview

Element to hold Payroll Payee Ongoing Jurisdiction Response Data Information

Java class for Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_ElectionType complex type.

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

 <complexType name="Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_ElectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_Election_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_Election_Data" type="{urn:com.workday/bsvc}Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_Election_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType payrollPayeeOngoingWorkJurisdictionTaxElectionData
protected UniqueIdentifierObjectType payrollPayeeOngoingWorkJurisdictionTaxElectionReference
Public Constructors
PayrollPayeeOngoingWorkJurisdictionTaxElectionType()
Public Methods
PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType getPayrollPayeeOngoingWorkJurisdictionTaxElectionData()
Gets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionData property.
UniqueIdentifierObjectType getPayrollPayeeOngoingWorkJurisdictionTaxElectionReference()
Gets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionReference property.
void setPayrollPayeeOngoingWorkJurisdictionTaxElectionData(PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType value)
Sets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionData property.
void setPayrollPayeeOngoingWorkJurisdictionTaxElectionReference(UniqueIdentifierObjectType value)
Sets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType payrollPayeeOngoingWorkJurisdictionTaxElectionData

protected UniqueIdentifierObjectType payrollPayeeOngoingWorkJurisdictionTaxElectionReference

Public Constructors

public PayrollPayeeOngoingWorkJurisdictionTaxElectionType ()

Public Methods

public PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType getPayrollPayeeOngoingWorkJurisdictionTaxElectionData ()

Gets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionData property.

public UniqueIdentifierObjectType getPayrollPayeeOngoingWorkJurisdictionTaxElectionReference ()

Gets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionReference property.

Returns

public void setPayrollPayeeOngoingWorkJurisdictionTaxElectionData (PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType value)

Sets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionData property.

Parameters
value Allowed object is PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType

public void setPayrollPayeeOngoingWorkJurisdictionTaxElectionReference (UniqueIdentifierObjectType value)

Sets the value of the payrollPayeeOngoingWorkJurisdictionTaxElectionReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType