public class

PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType

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

Class Overview

Element to hold Payroll Payee Ongoing Jurisdiction Tax Election Data Information

Java class for Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_Election_DataType complex type.

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

 <complexType name="Payroll_Payee_Ongoing_Work_Jurisdiction_Tax_Election_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" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Payroll_Payee_Ongoing_Jurisdiction_Split" type="{urn:com.workday/bsvc}Payroll_Payee_Ongoing_Jurisdiction_Splits_Tax_Election_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompanyObjectType companyForTaxElectionReference
protected XMLGregorianCalendar effectiveDate
protected Boolean inactive
protected List<PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType> payrollPayeeOngoingJurisdictionSplit
protected WorkerObjectType workerForTaxElectionReference
Public Constructors
PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType()
Public Methods
CompanyObjectType getCompanyForTaxElectionReference()
Gets the value of the companyForTaxElectionReference property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Boolean getInactive()
Gets the value of the inactive property.
List<PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType> getPayrollPayeeOngoingJurisdictionSplit()
Gets the value of the payrollPayeeOngoingJurisdictionSplit 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 setInactive(Boolean value)
Sets the value of the inactive property.
void setPayrollPayeeOngoingJurisdictionSplit(List<PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType> payrollPayeeOngoingJurisdictionSplit)
Sets the value of the payrollPayeeOngoingJurisdictionSplit 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 Boolean inactive

protected List<PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType> payrollPayeeOngoingJurisdictionSplit

protected WorkerObjectType workerForTaxElectionReference

Public Constructors

public PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType ()

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 Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType> getPayrollPayeeOngoingJurisdictionSplit ()

Gets the value of the payrollPayeeOngoingJurisdictionSplit property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the payrollPayeeOngoingJurisdictionSplit property.

For example, to add a new item, do as follows:

    getPayrollPayeeOngoingJurisdictionSplit().add(newItem);
 

Objects of the following type(s) are allowed in the list PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType

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 setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setPayrollPayeeOngoingJurisdictionSplit (List<PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType> payrollPayeeOngoingJurisdictionSplit)

Sets the value of the payrollPayeeOngoingJurisdictionSplit property.

Parameters
payrollPayeeOngoingJurisdictionSplit Allowed object is PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType

public void setWorkerForTaxElectionReference (WorkerObjectType value)

Sets the value of the workerForTaxElectionReference property.

Parameters
value Allowed object is WorkerObjectType