public class

PutPayrollPayeeOngoingWorkJurisdictionTaxElectionResponseDataType

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

Class Overview

Element to hold Payroll Payee Ongoing Jurisdiction Tax Election Response Data Information

Java class for Put_Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_Election_Response_DataType complex type.

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

 <complexType name="Put_Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_Election_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_for_Tax_Election_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Company_for_Tax_Election_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompanyObjectType companyForTaxElectionReference
protected XMLGregorianCalendar effectiveDate
protected WorkerObjectType workerForTaxElectionReference
Public Constructors
PutPayrollPayeeOngoingWorkJurisdictionTaxElectionResponseDataType()
Public Methods
CompanyObjectType getCompanyForTaxElectionReference()
Gets the value of the companyForTaxElectionReference property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
WorkerObjectType getWorkerForTaxElectionReference()
Gets the value of the workerForTaxElectionReference property.
void setCompanyForTaxElectionReference(CompanyObjectType value)
Sets the value of the companyForTaxElectionReference property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setWorkerForTaxElectionReference(WorkerObjectType value)
Sets the value of the workerForTaxElectionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompanyObjectType companyForTaxElectionReference

protected XMLGregorianCalendar effectiveDate

protected WorkerObjectType workerForTaxElectionReference

Public Constructors

public PutPayrollPayeeOngoingWorkJurisdictionTaxElectionResponseDataType ()

Public Methods

public CompanyObjectType getCompanyForTaxElectionReference ()

Gets the value of the companyForTaxElectionReference property.

Returns

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerObjectType getWorkerForTaxElectionReference ()

Gets the value of the workerForTaxElectionReference property.

Returns

public void setCompanyForTaxElectionReference (CompanyObjectType value)

Sets the value of the companyForTaxElectionReference property.

Parameters
value Allowed object is CompanyObjectType

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkerForTaxElectionReference (WorkerObjectType value)

Sets the value of the workerForTaxElectionReference property.

Parameters
value Allowed object is WorkerObjectType