public class

ExternalPayComponentType

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

Class Overview

Encapsulating element representing an External Pay Component and its associated details.

Java class for External_Pay_ComponentType complex type.

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

 <complexType name="External_Pay_ComponentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" minOccurs="0"/>
         <element name="External_Pay_Component_Data" type="{urn:com.workday/bsvc}External_Pay_Component_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<ExternalPayComponentDataType> externalPayComponentData
protected PayComponentObjectType externalPayComponentReference
Public Constructors
ExternalPayComponentType()
Public Methods
List<ExternalPayComponentDataType> getExternalPayComponentData()
Gets the value of the externalPayComponentData property.
PayComponentObjectType getExternalPayComponentReference()
Gets the value of the externalPayComponentReference property.
void setExternalPayComponentData(List<ExternalPayComponentDataType> externalPayComponentData)
Sets the value of the externalPayComponentData property.
void setExternalPayComponentReference(PayComponentObjectType value)
Sets the value of the externalPayComponentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<ExternalPayComponentDataType> externalPayComponentData

protected PayComponentObjectType externalPayComponentReference

Public Constructors

public ExternalPayComponentType ()

Public Methods

public List<ExternalPayComponentDataType> getExternalPayComponentData ()

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

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

    getExternalPayComponentData().add(newItem);
 

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

public PayComponentObjectType getExternalPayComponentReference ()

Gets the value of the externalPayComponentReference property.

Returns

public void setExternalPayComponentData (List<ExternalPayComponentDataType> externalPayComponentData)

Sets the value of the externalPayComponentData property.

Parameters
externalPayComponentData Allowed object is ExternalPayComponentDataType

public void setExternalPayComponentReference (PayComponentObjectType value)

Sets the value of the externalPayComponentReference property.

Parameters
value Allowed object is PayComponentObjectType