public class

CompanyWWSTaxIDDataType

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

Class Overview

Element encapsulating Company Tax ID data.

Java class for Company_WWS_Tax_ID_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected CompanyObjectType companyReference
protected String companyTaxID
Public Constructors
CompanyWWSTaxIDDataType()
Public Methods
CompanyObjectType getCompanyReference()
Gets the value of the companyReference property.
String getCompanyTaxID()
Gets the value of the companyTaxID property.
void setCompanyReference(CompanyObjectType 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompanyObjectType companyReference

protected String companyTaxID

Public Constructors

public CompanyWWSTaxIDDataType ()

Public Methods

public CompanyObjectType 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 (CompanyObjectType value)

Sets the value of the companyReference property.

Parameters
value Allowed object is CompanyObjectType

public void setCompanyTaxID (String value)

Sets the value of the companyTaxID property.

Parameters
value Allowed object is String