public class

BenefitAnnualCreditType

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

Class Overview

Wrapper element for Benefit Annual Credit.

Java class for Benefit_Annual_CreditType complex type.

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

 <complexType name="Benefit_Annual_CreditType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Annual_Credit_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
         <element name="Benefit_Annual_Credit_Data" type="{urn:com.workday/bsvc}Benefit_Annual_Credit_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BenefitAnnualCreditDataType benefitAnnualCreditData
protected UniqueIdentifierObjectType benefitAnnualCreditReference
Public Constructors
BenefitAnnualCreditType()
Public Methods
BenefitAnnualCreditDataType getBenefitAnnualCreditData()
Gets the value of the benefitAnnualCreditData property.
UniqueIdentifierObjectType getBenefitAnnualCreditReference()
Gets the value of the benefitAnnualCreditReference property.
void setBenefitAnnualCreditData(BenefitAnnualCreditDataType value)
Sets the value of the benefitAnnualCreditData property.
void setBenefitAnnualCreditReference(UniqueIdentifierObjectType value)
Sets the value of the benefitAnnualCreditReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BenefitAnnualCreditDataType benefitAnnualCreditData

protected UniqueIdentifierObjectType benefitAnnualCreditReference

Public Constructors

public BenefitAnnualCreditType ()

Public Methods

public BenefitAnnualCreditDataType getBenefitAnnualCreditData ()

Gets the value of the benefitAnnualCreditData property.

Returns

public UniqueIdentifierObjectType getBenefitAnnualCreditReference ()

Gets the value of the benefitAnnualCreditReference property.

Returns

public void setBenefitAnnualCreditData (BenefitAnnualCreditDataType value)

Sets the value of the benefitAnnualCreditData property.

Parameters
value Allowed object is BenefitAnnualCreditDataType

public void setBenefitAnnualCreditReference (UniqueIdentifierObjectType value)

Sets the value of the benefitAnnualCreditReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType