public class

BeneficiaryType

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

Class Overview

Encapsulating element containing all Beneficiary data.

Java class for BeneficiaryType complex type.

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

 <complexType name="BeneficiaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Beneficiary_Reference" type="{urn:com.workday/bsvc}BeneficiaryObjectType"/>
         <element name="Beneficiary_Data" type="{urn:com.workday/bsvc}Beneficiary_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BeneficiaryDataType beneficiaryData
protected BeneficiaryObjectType beneficiaryReference
Public Constructors
BeneficiaryType()
Public Methods
BeneficiaryDataType getBeneficiaryData()
Gets the value of the beneficiaryData property.
BeneficiaryObjectType getBeneficiaryReference()
Gets the value of the beneficiaryReference property.
void setBeneficiaryData(BeneficiaryDataType value)
Sets the value of the beneficiaryData property.
void setBeneficiaryReference(BeneficiaryObjectType value)
Sets the value of the beneficiaryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BeneficiaryDataType beneficiaryData

protected BeneficiaryObjectType beneficiaryReference

Public Constructors

public BeneficiaryType ()

Public Methods

public BeneficiaryDataType getBeneficiaryData ()

Gets the value of the beneficiaryData property.

Returns

public BeneficiaryObjectType getBeneficiaryReference ()

Gets the value of the beneficiaryReference property.

Returns

public void setBeneficiaryData (BeneficiaryDataType value)

Sets the value of the beneficiaryData property.

Parameters
value Allowed object is BeneficiaryDataType

public void setBeneficiaryReference (BeneficiaryObjectType value)

Sets the value of the beneficiaryReference property.

Parameters
value Allowed object is BeneficiaryObjectType