public class

CompanyTaxIDGetType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CompanyTaxIDGetType

Class Overview

Utilize the following elements to get the tax ID for a company.

Java class for Company_Tax_ID_GetType complex type.

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

 <complexType name="Company_Tax_ID_GetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}Company_ReferenceType"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompanyReferenceType companyReference
protected String version
Public Constructors
CompanyTaxIDGetType()
Public Methods
CompanyReferenceType getCompanyReference()
Gets the value of the companyReference property.
String getVersion()
Gets the value of the version property.
void setCompanyReference(CompanyReferenceType value)
Sets the value of the companyReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompanyReferenceType companyReference

protected String version

Public Constructors

public CompanyTaxIDGetType ()

Public Methods

public CompanyReferenceType getCompanyReference ()

Gets the value of the companyReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setCompanyReference (CompanyReferenceType value)

Sets the value of the companyReference property.

Parameters
value Allowed object is CompanyReferenceType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String