public class

BenefitAnnualRateType

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

Class Overview

Wrapper element for Benefit Annual Rate.

Java class for Benefit_Annual_RateType complex type.

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

 <complexType name="Benefit_Annual_RateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Annual_Rate_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
         <element name="Benefit_Annual_Rate_Data" type="{urn:com.workday/bsvc}Benefit_Annual_Rate_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BenefitAnnualRateDataType benefitAnnualRateData
protected UniqueIdentifierObjectType benefitAnnualRateReference
Public Constructors
BenefitAnnualRateType()
Public Methods
BenefitAnnualRateDataType getBenefitAnnualRateData()
Gets the value of the benefitAnnualRateData property.
UniqueIdentifierObjectType getBenefitAnnualRateReference()
Gets the value of the benefitAnnualRateReference property.
void setBenefitAnnualRateData(BenefitAnnualRateDataType value)
Sets the value of the benefitAnnualRateData property.
void setBenefitAnnualRateReference(UniqueIdentifierObjectType value)
Sets the value of the benefitAnnualRateReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BenefitAnnualRateDataType benefitAnnualRateData

protected UniqueIdentifierObjectType benefitAnnualRateReference

Public Constructors

public BenefitAnnualRateType ()

Public Methods

public BenefitAnnualRateDataType getBenefitAnnualRateData ()

Gets the value of the benefitAnnualRateData property.

Returns

public UniqueIdentifierObjectType getBenefitAnnualRateReference ()

Gets the value of the benefitAnnualRateReference property.

Returns

public void setBenefitAnnualRateData (BenefitAnnualRateDataType value)

Sets the value of the benefitAnnualRateData property.

Parameters
value Allowed object is BenefitAnnualRateDataType

public void setBenefitAnnualRateReference (UniqueIdentifierObjectType value)

Sets the value of the benefitAnnualRateReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType