public class

PayrollTaxAuthorityDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollTaxAuthorityDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String attribute
protected PayrollTaxAuthorityObjectType payrollTaxAuthorityReference
protected String value
Public Constructors
PayrollTaxAuthorityDataType()
Public Methods
String getAttribute()
Gets the value of the attribute property.
PayrollTaxAuthorityObjectType getPayrollTaxAuthorityReference()
Gets the value of the payrollTaxAuthorityReference property.
String getValue()
Gets the value of the value property.
void setAttribute(String value)
Sets the value of the attribute property.
void setPayrollTaxAuthorityReference(PayrollTaxAuthorityObjectType value)
Sets the value of the payrollTaxAuthorityReference property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String attribute

protected PayrollTaxAuthorityObjectType payrollTaxAuthorityReference

protected String value

Public Constructors

public PayrollTaxAuthorityDataType ()

Public Methods

public String getAttribute ()

Gets the value of the attribute property.

Returns
  • possible object is String

public PayrollTaxAuthorityObjectType getPayrollTaxAuthorityReference ()

Gets the value of the payrollTaxAuthorityReference property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setAttribute (String value)

Sets the value of the attribute property.

Parameters
value Allowed object is String

public void setPayrollTaxAuthorityReference (PayrollTaxAuthorityObjectType value)

Sets the value of the payrollTaxAuthorityReference property.

Parameters
value Allowed object is PayrollTaxAuthorityObjectType

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String