public class

BeneficiaryDataWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.BeneficiaryDataWWSType

Class Overview

Encapsulating element containing all Beneficiary data.

Java class for Beneficiary_Data_WWSType complex type.

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

 <complexType name="Beneficiary_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
         <element name="Court_Order_Replacement_Data" type="{urn:com.workday/bsvc}Qualified_Domestic_Relations_Order_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData
protected ExternalIntegrationIDDataType integrationIDData
Public Constructors
BeneficiaryDataWWSType()
Public Methods
List<QualifiedDomesticRelationsOrderReplacementDataType> getCourtOrderReplacementData()
Gets the value of the courtOrderReplacementData property.
ExternalIntegrationIDDataType getIntegrationIDData()
Gets the value of the integrationIDData property.
void setCourtOrderReplacementData(List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData)
Sets the value of the courtOrderReplacementData property.
void setIntegrationIDData(ExternalIntegrationIDDataType value)
Sets the value of the integrationIDData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData

protected ExternalIntegrationIDDataType integrationIDData

Public Constructors

public BeneficiaryDataWWSType ()

Public Methods

public List<QualifiedDomesticRelationsOrderReplacementDataType> getCourtOrderReplacementData ()

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

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

    getCourtOrderReplacementData().add(newItem);
 

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

public ExternalIntegrationIDDataType getIntegrationIDData ()

Gets the value of the integrationIDData property.

Returns

public void setCourtOrderReplacementData (List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData)

Sets the value of the courtOrderReplacementData property.

Parameters
courtOrderReplacementData Allowed object is QualifiedDomesticRelationsOrderReplacementDataType

public void setIntegrationIDData (ExternalIntegrationIDDataType value)

Sets the value of the integrationIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType