public class

PayeeBenefitCoverageTypeDataType

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

Class Overview

Information on any credits (earnings).

Java class for Payee_Benefit_Coverage_Type_DataType complex type.

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

 <complexType name="Payee_Benefit_Coverage_Type_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Frequency_Annual_Factor" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="6"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Flex_Credit_Details_Data" type="{urn:com.workday/bsvc}Flex_Credit_Details_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<FlexCreditDetailsDataType> flexCreditDetailsData
protected BigDecimal frequencyAnnualFactor
Public Constructors
PayeeBenefitCoverageTypeDataType()
Public Methods
List<FlexCreditDetailsDataType> getFlexCreditDetailsData()
Gets the value of the flexCreditDetailsData property.
BigDecimal getFrequencyAnnualFactor()
Gets the value of the frequencyAnnualFactor property.
void setFlexCreditDetailsData(List<FlexCreditDetailsDataType> flexCreditDetailsData)
Sets the value of the flexCreditDetailsData property.
void setFrequencyAnnualFactor(BigDecimal value)
Sets the value of the frequencyAnnualFactor property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<FlexCreditDetailsDataType> flexCreditDetailsData

protected BigDecimal frequencyAnnualFactor

Public Constructors

public PayeeBenefitCoverageTypeDataType ()

Public Methods

public List<FlexCreditDetailsDataType> getFlexCreditDetailsData ()

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

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

    getFlexCreditDetailsData().add(newItem);
 

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

public BigDecimal getFrequencyAnnualFactor ()

Gets the value of the frequencyAnnualFactor property.

Returns
  • possible object is BigDecimal

public void setFlexCreditDetailsData (List<FlexCreditDetailsDataType> flexCreditDetailsData)

Sets the value of the flexCreditDetailsData property.

Parameters
flexCreditDetailsData Allowed object is FlexCreditDetailsDataType

public void setFrequencyAnnualFactor (BigDecimal value)

Sets the value of the frequencyAnnualFactor property.

Parameters
value Allowed object is BigDecimal