public class

SubsidiaryNexus

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

Class Overview

Java class for SubsidiaryNexus complex type.

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

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

Summary

Fields
protected String country
protected RecordRef nexusId
Public Constructors
SubsidiaryNexus()
Public Methods
String getCountry()
Gets the value of the country property.
RecordRef getNexusId()
Gets the value of the nexusId property.
void setCountry(String value)
Sets the value of the country property.
void setNexusId(RecordRef value)
Sets the value of the nexusId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String country

protected RecordRef nexusId

Public Constructors

public SubsidiaryNexus ()

Public Methods

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public RecordRef getNexusId ()

Gets the value of the nexusId property.

Returns

public void setCountry (String value)

Sets the value of the country property.

Parameters
value Allowed object is String

public void setNexusId (RecordRef value)

Sets the value of the nexusId property.

Parameters
value Allowed object is RecordRef