public class

UnitValueDataType

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

Class Overview

Details on Unit

Java class for Unit_Value_DataType complex type.

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

 <complexType name="Unit_Value_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Units" 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="Frequency_Factor" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="6"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal frequencyFactor
protected BigDecimal units
Public Constructors
UnitValueDataType()
Public Methods
BigDecimal getFrequencyFactor()
Gets the value of the frequencyFactor property.
BigDecimal getUnits()
Gets the value of the units property.
void setFrequencyFactor(BigDecimal value)
Sets the value of the frequencyFactor property.
void setUnits(BigDecimal value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal frequencyFactor

protected BigDecimal units

Public Constructors

public UnitValueDataType ()

Public Methods

public BigDecimal getFrequencyFactor ()

Gets the value of the frequencyFactor property.

Returns
  • possible object is BigDecimal

public BigDecimal getUnits ()

Gets the value of the units property.

Returns
  • possible object is BigDecimal

public void setFrequencyFactor (BigDecimal value)

Sets the value of the frequencyFactor property.

Parameters
value Allowed object is BigDecimal

public void setUnits (BigDecimal value)

Sets the value of the units property.

Parameters
value Allowed object is BigDecimal