| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollTaxAuthorityDataType |
Quarterly Worker Tax Filing Data
Java class for Payroll_Tax_Authority_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Tax_Authority_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Tax_AuthorityObjectType" minOccurs="0"/>
<element name="Attribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attribute | |||||||||||
| payrollTaxAuthorityReference | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attribute property.
| |||||||||||
Gets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the attribute property.
| |||||||||||
Sets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attribute property.
Gets the value of the payrollTaxAuthorityReference property.
PayrollTaxAuthorityObjectType
Gets the value of the value property.
Sets the value of the attribute property.
| value | Allowed object is String |
|---|
Sets the value of the payrollTaxAuthorityReference property.
| value | Allowed object is
PayrollTaxAuthorityObjectType
|
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|