| java.lang.Object | |
| ↳ | workday.com.bsvc.BusinessEntityContactDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessEntityContactID | |||||||||||
| businessEntityContactPersonalData | |||||||||||
| customerReference | |||||||||||
| externalIDData | |||||||||||
| financialInstitutionReference | |||||||||||
| supplierReference | |||||||||||
| taxAuthorityReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessEntityContactID property.
| |||||||||||
Gets the value of the businessEntityContactPersonalData property.
| |||||||||||
Gets the value of the customerReference property.
| |||||||||||
Gets the value of the externalIDData property.
| |||||||||||
Gets the value of the financialInstitutionReference property.
| |||||||||||
Gets the value of the supplierReference property.
| |||||||||||
Gets the value of the taxAuthorityReference property.
| |||||||||||
Sets the value of the businessEntityContactID property.
| |||||||||||
Sets the value of the businessEntityContactPersonalData property.
| |||||||||||
Sets the value of the customerReference property.
| |||||||||||
Sets the value of the externalIDData property.
| |||||||||||
Sets the value of the financialInstitutionReference property.
| |||||||||||
Sets the value of the supplierReference property.
| |||||||||||
Sets the value of the taxAuthorityReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the businessEntityContactID property.
Gets the value of the businessEntityContactPersonalData property.
BusinessEntityContactPersonalDataType
Gets the value of the customerReference property.
CustomerObjectType
Gets the value of the externalIDData property.
ExternalIntegrationIDDataType
Gets the value of the financialInstitutionReference property.
FinancialInstitutionObjectType
Gets the value of the supplierReference property.
SupplierObjectType
Gets the value of the taxAuthorityReference property.
TaxAuthorityObjectType
Sets the value of the businessEntityContactID property.
| value | Allowed object is String |
|---|
Sets the value of the businessEntityContactPersonalData property.
| value | Allowed object is
BusinessEntityContactPersonalDataType
|
|---|
Sets the value of the customerReference property.
| value | Allowed object is
CustomerObjectType
|
|---|
Sets the value of the externalIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the financialInstitutionReference property.
| value | Allowed object is
FinancialInstitutionObjectType
|
|---|
Sets the value of the supplierReference property.
| value | Allowed object is
SupplierObjectType
|
|---|
Sets the value of the taxAuthorityReference property.
| value | Allowed object is
TaxAuthorityObjectType
|
|---|