public class

TaxTypeNexusesTax

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

Class Overview

Java class for TaxTypeNexusesTax complex type.

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

 <complexType name="TaxTypeNexusesTax">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nexus" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="saleTaxAcct" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="purchTaxAcct" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected RecordRef nexus
protected RecordRef purchTaxAcct
protected RecordRef saleTaxAcct
Public Constructors
TaxTypeNexusesTax()
Public Methods
String getDescription()
Gets the value of the description property.
RecordRef getNexus()
Gets the value of the nexus property.
RecordRef getPurchTaxAcct()
Gets the value of the purchTaxAcct property.
RecordRef getSaleTaxAcct()
Gets the value of the saleTaxAcct property.
void setDescription(String value)
Sets the value of the description property.
void setNexus(RecordRef value)
Sets the value of the nexus property.
void setPurchTaxAcct(RecordRef value)
Sets the value of the purchTaxAcct property.
void setSaleTaxAcct(RecordRef value)
Sets the value of the saleTaxAcct property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected RecordRef nexus

protected RecordRef purchTaxAcct

protected RecordRef saleTaxAcct

Public Constructors

public TaxTypeNexusesTax ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public RecordRef getNexus ()

Gets the value of the nexus property.

Returns

public RecordRef getPurchTaxAcct ()

Gets the value of the purchTaxAcct property.

Returns

public RecordRef getSaleTaxAcct ()

Gets the value of the saleTaxAcct property.

Returns

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setNexus (RecordRef value)

Sets the value of the nexus property.

Parameters
value Allowed object is RecordRef

public void setPurchTaxAcct (RecordRef value)

Sets the value of the purchTaxAcct property.

Parameters
value Allowed object is RecordRef

public void setSaleTaxAcct (RecordRef value)

Sets the value of the saleTaxAcct property.

Parameters
value Allowed object is RecordRef