public class

PercentValueDataType

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

Class Overview

Details on Percent

Java class for Percent_Value_DataType complex type.

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

 <complexType name="Percent_Value_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Percent" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="16"/>
               <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 percent
Public Constructors
PercentValueDataType()
Public Methods
BigDecimal getFrequencyFactor()
Gets the value of the frequencyFactor property.
BigDecimal getPercent()
Gets the value of the percent property.
void setFrequencyFactor(BigDecimal value)
Sets the value of the frequencyFactor property.
void setPercent(BigDecimal value)
Sets the value of the percent 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 percent

Public Constructors

public PercentValueDataType ()

Public Methods

public BigDecimal getFrequencyFactor ()

Gets the value of the frequencyFactor property.

Returns
  • possible object is BigDecimal

public BigDecimal getPercent ()

Gets the value of the percent 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 setPercent (BigDecimal value)

Sets the value of the percent property.

Parameters
value Allowed object is BigDecimal