public class

CompanyTaxIDDataType

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

Class Overview

Element encapsulating Company Tax ID data.

Java class for Company_Tax_ID_DataType complex type.

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

 <complexType name="Company_Tax_ID_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}Company_ReferenceType"/>
         <element name="Company_Tax_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CompanyReferenceType companyReference
protected String companyTaxID
Public Constructors
CompanyTaxIDDataType()
Public Methods
CompanyReferenceType getCompanyReference()
Gets the value of the companyReference property.
String getCompanyTaxID()
Gets the value of the companyTaxID property.
void setCompanyReference(CompanyReferenceType value)
Sets the value of the companyReference property.
void setCompanyTaxID(String value)
Sets the value of the companyTaxID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompanyReferenceType companyReference

protected String companyTaxID

Public Constructors

public CompanyTaxIDDataType ()

Public Methods

public CompanyReferenceType getCompanyReference ()

Gets the value of the companyReference property.

Returns

public String getCompanyTaxID ()

Gets the value of the companyTaxID 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 setCompanyTaxID (String value)

Sets the value of the companyTaxID property.

Parameters
value Allowed object is String