public class

HeadcountRequestReferencesType

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

Class Overview

Utilize the Request References element to retrieve a specific instance(s) of Headcounts and its associated data.

Java class for Headcount_Request_ReferencesType complex type.

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

 <complexType name="Headcount_Request_ReferencesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Headcounts_Reference" type="{urn:com.workday/bsvc}Headcount_RestrictionsObjectType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<HeadcountRestrictionsObjectType> headcountsReference
Public Constructors
HeadcountRequestReferencesType()
Public Methods
List<HeadcountRestrictionsObjectType> getHeadcountsReference()
Gets the value of the headcountsReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<HeadcountRestrictionsObjectType> headcountsReference

Public Constructors

public HeadcountRequestReferencesType ()

Public Methods

public List<HeadcountRestrictionsObjectType> getHeadcountsReference ()

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

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

    getHeadcountsReference().add(newItem);
 

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