public class

BusinessEntityContactRequestReferencesType

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

Class Overview

Element containing reference instances for a Business Entity Contact

Java class for Business_Entity_Contact_Request_ReferencesType complex type.

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

 <complexType name="Business_Entity_Contact_Request_ReferencesType">
   <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" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<BusinessEntityContactObjectType> businessEntityContactReference
Public Constructors
BusinessEntityContactRequestReferencesType()
Public Methods
List<BusinessEntityContactObjectType> getBusinessEntityContactReference()
Gets the value of the businessEntityContactReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<BusinessEntityContactObjectType> businessEntityContactReference

Public Constructors

public BusinessEntityContactRequestReferencesType ()

Public Methods

public List<BusinessEntityContactObjectType> getBusinessEntityContactReference ()

Gets the value of the businessEntityContactReference 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 businessEntityContactReference property.

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

    getBusinessEntityContactReference().add(newItem);
 

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