| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.SalesTaxGroup | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| desc | |||||||||||
| name | |||||||||||
| salesTax | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the desc property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the salesTax property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the desc property.
Gets the value of the name property.
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
Sets the value of the desc property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|