| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.CustomListCustomValue |
Java class for CustomListCustomValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomListCustomValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="abbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="valueId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="valueLanguageValueList" type="{urn:customization_2010_2.setup.webservices.netsuite.com}LanguageValueList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abbreviation | |||||||||||
| isInactive | |||||||||||
| value | |||||||||||
| valueId | |||||||||||
| valueLanguageValueList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the abbreviation property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Gets the value of the valueId property.
| |||||||||||
Gets the value of the valueLanguageValueList property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Sets the value of the abbreviation property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
Sets the value of the valueId property.
| |||||||||||
Sets the value of the valueLanguageValueList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the abbreviation property.
Gets the value of the value property.
Gets the value of the valueId property.
Gets the value of the valueLanguageValueList property.
LanguageValueList
Gets the value of the isInactive property.
Sets the value of the abbreviation property.
| value | Allowed object is String |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|
Sets the value of the valueId property.
| value | Allowed object is Long |
|---|
Sets the value of the valueLanguageValueList property.
| value | Allowed object is
LanguageValueList
|
|---|