public class

PaymentElectionRuleGroupDataType

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

Class Overview

Container element for Payment Election Rule

Java class for Payment_Election_Rule_Group_DataType complex type.

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

 <complexType name="Payment_Election_Rule_Group_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payment_Election_Rule_Reference" type="{urn:com.workday/bsvc}Payment_Election_RuleObjectType"/>
         <element name="Payment_Election_Data" type="{urn:com.workday/bsvc}Payment_Election_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<PaymentElectionDataType> paymentElectionData
protected PaymentElectionRuleObjectType paymentElectionRuleReference
Public Constructors
PaymentElectionRuleGroupDataType()
Public Methods
List<PaymentElectionDataType> getPaymentElectionData()
Gets the value of the paymentElectionData property.
PaymentElectionRuleObjectType getPaymentElectionRuleReference()
Gets the value of the paymentElectionRuleReference property.
void setPaymentElectionRuleReference(PaymentElectionRuleObjectType value)
Sets the value of the paymentElectionRuleReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PaymentElectionDataType> paymentElectionData

protected PaymentElectionRuleObjectType paymentElectionRuleReference

Public Constructors

public PaymentElectionRuleGroupDataType ()

Public Methods

public List<PaymentElectionDataType> getPaymentElectionData ()

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

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

    getPaymentElectionData().add(newItem);
 

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

public PaymentElectionRuleObjectType getPaymentElectionRuleReference ()

Gets the value of the paymentElectionRuleReference property.

Returns

public void setPaymentElectionRuleReference (PaymentElectionRuleObjectType value)

Sets the value of the paymentElectionRuleReference property.

Parameters
value Allowed object is PaymentElectionRuleObjectType