|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.Resources.Resource.Rates.Rate
public static class Project.Resources.Resource.Rates.Rate
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Project.Resources.Resource.Rates.Rate()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Calendar ratesFrom
protected Calendar ratesTo
protected BigInteger rateTable
protected BigDecimal standardRate
protected BigInteger standardRateFormat
protected BigDecimal overtimeRate
protected BigInteger overtimeRateFormat
protected BigDecimal costPerUse
| Constructor Detail |
|---|
public Project.Resources.Resource.Rates.Rate()
| Method Detail |
|---|
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
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||