public class

Location

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2010_2.Location

Class Overview

Java class for Location complex type.

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

 <complexType name="Location">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="includeChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="subsidiaryList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="tranPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attention" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addressee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addrPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addr1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addr2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addr3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="zip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}Country" minOccurs="0"/>
         <element name="addrText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="logo" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="makeInventoryAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="makeInventoryAvailableStore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="classTranslationList" type="{urn:accounting_2010_2.lists.webservices.netsuite.com}ClassTranslationList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" 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 String addr1
protected String addr2
protected String addr3
protected String addrPhone
protected String addrText
protected String addressee
protected String attention
protected String city
protected ClassTranslationList classTranslationList
protected Country country
protected CustomFieldList customFieldList
protected String externalId
protected Boolean includeChildren
protected String internalId
protected Boolean isInactive
protected RecordRef logo
protected Boolean makeInventoryAvailable
protected Boolean makeInventoryAvailableStore
protected String name
protected Boolean override
protected RecordRef parent
protected String state
protected RecordRefList subsidiaryList
protected String tranPrefix
protected String zip
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Location()
Public Methods
String getAddr1()
Gets the value of the addr1 property.
String getAddr2()
Gets the value of the addr2 property.
String getAddr3()
Gets the value of the addr3 property.
String getAddrPhone()
Gets the value of the addrPhone property.
String getAddrText()
Gets the value of the addrText property.
String getAddressee()
Gets the value of the addressee property.
String getAttention()
Gets the value of the attention property.
String getCity()
Gets the value of the city property.
ClassTranslationList getClassTranslationList()
Gets the value of the classTranslationList property.
Country getCountry()
Gets the value of the country property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getLogo()
Gets the value of the logo property.
String getName()
Gets the value of the name property.
RecordRef getParent()
Gets the value of the parent property.
String getState()
Gets the value of the state property.
RecordRefList getSubsidiaryList()
Gets the value of the subsidiaryList property.
String getTranPrefix()
Gets the value of the tranPrefix property.
String getZip()
Gets the value of the zip property.
Boolean isIncludeChildren()
Gets the value of the includeChildren property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isMakeInventoryAvailable()
Gets the value of the makeInventoryAvailable property.
Boolean isMakeInventoryAvailableStore()
Gets the value of the makeInventoryAvailableStore property.
Boolean isOverride()
Gets the value of the override property.
void setAddr1(String value)
Sets the value of the addr1 property.
void setAddr2(String value)
Sets the value of the addr2 property.
void setAddr3(String value)
Sets the value of the addr3 property.
void setAddrPhone(String value)
Sets the value of the addrPhone property.
void setAddrText(String value)
Sets the value of the addrText property.
void setAddressee(String value)
Sets the value of the addressee property.
void setAttention(String value)
Sets the value of the attention property.
void setCity(String value)
Sets the value of the city property.
void setClassTranslationList(ClassTranslationList value)
Sets the value of the classTranslationList property.
void setCountry(Country value)
Sets the value of the country property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setExternalId(String value)
Sets the value of the externalId property.
void setIncludeChildren(Boolean value)
Sets the value of the includeChildren property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setLogo(RecordRef value)
Sets the value of the logo property.
void setMakeInventoryAvailable(Boolean value)
Sets the value of the makeInventoryAvailable property.
void setMakeInventoryAvailableStore(Boolean value)
Sets the value of the makeInventoryAvailableStore property.
void setName(String value)
Sets the value of the name property.
void setOverride(Boolean value)
Sets the value of the override property.
void setParent(RecordRef value)
Sets the value of the parent property.
void setState(String value)
Sets the value of the state property.
void setSubsidiaryList(RecordRefList value)
Sets the value of the subsidiaryList property.
void setTranPrefix(String value)
Sets the value of the tranPrefix property.
void setZip(String value)
Sets the value of the zip property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected String addr1

protected String addr2

protected String addr3

protected String addrPhone

protected String addrText

protected String addressee

protected String attention

protected String city

protected ClassTranslationList classTranslationList

protected Country country

protected CustomFieldList customFieldList

protected String externalId

protected Boolean includeChildren

protected String internalId

protected Boolean isInactive

protected RecordRef logo

protected Boolean makeInventoryAvailable

protected Boolean makeInventoryAvailableStore

protected String name

protected Boolean override

protected RecordRef parent

protected String state

protected RecordRefList subsidiaryList

protected String tranPrefix

protected String zip

Public Constructors

public Location ()

Public Methods

public String getAddr1 ()

Gets the value of the addr1 property.

Returns
  • possible object is String

public String getAddr2 ()

Gets the value of the addr2 property.

Returns
  • possible object is String

public String getAddr3 ()

Gets the value of the addr3 property.

Returns
  • possible object is String

public String getAddrPhone ()

Gets the value of the addrPhone property.

Returns
  • possible object is String

public String getAddrText ()

Gets the value of the addrText property.

Returns
  • possible object is String

public String getAddressee ()

Gets the value of the addressee property.

Returns
  • possible object is String

public String getAttention ()

Gets the value of the attention property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public ClassTranslationList getClassTranslationList ()

Gets the value of the classTranslationList property.

Returns

public Country getCountry ()

Gets the value of the country property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

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 getLogo ()

Gets the value of the logo property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public RecordRef getParent ()

Gets the value of the parent property.

Returns

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public RecordRefList getSubsidiaryList ()

Gets the value of the subsidiaryList property.

Returns

public String getTranPrefix ()

Gets the value of the tranPrefix property.

Returns
  • possible object is String

public String getZip ()

Gets the value of the zip property.

Returns
  • possible object is String

public Boolean isIncludeChildren ()

Gets the value of the includeChildren property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isMakeInventoryAvailable ()

Gets the value of the makeInventoryAvailable property.

Returns
  • possible object is Boolean

public Boolean isMakeInventoryAvailableStore ()

Gets the value of the makeInventoryAvailableStore property.

Returns
  • possible object is Boolean

public Boolean isOverride ()

Gets the value of the override property.

Returns
  • possible object is Boolean

public void setAddr1 (String value)

Sets the value of the addr1 property.

Parameters
value Allowed object is String

public void setAddr2 (String value)

Sets the value of the addr2 property.

Parameters
value Allowed object is String

public void setAddr3 (String value)

Sets the value of the addr3 property.

Parameters
value Allowed object is String

public void setAddrPhone (String value)

Sets the value of the addrPhone property.

Parameters
value Allowed object is String

public void setAddrText (String value)

Sets the value of the addrText property.

Parameters
value Allowed object is String

public void setAddressee (String value)

Sets the value of the addressee property.

Parameters
value Allowed object is String

public void setAttention (String value)

Sets the value of the attention property.

Parameters
value Allowed object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setClassTranslationList (ClassTranslationList value)

Sets the value of the classTranslationList property.

Parameters
value Allowed object is ClassTranslationList

public void setCountry (Country value)

Sets the value of the country property.

Parameters
value Allowed object is Country

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setIncludeChildren (Boolean value)

Sets the value of the includeChildren property.

Parameters
value Allowed object is Boolean

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 setLogo (RecordRef value)

Sets the value of the logo property.

Parameters
value Allowed object is RecordRef

public void setMakeInventoryAvailable (Boolean value)

Sets the value of the makeInventoryAvailable property.

Parameters
value Allowed object is Boolean

public void setMakeInventoryAvailableStore (Boolean value)

Sets the value of the makeInventoryAvailableStore 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 setOverride (Boolean value)

Sets the value of the override property.

Parameters
value Allowed object is Boolean

public void setParent (RecordRef value)

Sets the value of the parent property.

Parameters
value Allowed object is RecordRef

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setSubsidiaryList (RecordRefList value)

Sets the value of the subsidiaryList property.

Parameters
value Allowed object is RecordRefList

public void setTranPrefix (String value)

Sets the value of the tranPrefix property.

Parameters
value Allowed object is String

public void setZip (String value)

Sets the value of the zip property.

Parameters
value Allowed object is String