public class

FlexCreditDetailsDataType

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

Class Overview

Details on the credits (earnings).

Java class for Flex_Credit_Details_DataType complex type.

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

 <complexType name="Flex_Credit_Details_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <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="Currency_Conversion_Details_Data" type="{urn:com.workday/bsvc}Flex_Credit_Currency_Conversion_Details_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected FlexCreditCurrencyConversionDetailsDataType currencyConversionDetailsData
protected CurrencyObjectType currencyReference
protected XMLGregorianCalendar endDate
protected BigDecimal flexCreditValue
protected XMLGregorianCalendar startDate
Public Constructors
FlexCreditDetailsDataType()
Public Methods
FlexCreditCurrencyConversionDetailsDataType getCurrencyConversionDetailsData()
Gets the value of the currencyConversionDetailsData property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
BigDecimal getFlexCreditValue()
Gets the value of the flexCreditValue property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setCurrencyConversionDetailsData(FlexCreditCurrencyConversionDetailsDataType value)
Sets the value of the currencyConversionDetailsData property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setFlexCreditValue(BigDecimal value)
Sets the value of the flexCreditValue property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected FlexCreditCurrencyConversionDetailsDataType currencyConversionDetailsData

protected CurrencyObjectType currencyReference

protected XMLGregorianCalendar endDate

protected BigDecimal flexCreditValue

protected XMLGregorianCalendar startDate

Public Constructors

public FlexCreditDetailsDataType ()

Public Methods

public FlexCreditCurrencyConversionDetailsDataType getCurrencyConversionDetailsData ()

Gets the value of the currencyConversionDetailsData property.

Returns

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getFlexCreditValue ()

Gets the value of the flexCreditValue property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCurrencyConversionDetailsData (FlexCreditCurrencyConversionDetailsDataType value)

Sets the value of the currencyConversionDetailsData property.

Parameters
value Allowed object is FlexCreditCurrencyConversionDetailsDataType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFlexCreditValue (BigDecimal value)

Sets the value of the flexCreditValue property.

Parameters
value Allowed object is BigDecimal

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar