public class

WorkersCompCode

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.WorkersCompCode

Class Overview

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>
 

Summary

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
protected Boolean active
protected String currentEffectiveDate
protected BigDecimal currentRate
protected String desc
protected String name
protected String nextEffectiveDate
protected BigDecimal nextRate
protected List<RateHistory> rateHistory
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
WorkersCompCode()
Public Methods
Boolean getActive()
Gets the value of the active property.
String getCurrentEffectiveDate()
Gets the value of the currentEffectiveDate property.
BigDecimal getCurrentRate()
Gets the value of the currentRate property.
String getDesc()
Gets the value of the desc property.
String getName()
Gets the value of the name property.
String getNextEffectiveDate()
Gets the value of the nextEffectiveDate property.
BigDecimal getNextRate()
Gets the value of the nextRate property.
List<RateHistory> getRateHistory()
Gets the value of the rateHistory property.
void setActive(Boolean value)
Sets the value of the active property.
void setCurrentEffectiveDate(String value)
Sets the value of the currentEffectiveDate property.
void setCurrentRate(BigDecimal value)
Sets the value of the currentRate property.
void setDesc(String value)
Sets the value of the desc property.
void setName(String value)
Sets the value of the name property.
void setNextEffectiveDate(String value)
Sets the value of the nextEffectiveDate property.
void setNextRate(BigDecimal value)
Sets the value of the nextRate property.
void setRateHistory(List<RateHistory> rateHistory)
Sets the value of the rateHistory property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean active

protected String currentEffectiveDate

protected BigDecimal currentRate

protected String desc

protected String name

protected String nextEffectiveDate

protected BigDecimal nextRate

protected List<RateHistory> rateHistory

Public Constructors

public WorkersCompCode ()

Public Methods

public Boolean getActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public String getCurrentEffectiveDate ()

Gets the value of the currentEffectiveDate property.

Returns
  • possible object is String

public BigDecimal getCurrentRate ()

Gets the value of the currentRate property.

Returns
  • possible object is BigDecimal

public String getDesc ()

Gets the value of the desc property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getNextEffectiveDate ()

Gets the value of the nextEffectiveDate property.

Returns
  • possible object is String

public BigDecimal getNextRate ()

Gets the value of the nextRate property.

Returns
  • possible object is BigDecimal

public List<RateHistory> getRateHistory ()

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

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

public void setCurrentEffectiveDate (String value)

Sets the value of the currentEffectiveDate property.

Parameters
value Allowed object is String

public void setCurrentRate (BigDecimal value)

Sets the value of the currentRate property.

Parameters
value Allowed object is BigDecimal

public void setDesc (String value)

Sets the value of the desc property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setNextEffectiveDate (String value)

Sets the value of the nextEffectiveDate property.

Parameters
value Allowed object is String

public void setNextRate (BigDecimal value)

Sets the value of the nextRate property.

Parameters
value Allowed object is BigDecimal

public void setRateHistory (List<RateHistory> rateHistory)

Sets the value of the rateHistory property.

Parameters
rateHistory Allowed object is RateHistory