| java.lang.Object | |
| ↳ | com.workday.compensation.HourlyPlanDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| minimumWage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the minimumWage property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the minimumWage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the minimumWage property. This getter has been renamed from isMinimumWage() to getMinimumWage() by cxf-xjc-boolean plugin.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the minimumWage property.
| value | Allowed object is Boolean |
|---|