public class

TaxGroup

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2010_2.TaxGroup

Class Overview

Java class for TaxGroup complex type.

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

 <complexType name="TaxGroup">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="taxitem1" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="unitprice1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="taxitem2" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="unitprice2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="piggyback" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="includeChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="county" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="zip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nexusCountry" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="taxItemList" type="{urn:accounting_2010_2.lists.webservices.netsuite.com}TaxGroupTaxItemList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String city
protected String county
protected String description
protected String externalId
protected Boolean includeChildren
protected String internalId
protected Boolean isDefault
protected Boolean isInactive
protected String itemId
protected RecordRef nexusCountry
protected Boolean piggyback
protected Double rate
protected String state
protected TaxGroupTaxItemList taxItemList
protected RecordRef taxType
protected RecordRef taxitem1
protected RecordRef taxitem2
protected String unitprice1
protected String unitprice2
protected String zip
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
TaxGroup()
Public Methods
String getCity()
Gets the value of the city property.
String getCounty()
Gets the value of the county property.
String getDescription()
Gets the value of the description property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getItemId()
Gets the value of the itemId property.
RecordRef getNexusCountry()
Gets the value of the nexusCountry property.
Double getRate()
Gets the value of the rate property.
String getState()
Gets the value of the state property.
TaxGroupTaxItemList getTaxItemList()
Gets the value of the taxItemList property.
RecordRef getTaxType()
Gets the value of the taxType property.
RecordRef getTaxitem1()
Gets the value of the taxitem1 property.
RecordRef getTaxitem2()
Gets the value of the taxitem2 property.
String getUnitprice1()
Gets the value of the unitprice1 property.
String getUnitprice2()
Gets the value of the unitprice2 property.
String getZip()
Gets the value of the zip property.
Boolean isIncludeChildren()
Gets the value of the includeChildren property.
Boolean isIsDefault()
Gets the value of the isDefault property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isPiggyback()
Gets the value of the piggyback property.
void setCity(String value)
Sets the value of the city property.
void setCounty(String value)
Sets the value of the county property.
void setDescription(String value)
Sets the value of the description property.
void setExternalId(String value)
Sets the value of the externalId property.
void setIncludeChildren(Boolean value)
Sets the value of the includeChildren property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsDefault(Boolean value)
Sets the value of the isDefault property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setItemId(String value)
Sets the value of the itemId property.
void setNexusCountry(RecordRef value)
Sets the value of the nexusCountry property.
void setPiggyback(Boolean value)
Sets the value of the piggyback property.
void setRate(Double value)
Sets the value of the rate property.
void setState(String value)
Sets the value of the state property.
void setTaxItemList(TaxGroupTaxItemList value)
Sets the value of the taxItemList property.
void setTaxType(RecordRef value)
Sets the value of the taxType property.
void setTaxitem1(RecordRef value)
Sets the value of the taxitem1 property.
void setTaxitem2(RecordRef value)
Sets the value of the taxitem2 property.
void setUnitprice1(String value)
Sets the value of the unitprice1 property.
void setUnitprice2(String value)
Sets the value of the unitprice2 property.
void setZip(String value)
Sets the value of the zip property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected String city

protected String county

protected String description

protected String externalId

protected Boolean includeChildren

protected String internalId

protected Boolean isDefault

protected Boolean isInactive

protected String itemId

protected RecordRef nexusCountry

protected Boolean piggyback

protected Double rate

protected String state

protected TaxGroupTaxItemList taxItemList

protected RecordRef taxType

protected RecordRef taxitem1

protected RecordRef taxitem2

protected String unitprice1

protected String unitprice2

protected String zip

Public Constructors

public TaxGroup ()

Public Methods

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getCounty ()

Gets the value of the county property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public RecordRef getNexusCountry ()

Gets the value of the nexusCountry property.

Returns

public Double getRate ()

Gets the value of the rate property.

Returns
  • possible object is Double

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public TaxGroupTaxItemList getTaxItemList ()

Gets the value of the taxItemList property.

Returns

public RecordRef getTaxType ()

Gets the value of the taxType property.

Returns

public RecordRef getTaxitem1 ()

Gets the value of the taxitem1 property.

Returns

public RecordRef getTaxitem2 ()

Gets the value of the taxitem2 property.

Returns

public String getUnitprice1 ()

Gets the value of the unitprice1 property.

Returns
  • possible object is String

public String getUnitprice2 ()

Gets the value of the unitprice2 property.

Returns
  • possible object is String

public String getZip ()

Gets the value of the zip property.

Returns
  • possible object is String

public Boolean isIncludeChildren ()

Gets the value of the includeChildren property.

Returns
  • possible object is Boolean

public Boolean isIsDefault ()

Gets the value of the isDefault property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isPiggyback ()

Gets the value of the piggyback property.

Returns
  • possible object is Boolean

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCounty (String value)

Sets the value of the county property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setIncludeChildren (Boolean value)

Sets the value of the includeChildren property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsDefault (Boolean value)

Sets the value of the isDefault property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setNexusCountry (RecordRef value)

Sets the value of the nexusCountry property.

Parameters
value Allowed object is RecordRef

public void setPiggyback (Boolean value)

Sets the value of the piggyback property.

Parameters
value Allowed object is Boolean

public void setRate (Double value)

Sets the value of the rate property.

Parameters
value Allowed object is Double

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setTaxItemList (TaxGroupTaxItemList value)

Sets the value of the taxItemList property.

Parameters
value Allowed object is TaxGroupTaxItemList

public void setTaxType (RecordRef value)

Sets the value of the taxType property.

Parameters
value Allowed object is RecordRef

public void setTaxitem1 (RecordRef value)

Sets the value of the taxitem1 property.

Parameters
value Allowed object is RecordRef

public void setTaxitem2 (RecordRef value)

Sets the value of the taxitem2 property.

Parameters
value Allowed object is RecordRef

public void setUnitprice1 (String value)

Sets the value of the unitprice1 property.

Parameters
value Allowed object is String

public void setUnitprice2 (String value)

Sets the value of the unitprice2 property.

Parameters
value Allowed object is String

public void setZip (String value)

Sets the value of the zip property.

Parameters
value Allowed object is String