public class

ContingentWorkerTaxAuthorityFormInformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.ContingentWorkerTaxAuthorityFormInformationDataType

Class Overview

Contingent Worker Tax Authority Form Information

Java class for Contingent_Worker_Tax_Authority_Form_Information_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Contingent_Worker_Tax_Authority_Form_Information_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tax_Authority_Form_Type_Reference" type="{urn:com.workday/bsvc}Tax_Authority_Form_TypeObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected TaxAuthorityFormTypeObjectType taxAuthorityFormTypeReference
Public Constructors
ContingentWorkerTaxAuthorityFormInformationDataType()
Public Methods
TaxAuthorityFormTypeObjectType getTaxAuthorityFormTypeReference()
Gets the value of the taxAuthorityFormTypeReference property.
void setTaxAuthorityFormTypeReference(TaxAuthorityFormTypeObjectType value)
Sets the value of the taxAuthorityFormTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected TaxAuthorityFormTypeObjectType taxAuthorityFormTypeReference

Public Constructors

public ContingentWorkerTaxAuthorityFormInformationDataType ()

Public Methods

public TaxAuthorityFormTypeObjectType getTaxAuthorityFormTypeReference ()

Gets the value of the taxAuthorityFormTypeReference property.

Returns

public void setTaxAuthorityFormTypeReference (TaxAuthorityFormTypeObjectType value)

Sets the value of the taxAuthorityFormTypeReference property.

Parameters
value Allowed object is TaxAuthorityFormTypeObjectType