| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.RateHistory |
Product: QBW Description: Represents an entry in the worker's comp code rate history table
Java class for RateHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RateHistory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Rate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="EffectiveDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| rate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the rate property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the rate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the rate property.
Sets the value of the effectiveDate property.
| value | Allowed object is String |
|---|
Sets the value of the rate property.
| value | Allowed object is BigDecimal |
|---|