public class

FlexCreditCurrencyConversionDetailsDataType

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

Class Overview

The credit amount converted to a common currency and frequency.

Java class for Flex_Credit_Currency_Conversion_Details_DataType complex type.

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

 <complexType name="Flex_Credit_Currency_Conversion_Details_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Flex_Credit_Value" 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="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
         <element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CurrencyObjectType currencyReference
protected BigDecimal flexCreditValue
protected FrequencyObjectType frequencyReference
Public Constructors
FlexCreditCurrencyConversionDetailsDataType()
Public Methods
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
BigDecimal getFlexCreditValue()
Gets the value of the flexCreditValue property.
FrequencyObjectType getFrequencyReference()
Gets the value of the frequencyReference property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setFlexCreditValue(BigDecimal value)
Sets the value of the flexCreditValue property.
void setFrequencyReference(FrequencyObjectType value)
Sets the value of the frequencyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CurrencyObjectType currencyReference

protected BigDecimal flexCreditValue

protected FrequencyObjectType frequencyReference

Public Constructors

public FlexCreditCurrencyConversionDetailsDataType ()

Public Methods

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public BigDecimal getFlexCreditValue ()

Gets the value of the flexCreditValue property.

Returns
  • possible object is BigDecimal

public FrequencyObjectType getFrequencyReference ()

Gets the value of the frequencyReference property.

Returns

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setFlexCreditValue (BigDecimal value)

Sets the value of the flexCreditValue property.

Parameters
value Allowed object is BigDecimal

public void setFrequencyReference (FrequencyObjectType value)

Sets the value of the frequencyReference property.

Parameters
value Allowed object is FrequencyObjectType