public class

PayeesResponseDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeesResponseDataType

Class Overview

Contains each Payee based on the Request Criteria. The data returned is the current information as of the dates in the response filter, and does not include all historical information about the Payee.

Java class for Payees_Response_DataType complex type.

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

 <complexType name="Payees_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Pay_Group" type="{urn:com.workday/bsvc}External_Pay_GroupType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Period_Content_Data" type="{urn:com.workday/bsvc}Period_Content_DataType" minOccurs="0"/>
         <element name="Payee" type="{urn:com.workday/bsvc}PayeeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<ExternalPayGroupType> externalPayGroup
protected List<PayeeType> payee
protected PeriodContentDataType periodContentData
Public Constructors
PayeesResponseDataType()
Public Methods
List<ExternalPayGroupType> getExternalPayGroup()
Gets the value of the externalPayGroup property.
List<PayeeType> getPayee()
Gets the value of the payee property.
PeriodContentDataType getPeriodContentData()
Gets the value of the periodContentData property.
void setExternalPayGroup(List<ExternalPayGroupType> externalPayGroup)
Sets the value of the externalPayGroup property.
void setPayee(List<PayeeType> payee)
Sets the value of the payee property.
void setPeriodContentData(PeriodContentDataType value)
Sets the value of the periodContentData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<ExternalPayGroupType> externalPayGroup

protected List<PayeeType> payee

protected PeriodContentDataType periodContentData

Public Constructors

public PayeesResponseDataType ()

Public Methods

public List<ExternalPayGroupType> getExternalPayGroup ()

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

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

    getExternalPayGroup().add(newItem);
 

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

public List<PayeeType> getPayee ()

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

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

    getPayee().add(newItem);
 

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

public PeriodContentDataType getPeriodContentData ()

Gets the value of the periodContentData property.

Returns

public void setExternalPayGroup (List<ExternalPayGroupType> externalPayGroup)

Sets the value of the externalPayGroup property.

Parameters
externalPayGroup Allowed object is ExternalPayGroupType

public void setPayee (List<PayeeType> payee)

Sets the value of the payee property.

Parameters
payee Allowed object is PayeeType

public void setPeriodContentData (PeriodContentDataType value)

Sets the value of the periodContentData property.

Parameters
value Allowed object is PeriodContentDataType