| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2012_1.Nexus | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| country | |||||||||||
| description | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| state | |||||||||||
| taxAgency | |||||||||||
| taxAgencyPst | |||||||||||
| taxCode | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the country property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the state property.
| |||||||||||
Gets the value of the taxAgency property.
| |||||||||||
Gets the value of the taxAgencyPst property.
| |||||||||||
Gets the value of the taxCode property.
| |||||||||||
Sets the value of the country property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the state property.
| |||||||||||
Sets the value of the taxAgency property.
| |||||||||||
Sets the value of the taxAgencyPst property.
| |||||||||||
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
| |||||||||||
Gets the value of the country property.
Country
Gets the value of the description property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the state property.
RecordRef
Gets the value of the taxAgency property.
RecordRef
Gets the value of the taxAgencyPst property.
RecordRef
Gets the value of the taxCode property.
RecordRef
Sets the value of the country property.
| value | Allowed object is
Country
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the state property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the taxAgency property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the taxAgencyPst property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the taxCode property.
| value | Allowed object is
RecordRef
|
|---|