public class

Nexus

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.lists.accounting_2012_1.Nexus

Class Overview

Java class for Nexus complex type.

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

 <complexType name="Nexus">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="country" type="{urn:types.common_2012_1.platform.webservices.netsuite.com}Country" minOccurs="0"/>
         <element name="state" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxAgency" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxAgencyPst" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="taxCode" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" 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 RecordRef state
protected RecordRef taxAgency
protected RecordRef taxAgencyPst
protected RecordRef taxCode
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
Nexus()
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.
RecordRef getState()
Gets the value of the state property.
RecordRef getTaxAgency()
Gets the value of the taxAgency property.
RecordRef getTaxAgencyPst()
Gets the value of the taxAgencyPst property.
RecordRef getTaxCode()
Gets the value of the taxCode 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 setState(RecordRef value)
Sets the value of the state property.
void setTaxAgency(RecordRef value)
Sets the value of the taxAgency property.
void setTaxAgencyPst(RecordRef value)
Sets the value of the taxAgencyPst property.
void setTaxCode(RecordRef value)
Sets the value of the taxCode property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2012_1.Record
From class java.lang.Object

Fields

protected Country country

protected String description

protected String externalId

protected String internalId

protected RecordRef state

protected RecordRef taxAgency

protected RecordRef taxAgencyPst

protected RecordRef taxCode

Public Constructors

public Nexus ()

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 RecordRef getState ()

Gets the value of the state property.

Returns

public RecordRef getTaxAgency ()

Gets the value of the taxAgency property.

Returns

public RecordRef getTaxAgencyPst ()

Gets the value of the taxAgencyPst property.

Returns

public RecordRef getTaxCode ()

Gets the value of the taxCode 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 setState (RecordRef value)

Sets the value of the state property.

Parameters
value Allowed object is RecordRef

public void setTaxAgency (RecordRef value)

Sets the value of the taxAgency property.

Parameters
value Allowed object is RecordRef

public void setTaxAgencyPst (RecordRef value)

Sets the value of the taxAgencyPst property.

Parameters
value Allowed object is RecordRef

public void setTaxCode (RecordRef value)

Sets the value of the taxCode property.

Parameters
value Allowed object is RecordRef