| java.lang.Object | |
| ↳ | com.workday.payroll.PutPayrollUSAStateAndLocalTaxElectionRequestType |
State and Local Tax Elections for USA Payroll State Authorities
Java class for Put_Payroll_USA_State_and_Local_Tax_Election_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Payroll_USA_State_and_Local_Tax_Election_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Payroll_USA_State_and_Local_Tax_Election_Data" type="{urn:com.workday/bsvc}State_Tax_Election_DataType" maxOccurs="unbounded"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyReference | |||||||||||
| effectiveDate | |||||||||||
| payrollUSAStateAndLocalTaxElectionData | |||||||||||
| version | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the payrollUSAStateAndLocalTaxElectionData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the payrollUSAStateAndLocalTaxElectionData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyReference property.
CompanyObjectType
Gets the value of the effectiveDate property.
Gets the value of the payrollUSAStateAndLocalTaxElectionData 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 payrollUSAStateAndLocalTaxElectionData property.
For example, to add a new item, do as follows:
getPayrollUSAStateAndLocalTaxElectionData().add(newItem);
Objects of the following type(s) are allowed in the list
StateTaxElectionDataType
Gets the value of the version property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the companyReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payrollUSAStateAndLocalTaxElectionData property.
| payrollUSAStateAndLocalTaxElectionData | Allowed object is
StateTaxElectionDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|