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

