public class

BusinessEntityWWSDataType

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

Class Overview

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>
 

Summary

Fields
protected BusinessEntityLogoImageDataType businessEntityLogoImageData
protected String businessEntityName
protected String businessEntityTaxID
protected ContactInformationDataType contactData
protected String externalEntityID
Public Constructors
BusinessEntityWWSDataType()
Public Methods
BusinessEntityLogoImageDataType getBusinessEntityLogoImageData()
Gets the value of the businessEntityLogoImageData property.
String getBusinessEntityName()
Gets the value of the businessEntityName property.
String getBusinessEntityTaxID()
Gets the value of the businessEntityTaxID property.
ContactInformationDataType getContactData()
Gets the value of the contactData property.
String getExternalEntityID()
Gets the value of the externalEntityID property.
void setBusinessEntityLogoImageData(BusinessEntityLogoImageDataType value)
Sets the value of the businessEntityLogoImageData property.
void setBusinessEntityName(String value)
Sets the value of the businessEntityName property.
void setBusinessEntityTaxID(String value)
Sets the value of the businessEntityTaxID property.
void setContactData(ContactInformationDataType value)
Sets the value of the contactData property.
void setExternalEntityID(String value)
Sets the value of the externalEntityID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BusinessEntityLogoImageDataType businessEntityLogoImageData

protected String businessEntityName

protected String businessEntityTaxID

protected ContactInformationDataType contactData

protected String externalEntityID

Public Constructors

public BusinessEntityWWSDataType ()

Public Methods

public BusinessEntityLogoImageDataType getBusinessEntityLogoImageData ()

Gets the value of the businessEntityLogoImageData property.

Returns

public String getBusinessEntityName ()

Gets the value of the businessEntityName property.

Returns
  • possible object is String

public String getBusinessEntityTaxID ()

Gets the value of the businessEntityTaxID property.

Returns
  • possible object is String

public ContactInformationDataType getContactData ()

Gets the value of the contactData property.

Returns

public String getExternalEntityID ()

Gets the value of the externalEntityID property.

Returns
  • possible object is String

public void setBusinessEntityLogoImageData (BusinessEntityLogoImageDataType value)

Sets the value of the businessEntityLogoImageData property.

Parameters
value Allowed object is BusinessEntityLogoImageDataType

public void setBusinessEntityName (String value)

Sets the value of the businessEntityName property.

Parameters
value Allowed object is String

public void setBusinessEntityTaxID (String value)

Sets the value of the businessEntityTaxID property.

Parameters
value Allowed object is String

public void setContactData (ContactInformationDataType value)

Sets the value of the contactData property.

Parameters
value Allowed object is ContactInformationDataType

public void setExternalEntityID (String value)

Sets the value of the externalEntityID property.

Parameters
value Allowed object is String