public class

SalesTaxGroup

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.SalesTaxGroup

Class Overview

Product: QBW Description: Collection of Sales taxes which the business must collect on behalf of one or more state or government agencies when a sales transaction is completed.

Java class for SalesTaxGroup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SalesTaxGroup">
   <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="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SalesTax" type="{http://www.intuit.com/sb/cdm/v2}SalesTaxRef" 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 String desc
protected String name
protected List<SalesTaxRef> salesTax
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
SalesTaxGroup()
Public Methods
String getDesc()
Gets the value of the desc property.
String getName()
Gets the value of the name property.
List<SalesTaxRef> getSalesTax()
Gets the value of the salesTax property.
void setDesc(String value)
Sets the value of the desc property.
void setName(String value)
Sets the value of the name property.
void setSalesTax(List<SalesTaxRef> salesTax)
Sets the value of the salesTax 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 String desc

protected String name

protected List<SalesTaxRef> salesTax

Public Constructors

public SalesTaxGroup ()

Public Methods

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 List<SalesTaxRef> getSalesTax ()

Gets the value of the salesTax 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 salesTax property.

For example, to add a new item, do as follows:

    getSalesTax().add(newItem);
 

Objects of the following type(s) are allowed in the list SalesTaxRef

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 setSalesTax (List<SalesTaxRef> salesTax)

Sets the value of the salesTax property.

Parameters
salesTax Allowed object is SalesTaxRef