public class

CustomListCustomValue

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.CustomListCustomValue

Class Overview

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>
 

Summary

Fields
protected String abbreviation
protected Boolean isInactive
protected String value
protected Long valueId
protected LanguageValueList valueLanguageValueList
Public Constructors
CustomListCustomValue()
Public Methods
String getAbbreviation()
Gets the value of the abbreviation property.
String getValue()
Gets the value of the value property.
Long getValueId()
Gets the value of the valueId property.
LanguageValueList getValueLanguageValueList()
Gets the value of the valueLanguageValueList property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setAbbreviation(String value)
Sets the value of the abbreviation property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setValue(String value)
Sets the value of the value property.
void setValueId(Long value)
Sets the value of the valueId property.
void setValueLanguageValueList(LanguageValueList value)
Sets the value of the valueLanguageValueList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String abbreviation

protected Boolean isInactive

protected String value

protected Long valueId

protected LanguageValueList valueLanguageValueList

Public Constructors

public CustomListCustomValue ()

Public Methods

public String getAbbreviation ()

Gets the value of the abbreviation property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public Long getValueId ()

Gets the value of the valueId property.

Returns
  • possible object is Long

public LanguageValueList getValueLanguageValueList ()

Gets the value of the valueLanguageValueList property.

Returns

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public void setAbbreviation (String value)

Sets the value of the abbreviation 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 setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String

public void setValueId (Long value)

Sets the value of the valueId property.

Parameters
value Allowed object is Long

public void setValueLanguageValueList (LanguageValueList value)

Sets the value of the valueLanguageValueList property.

Parameters
value Allowed object is LanguageValueList