public class

TaxGroupTaxItem

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.TaxGroupTaxItem

Class Overview

Java class for TaxGroupTaxItem complex type.

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

 <complexType name="TaxGroupTaxItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="taxName" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="basis" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double basis
protected Double rate
protected RecordRef taxName
protected String taxType
Public Constructors
TaxGroupTaxItem()
Public Methods
Double getBasis()
Gets the value of the basis property.
Double getRate()
Gets the value of the rate property.
RecordRef getTaxName()
Gets the value of the taxName property.
String getTaxType()
Gets the value of the taxType property.
void setBasis(Double value)
Sets the value of the basis property.
void setRate(Double value)
Sets the value of the rate property.
void setTaxName(RecordRef value)
Sets the value of the taxName property.
void setTaxType(String value)
Sets the value of the taxType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double basis

protected Double rate

protected RecordRef taxName

protected String taxType

Public Constructors

public TaxGroupTaxItem ()

Public Methods

public Double getBasis ()

Gets the value of the basis property.

Returns
  • possible object is Double

public Double getRate ()

Gets the value of the rate property.

Returns
  • possible object is Double

public RecordRef getTaxName ()

Gets the value of the taxName property.

Returns

public String getTaxType ()

Gets the value of the taxType property.

Returns
  • possible object is String

public void setBasis (Double value)

Sets the value of the basis property.

Parameters
value Allowed object is Double

public void setRate (Double value)

Sets the value of the rate property.

Parameters
value Allowed object is Double

public void setTaxName (RecordRef value)

Sets the value of the taxName property.

Parameters
value Allowed object is RecordRef

public void setTaxType (String value)

Sets the value of the taxType property.

Parameters
value Allowed object is String