public class

BenefitAnnualCreditDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.BenefitAnnualCreditDataType

Class Overview

Contains the Benefit Annual Credit data.

Java class for Benefit_Annual_Credit_DataType complex type.

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

 <complexType name="Benefit_Annual_Credit_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Benefit_Annual_Credit" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Benefit_Annual_Credit_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
         <element name="Benefit_Annual_Credit_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Annual_Credit_TypeObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal benefitAnnualCredit
protected CurrencyObjectType benefitAnnualCreditCurrencyReference
protected BenefitAnnualCreditTypeObjectType benefitAnnualCreditTypeReference
protected XMLGregorianCalendar effectiveDate
protected WorkerObjectType workerReference
Public Constructors
BenefitAnnualCreditDataType()
Public Methods
BigDecimal getBenefitAnnualCredit()
Gets the value of the benefitAnnualCredit property.
CurrencyObjectType getBenefitAnnualCreditCurrencyReference()
Gets the value of the benefitAnnualCreditCurrencyReference property.
BenefitAnnualCreditTypeObjectType getBenefitAnnualCreditTypeReference()
Gets the value of the benefitAnnualCreditTypeReference property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setBenefitAnnualCredit(BigDecimal value)
Sets the value of the benefitAnnualCredit property.
void setBenefitAnnualCreditCurrencyReference(CurrencyObjectType value)
Sets the value of the benefitAnnualCreditCurrencyReference property.
void setBenefitAnnualCreditTypeReference(BenefitAnnualCreditTypeObjectType value)
Sets the value of the benefitAnnualCreditTypeReference property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal benefitAnnualCredit

protected CurrencyObjectType benefitAnnualCreditCurrencyReference

protected BenefitAnnualCreditTypeObjectType benefitAnnualCreditTypeReference

protected XMLGregorianCalendar effectiveDate

protected WorkerObjectType workerReference

Public Constructors

public BenefitAnnualCreditDataType ()

Public Methods

public BigDecimal getBenefitAnnualCredit ()

Gets the value of the benefitAnnualCredit property.

Returns
  • possible object is BigDecimal

public CurrencyObjectType getBenefitAnnualCreditCurrencyReference ()

Gets the value of the benefitAnnualCreditCurrencyReference property.

Returns

public BenefitAnnualCreditTypeObjectType getBenefitAnnualCreditTypeReference ()

Gets the value of the benefitAnnualCreditTypeReference property.

Returns

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setBenefitAnnualCredit (BigDecimal value)

Sets the value of the benefitAnnualCredit property.

Parameters
value Allowed object is BigDecimal

public void setBenefitAnnualCreditCurrencyReference (CurrencyObjectType value)

Sets the value of the benefitAnnualCreditCurrencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setBenefitAnnualCreditTypeReference (BenefitAnnualCreditTypeObjectType value)

Sets the value of the benefitAnnualCreditTypeReference property.

Parameters
value Allowed object is BenefitAnnualCreditTypeObjectType

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType