public class

HourlyPlanDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.HourlyPlanDataType

Class Overview

This is a wrapper for the Hourly Data.

Java class for Hourly_Plan_DataType complex type.

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

 <complexType name="Hourly_Plan_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Minimum_Wage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal amount
protected Boolean minimumWage
Public Constructors
HourlyPlanDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
Boolean getMinimumWage()
Gets the value of the minimumWage property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setMinimumWage(Boolean value)
Sets the value of the minimumWage property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal amount

protected Boolean minimumWage

Public Constructors

public HourlyPlanDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public Boolean getMinimumWage ()

Gets the value of the minimumWage property. This getter has been renamed from isMinimumWage() to getMinimumWage() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setMinimumWage (Boolean value)

Sets the value of the minimumWage property.

Parameters
value Allowed object is Boolean