public class

BusinessEntityContactDataType

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

Class Overview

Element containing Business Entity Contact reference for update and all Business Entity Contact data items

Java class for Business_Entity_Contact_DataType complex type.

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

 <complexType name="Business_Entity_Contact_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Entity_Contact_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="Supplier_Reference" type="{urn:com.workday/bsvc}SupplierObjectType"/>
           <element name="Customer_Reference" type="{urn:com.workday/bsvc}CustomerObjectType"/>
           <element name="Financial_Institution_Reference" type="{urn:com.workday/bsvc}Financial_InstitutionObjectType"/>
           <element name="Tax_Authority_Reference" type="{urn:com.workday/bsvc}Tax_AuthorityObjectType"/>
         </choice>
         <element name="Business_Entity_Contact_Personal_Data" type="{urn:com.workday/bsvc}Business_Entity_Contact_Personal_DataType"/>
         <element name="External_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String businessEntityContactID
protected BusinessEntityContactPersonalDataType businessEntityContactPersonalData
protected CustomerObjectType customerReference
protected ExternalIntegrationIDDataType externalIDData
protected FinancialInstitutionObjectType financialInstitutionReference
protected SupplierObjectType supplierReference
protected TaxAuthorityObjectType taxAuthorityReference
Public Constructors
BusinessEntityContactDataType()
Public Methods
String getBusinessEntityContactID()
Gets the value of the businessEntityContactID property.
BusinessEntityContactPersonalDataType getBusinessEntityContactPersonalData()
Gets the value of the businessEntityContactPersonalData property.
CustomerObjectType getCustomerReference()
Gets the value of the customerReference property.
ExternalIntegrationIDDataType getExternalIDData()
Gets the value of the externalIDData property.
FinancialInstitutionObjectType getFinancialInstitutionReference()
Gets the value of the financialInstitutionReference property.
SupplierObjectType getSupplierReference()
Gets the value of the supplierReference property.
TaxAuthorityObjectType getTaxAuthorityReference()
Gets the value of the taxAuthorityReference property.
void setBusinessEntityContactID(String value)
Sets the value of the businessEntityContactID property.
void setBusinessEntityContactPersonalData(BusinessEntityContactPersonalDataType value)
Sets the value of the businessEntityContactPersonalData property.
void setCustomerReference(CustomerObjectType value)
Sets the value of the customerReference property.
void setExternalIDData(ExternalIntegrationIDDataType value)
Sets the value of the externalIDData property.
void setFinancialInstitutionReference(FinancialInstitutionObjectType value)
Sets the value of the financialInstitutionReference property.
void setSupplierReference(SupplierObjectType value)
Sets the value of the supplierReference property.
void setTaxAuthorityReference(TaxAuthorityObjectType value)
Sets the value of the taxAuthorityReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String businessEntityContactID

protected BusinessEntityContactPersonalDataType businessEntityContactPersonalData

protected CustomerObjectType customerReference

protected ExternalIntegrationIDDataType externalIDData

protected FinancialInstitutionObjectType financialInstitutionReference

protected SupplierObjectType supplierReference

protected TaxAuthorityObjectType taxAuthorityReference

Public Constructors

public BusinessEntityContactDataType ()

Public Methods

public String getBusinessEntityContactID ()

Gets the value of the businessEntityContactID property.

Returns
  • possible object is String

public BusinessEntityContactPersonalDataType getBusinessEntityContactPersonalData ()

Gets the value of the businessEntityContactPersonalData property.

Returns

public CustomerObjectType getCustomerReference ()

Gets the value of the customerReference property.

Returns

public ExternalIntegrationIDDataType getExternalIDData ()

Gets the value of the externalIDData property.

Returns

public FinancialInstitutionObjectType getFinancialInstitutionReference ()

Gets the value of the financialInstitutionReference property.

Returns

public SupplierObjectType getSupplierReference ()

Gets the value of the supplierReference property.

Returns

public TaxAuthorityObjectType getTaxAuthorityReference ()

Gets the value of the taxAuthorityReference property.

Returns

public void setBusinessEntityContactID (String value)

Sets the value of the businessEntityContactID property.

Parameters
value Allowed object is String

public void setBusinessEntityContactPersonalData (BusinessEntityContactPersonalDataType value)

Sets the value of the businessEntityContactPersonalData property.

Parameters
value Allowed object is BusinessEntityContactPersonalDataType

public void setCustomerReference (CustomerObjectType value)

Sets the value of the customerReference property.

Parameters
value Allowed object is CustomerObjectType

public void setExternalIDData (ExternalIntegrationIDDataType value)

Sets the value of the externalIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType

public void setFinancialInstitutionReference (FinancialInstitutionObjectType value)

Sets the value of the financialInstitutionReference property.

Parameters
value Allowed object is FinancialInstitutionObjectType

public void setSupplierReference (SupplierObjectType value)

Sets the value of the supplierReference property.

Parameters
value Allowed object is SupplierObjectType

public void setTaxAuthorityReference (TaxAuthorityObjectType value)

Sets the value of the taxAuthorityReference property.

Parameters
value Allowed object is TaxAuthorityObjectType