| java.lang.Object | |
| ↳ | com.workday.payroll.PutPayrollPayeeOngoingWorkJurisdictionTaxElectionResponseDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyForTaxElectionReference | |||||||||||
| effectiveDate | |||||||||||
| workerForTaxElectionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyForTaxElectionReference property.
| |||||||||||
Gets the value of the effectiveDate 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 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 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 workerForTaxElectionReference property.
| value | Allowed object is
WorkerObjectType
|
|---|