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 Calendar |
ratesFrom |
protected Calendar |
ratesTo |
protected BigInteger |
rateTable |
protected BigDecimal |
standardRate |
protected BigInteger |
standardRateFormat |
| Constructor and Description |
|---|
Project.Resources.Resource.Rates.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.
|
Calendar |
getRatesFrom()
Gets the value of the ratesFrom property.
|
Calendar |
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(Calendar value)
Sets the value of the ratesFrom property.
|
void |
setRatesTo(Calendar 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 Calendar ratesFrom
protected Calendar ratesTo
protected BigInteger rateTable
protected BigDecimal standardRate
protected BigInteger standardRateFormat
protected BigDecimal overtimeRate
protected BigInteger overtimeRateFormat
protected BigDecimal costPerUse
public Project.Resources.Resource.Rates.Rate()
public Calendar getRatesFrom()
Stringpublic void setRatesFrom(Calendar value)
value - allowed object is
Stringpublic Calendar getRatesTo()
Stringpublic void setRatesTo(Calendar value)
value - allowed object is
Stringpublic BigInteger getRateTable()
BigIntegerpublic void setRateTable(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getStandardRate()
BigDecimalpublic void setStandardRate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getStandardRateFormat()
BigIntegerpublic void setStandardRateFormat(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getOvertimeRate()
BigDecimalpublic void setOvertimeRate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getOvertimeRateFormat()
BigIntegerpublic void setOvertimeRateFormat(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getCostPerUse()
BigDecimalpublic void setCostPerUse(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2013. All Rights Reserved.