| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.State | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| country | |||||||||||
| fullName | |||||||||||
| internalId | |||||||||||
| shortname | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the country property.
| |||||||||||
Gets the value of the fullName property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the shortname property.
| |||||||||||
Sets the value of the country property.
| |||||||||||
Sets the value of the fullName property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
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
| |||||||||||
Gets the value of the country property.
Country
Gets the value of the fullName property.
Gets the value of the internalId property.
Gets the value of the shortname property.
Sets the value of the country property.
| value | Allowed object is
Country
|
|---|
Sets the value of the fullName property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the shortname property.
| value | Allowed object is String |
|---|