| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.WorkersCompCode | ||
Product: QBW Description: The InventorySite resource represents a location where inventory is stored. Endpoint: inventorysite Business Rules: [li]The site name must be unique.[/li]
Java class for WorkersCompCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkersCompCode">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CurrentRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CurrentEffectiveDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="NextRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="NextEffectiveDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="RateHistory" type="{http://www.intuit.com/sb/cdm/v2}RateHistory" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| currentEffectiveDate | |||||||||||
| currentRate | |||||||||||
| desc | |||||||||||
| name | |||||||||||
| nextEffectiveDate | |||||||||||
| nextRate | |||||||||||
| rateHistory | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the active property.
| |||||||||||
Gets the value of the currentEffectiveDate property.
| |||||||||||
Gets the value of the currentRate property.
| |||||||||||
Gets the value of the desc property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the nextEffectiveDate property.
| |||||||||||
Gets the value of the nextRate property.
| |||||||||||
Gets the value of the rateHistory property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the currentEffectiveDate property.
| |||||||||||
Sets the value of the currentRate property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the nextEffectiveDate property.
| |||||||||||
Sets the value of the nextRate property.
| |||||||||||
Sets the value of the rateHistory property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the active property.
Gets the value of the currentEffectiveDate property.
Gets the value of the currentRate property.
Gets the value of the desc property.
Gets the value of the name property.
Gets the value of the nextEffectiveDate property.
Gets the value of the nextRate property.
Gets the value of the rateHistory property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rateHistory property.
For example, to add a new item, do as follows:
getRateHistory().add(newItem);
Objects of the following type(s) are allowed in the list
RateHistory
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the currentEffectiveDate property.
| value | Allowed object is String |
|---|
Sets the value of the currentRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the desc property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the nextEffectiveDate property.
| value | Allowed object is String |
|---|
Sets the value of the nextRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the rateHistory property.
| rateHistory | Allowed object is
RateHistory
|
|---|