public class

BusinessEntityContactType

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

Class Overview

Element containing Business Entity Contact reference and data

Java class for Business_Entity_ContactType complex type.

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

 <complexType name="Business_Entity_ContactType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Entity_Contact_Reference" type="{urn:com.workday/bsvc}Business_Entity_ContactObjectType" minOccurs="0"/>
         <element name="Business_Entity_Contact_Data" type="{urn:com.workday/bsvc}Business_Entity_Contact_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<BusinessEntityContactDataType> businessEntityContactData
protected BusinessEntityContactObjectType businessEntityContactReference
Public Constructors
BusinessEntityContactType()
Public Methods
List<BusinessEntityContactDataType> getBusinessEntityContactData()
Gets the value of the businessEntityContactData property.
BusinessEntityContactObjectType getBusinessEntityContactReference()
Gets the value of the businessEntityContactReference property.
void setBusinessEntityContactReference(BusinessEntityContactObjectType value)
Sets the value of the businessEntityContactReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<BusinessEntityContactDataType> businessEntityContactData

protected BusinessEntityContactObjectType businessEntityContactReference

Public Constructors

public BusinessEntityContactType ()

Public Methods

public List<BusinessEntityContactDataType> getBusinessEntityContactData ()

Gets the value of the businessEntityContactData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the businessEntityContactData property.

For example, to add a new item, do as follows:

    getBusinessEntityContactData().add(newItem);
 

Objects of the following type(s) are allowed in the list BusinessEntityContactDataType

public BusinessEntityContactObjectType getBusinessEntityContactReference ()

Gets the value of the businessEntityContactReference property.

Returns

public void setBusinessEntityContactReference (BusinessEntityContactObjectType value)

Sets the value of the businessEntityContactReference property.

Parameters
value Allowed object is BusinessEntityContactObjectType