public static class Project.Resources.Resource.Rates.Rate extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RatesFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="RatesTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="RateTable" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> <enumeration value="4"/> </restriction> </simpleType> </element> <element name="StandardRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="StandardRateFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="7"/> </restriction> </simpleType> </element> <element name="OvertimeRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="OvertimeRateFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="7"/> </restriction> </simpleType> </element> <element name="CostPerUse" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
costPerUse |
protected BigDecimal |
overtimeRate |
protected BigInteger |
overtimeRateFormat |
protected LocalDateTime |
ratesFrom |
protected LocalDateTime |
ratesTo |
protected BigInteger |
rateTable |
protected BigDecimal |
standardRate |
protected BigInteger |
standardRateFormat |
Constructor and Description |
---|
Rate() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCostPerUse()
Gets the value of the costPerUse property.
|
BigDecimal |
getOvertimeRate()
Gets the value of the overtimeRate property.
|
BigInteger |
getOvertimeRateFormat()
Gets the value of the overtimeRateFormat property.
|
LocalDateTime |
getRatesFrom()
Gets the value of the ratesFrom property.
|
LocalDateTime |
getRatesTo()
Gets the value of the ratesTo property.
|
BigInteger |
getRateTable()
Gets the value of the rateTable property.
|
BigDecimal |
getStandardRate()
Gets the value of the standardRate property.
|
BigInteger |
getStandardRateFormat()
Gets the value of the standardRateFormat property.
|
void |
setCostPerUse(BigDecimal value)
Sets the value of the costPerUse property.
|
void |
setOvertimeRate(BigDecimal value)
Sets the value of the overtimeRate property.
|
void |
setOvertimeRateFormat(BigInteger value)
Sets the value of the overtimeRateFormat property.
|
void |
setRatesFrom(LocalDateTime value)
Sets the value of the ratesFrom property.
|
void |
setRatesTo(LocalDateTime value)
Sets the value of the ratesTo property.
|
void |
setRateTable(BigInteger value)
Sets the value of the rateTable property.
|
void |
setStandardRate(BigDecimal value)
Sets the value of the standardRate property.
|
void |
setStandardRateFormat(BigInteger value)
Sets the value of the standardRateFormat property.
|
protected LocalDateTime ratesFrom
protected LocalDateTime ratesTo
protected BigInteger rateTable
protected BigDecimal standardRate
protected BigInteger standardRateFormat
protected BigDecimal overtimeRate
protected BigInteger overtimeRateFormat
protected BigDecimal costPerUse
public LocalDateTime getRatesFrom()
String
public void setRatesFrom(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getRatesTo()
String
public void setRatesTo(LocalDateTime value)
value
- allowed object is
String
public BigInteger getRateTable()
BigInteger
public void setRateTable(BigInteger value)
value
- allowed object is
BigInteger
public BigDecimal getStandardRate()
BigDecimal
public void setStandardRate(BigDecimal value)
value
- allowed object is
BigDecimal
public BigInteger getStandardRateFormat()
BigInteger
public void setStandardRateFormat(BigInteger value)
value
- allowed object is
BigInteger
public BigDecimal getOvertimeRate()
BigDecimal
public void setOvertimeRate(BigDecimal value)
value
- allowed object is
BigDecimal
public BigInteger getOvertimeRateFormat()
BigInteger
public void setOvertimeRateFormat(BigInteger value)
value
- allowed object is
BigInteger
public BigDecimal getCostPerUse()
BigDecimal
public void setCostPerUse(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2000–2024 Packwood Software. All rights reserved.