| java.lang.Object | |
| ↳ | workday.com.bsvc.BusinessEntityWWSDataType |
Business Entity Data Element which is a wrapper for all business entity data of name and contract information
Java class for Business_Entity_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Business_Entity_WWS_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Business_Entity_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Business_Entity_Tax_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="External_Entity_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Contact_Data" type="{urn:com.workday/bsvc}Contact_Information_DataType" minOccurs="0"/>
<element name="Business_Entity_Logo_Image_Data" type="{urn:com.workday/bsvc}Business_Entity_Logo_Image_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessEntityLogoImageData | |||||||||||
| businessEntityName | |||||||||||
| businessEntityTaxID | |||||||||||
| contactData | |||||||||||
| externalEntityID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessEntityLogoImageData property.
| |||||||||||
Gets the value of the businessEntityName property.
| |||||||||||
Gets the value of the businessEntityTaxID property.
| |||||||||||
Gets the value of the contactData property.
| |||||||||||
Gets the value of the externalEntityID property.
| |||||||||||
Sets the value of the businessEntityLogoImageData property.
| |||||||||||
Sets the value of the businessEntityName property.
| |||||||||||
Sets the value of the businessEntityTaxID property.
| |||||||||||
Sets the value of the contactData property.
| |||||||||||
Sets the value of the externalEntityID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the businessEntityLogoImageData property.
BusinessEntityLogoImageDataType
Gets the value of the businessEntityName property.
Gets the value of the businessEntityTaxID property.
Gets the value of the contactData property.
ContactInformationDataType
Gets the value of the externalEntityID property.
Sets the value of the businessEntityLogoImageData property.
| value | Allowed object is
BusinessEntityLogoImageDataType
|
|---|
Sets the value of the businessEntityName property.
| value | Allowed object is String |
|---|
Sets the value of the businessEntityTaxID property.
| value | Allowed object is String |
|---|
Sets the value of the contactData property.
| value | Allowed object is
ContactInformationDataType
|
|---|
Sets the value of the externalEntityID property.
| value | Allowed object is String |
|---|

