public class

State

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

Class Overview

Java class for State complex type.

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

 <complexType name="State">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="country" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}Country" minOccurs="0"/>
         <element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shortname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Country country
protected String fullName
protected String internalId
protected String shortname
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
State()
Public Methods
Country getCountry()
Gets the value of the country property.
String getFullName()
Gets the value of the fullName property.
String getInternalId()
Gets the value of the internalId property.
String getShortname()
Gets the value of the shortname property.
void setCountry(Country value)
Sets the value of the country property.
void setFullName(String value)
Sets the value of the fullName property.
void setInternalId(String value)
Sets the value of the internalId property.
void setShortname(String value)
Sets the value of the shortname property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Country country

protected String fullName

protected String internalId

protected String shortname

Public Constructors

public State ()

Public Methods

public Country getCountry ()

Gets the value of the country property.

Returns

public String getFullName ()

Gets the value of the fullName property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getShortname ()

Gets the value of the shortname property.

Returns
  • possible object is String

public void setCountry (Country value)

Sets the value of the country property.

Parameters
value Allowed object is Country

public void setFullName (String value)

Sets the value of the fullName 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 setShortname (String value)

Sets the value of the shortname property.

Parameters
value Allowed object is String