public class

CompanyTaxIDAddUpdateType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CompanyTaxIDAddUpdateType

Class Overview

Utilize the following elements to add (or update, if already existing) the tax ID for a company.

Java class for Company_Tax_ID_Add_UpdateType complex type.

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

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

Summary

Fields
protected CompanyTaxIDDataType companyTaxIDData
protected String version
Public Constructors
CompanyTaxIDAddUpdateType()
Public Methods
CompanyTaxIDDataType getCompanyTaxIDData()
Gets the value of the companyTaxIDData property.
String getVersion()
Gets the value of the version property.
void setCompanyTaxIDData(CompanyTaxIDDataType value)
Sets the value of the companyTaxIDData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompanyTaxIDDataType companyTaxIDData

protected String version

Public Constructors

public CompanyTaxIDAddUpdateType ()

Public Methods

public CompanyTaxIDDataType getCompanyTaxIDData ()

Gets the value of the companyTaxIDData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setCompanyTaxIDData (CompanyTaxIDDataType value)

Sets the value of the companyTaxIDData property.

Parameters
value Allowed object is CompanyTaxIDDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String