public class

SalesTaxRef

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.SalesTaxRef

Class Overview

Java class for SalesTaxRef complex type.

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

 <complexType name="SalesTaxRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TaxReferenceGroup"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType taxId
protected String taxName
Public Constructors
SalesTaxRef()
Public Methods
IdType getTaxId()
Gets the value of the taxId property.
String getTaxName()
Gets the value of the taxName property.
void setTaxId(IdType value)
Sets the value of the taxId property.
void setTaxName(String value)
Sets the value of the taxName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType taxId

protected String taxName

Public Constructors

public SalesTaxRef ()

Public Methods

public IdType getTaxId ()

Gets the value of the taxId property.

Returns

public String getTaxName ()

Gets the value of the taxName property.

Returns
  • possible object is String

public void setTaxId (IdType value)

Sets the value of the taxId property.

Parameters
value Allowed object is IdType

public void setTaxName (String value)

Sets the value of the taxName property.

Parameters
value Allowed object is String