| java.lang.Object | |
| ↳ | workday.com.bsvc.CompanyTaxIDAddUpdateType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyTaxIDData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyTaxIDData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the companyTaxIDData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the companyTaxIDData property.
CompanyTaxIDDataType
Gets the value of the version property.
Sets the value of the companyTaxIDData property.
| value | Allowed object is
CompanyTaxIDDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

