public class

TaxAcct

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2013_2.TaxAcct

Class Overview

Java class for TaxAcct complex type.

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

 <complexType name="TaxAcct">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" 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="nexus" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="country" type="{urn:types.common_2013_2.platform.webservices.netsuite.com}Country" minOccurs="0"/>
         <element name="taxAcctType" type="{urn:types.accounting_2013_2.lists.webservices.netsuite.com}TaxAcctType" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 Country country
protected String description
protected String externalId
protected String internalId
protected Boolean isInactive
protected String name
protected RecordRef nexus
protected TaxAcctType taxAcctType
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
TaxAcct()
Public Methods
Country getCountry()
Gets the value of the country 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.
Boolean getIsInactive()
Gets the value of the isInactive property.
String getName()
Gets the value of the name property.
RecordRef getNexus()
Gets the value of the nexus property.
TaxAcctType getTaxAcctType()
Gets the value of the taxAcctType property.
void setCountry(Country value)
Sets the value of the country property.
void setDescription(String value)
Sets the value of the description property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setName(String value)
Sets the value of the name property.
void setNexus(RecordRef value)
Sets the value of the nexus property.
void setTaxAcctType(TaxAcctType value)
Sets the value of the taxAcctType property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected Country country

protected String description

protected String externalId

protected String internalId

protected Boolean isInactive

protected String name

protected RecordRef nexus

protected TaxAcctType taxAcctType

Public Constructors

public TaxAcct ()

Public Methods

public Country getCountry ()

Gets the value of the country property.

Returns

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 Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public RecordRef getNexus ()

Gets the value of the nexus property.

Returns

public TaxAcctType getTaxAcctType ()

Gets the value of the taxAcctType property.

Returns

public void setCountry (Country value)

Sets the value of the country property.

Parameters
value Allowed object is Country

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 setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name 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 setTaxAcctType (TaxAcctType value)

Sets the value of the taxAcctType property.

Parameters
value Allowed object is TaxAcctType