| java.lang.Object | |
| ↳ | com.workday.payroll.MultipleWorksiteReportStateDataType |
Data for the state tax authority which has Locations (Business Sites) with workers who receive wages subject to unemployment insurance.
Java class for Multiple_Worksite_Report_State_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Multiple_Worksite_Report_State_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="State_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Tax_AuthorityObjectType" minOccurs="0"/>
<element name="State_UI_Account_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Worksite_Data" type="{urn:com.workday/bsvc}Worksite_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| stateTaxAuthorityReference | |||||||||||
| stateUIAccountNumber | |||||||||||
| worksiteData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the stateTaxAuthorityReference property.
| |||||||||||
Gets the value of the stateUIAccountNumber property.
| |||||||||||
Gets the value of the worksiteData property.
| |||||||||||
Sets the value of the stateTaxAuthorityReference property.
| |||||||||||
Sets the value of the stateUIAccountNumber property.
| |||||||||||
Sets the value of the worksiteData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the stateTaxAuthorityReference property.
PayrollTaxAuthorityObjectType
Gets the value of the stateUIAccountNumber property.
Gets the value of the worksiteData 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 worksiteData property.
For example, to add a new item, do as follows:
getWorksiteData().add(newItem);
Objects of the following type(s) are allowed in the list
WorksiteDataType
Sets the value of the stateTaxAuthorityReference property.
| value | Allowed object is
PayrollTaxAuthorityObjectType
|
|---|
Sets the value of the stateUIAccountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the worksiteData property.
| worksiteData | Allowed object is
WorksiteDataType
|
|---|