| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollPayeeOngoingWorkJurisdictionTaxElectionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyForTaxElectionReference | |||||||||||
| effectiveDate | |||||||||||
| inactive | |||||||||||
| payrollPayeeOngoingJurisdictionSplit | |||||||||||
| workerForTaxElectionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyForTaxElectionReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the payrollPayeeOngoingJurisdictionSplit property.
| |||||||||||
Gets the value of the workerForTaxElectionReference property.
| |||||||||||
Sets the value of the companyForTaxElectionReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the payrollPayeeOngoingJurisdictionSplit property.
| |||||||||||
Sets the value of the workerForTaxElectionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyForTaxElectionReference property.
CompanyObjectType
Gets the value of the effectiveDate property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
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
Gets the value of the workerForTaxElectionReference property.
WorkerObjectType
Sets the value of the companyForTaxElectionReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the payrollPayeeOngoingJurisdictionSplit property.
| payrollPayeeOngoingJurisdictionSplit | Allowed object is
PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType
|
|---|
Sets the value of the workerForTaxElectionReference property.
| value | Allowed object is
WorkerObjectType
|
|---|