net.sf.mpxj.mspdi.schema
Class Project.Resources.Resource.Rates.Rate

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Resources.Resource.Rates.Rate
Enclosing class:
Project.Resources.Resource.Rates

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>
 


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

ratesFrom

protected Calendar ratesFrom

ratesTo

protected Calendar ratesTo

rateTable

protected BigInteger rateTable

standardRate

protected BigDecimal standardRate

standardRateFormat

protected BigInteger standardRateFormat

overtimeRate

protected BigDecimal overtimeRate

overtimeRateFormat

protected BigInteger overtimeRateFormat

costPerUse

protected BigDecimal costPerUse
Constructor Detail

Project.Resources.Resource.Rates.Rate

public Project.Resources.Resource.Rates.Rate()
Method Detail

getRatesFrom

public Calendar getRatesFrom()
Gets the value of the ratesFrom property.

Returns:
possible object is String

setRatesFrom

public void setRatesFrom(Calendar value)
Sets the value of the ratesFrom property.

Parameters:
value - allowed object is String

getRatesTo

public Calendar getRatesTo()
Gets the value of the ratesTo property.

Returns:
possible object is String

setRatesTo

public void setRatesTo(Calendar value)
Sets the value of the ratesTo property.

Parameters:
value - allowed object is String

getRateTable

public BigInteger getRateTable()
Gets the value of the rateTable property.

Returns:
possible object is BigInteger

setRateTable

public void setRateTable(BigInteger value)
Sets the value of the rateTable property.

Parameters:
value - allowed object is BigInteger

getStandardRate

public BigDecimal getStandardRate()
Gets the value of the standardRate property.

Returns:
possible object is BigDecimal

setStandardRate

public void setStandardRate(BigDecimal value)
Sets the value of the standardRate property.

Parameters:
value - allowed object is BigDecimal

getStandardRateFormat

public BigInteger getStandardRateFormat()
Gets the value of the standardRateFormat property.

Returns:
possible object is BigInteger

setStandardRateFormat

public void setStandardRateFormat(BigInteger value)
Sets the value of the standardRateFormat property.

Parameters:
value - allowed object is BigInteger

getOvertimeRate

public BigDecimal getOvertimeRate()
Gets the value of the overtimeRate property.

Returns:
possible object is BigDecimal

setOvertimeRate

public void setOvertimeRate(BigDecimal value)
Sets the value of the overtimeRate property.

Parameters:
value - allowed object is BigDecimal

getOvertimeRateFormat

public BigInteger getOvertimeRateFormat()
Gets the value of the overtimeRateFormat property.

Returns:
possible object is BigInteger

setOvertimeRateFormat

public void setOvertimeRateFormat(BigInteger value)
Sets the value of the overtimeRateFormat property.

Parameters:
value - allowed object is BigInteger

getCostPerUse

public BigDecimal getCostPerUse()
Gets the value of the costPerUse property.

Returns:
possible object is BigDecimal

setCostPerUse

public void setCostPerUse(BigDecimal value)
Sets the value of the costPerUse property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2012. All Rights Reserved.