public class

Classification

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

Class Overview

Java class for Classification complex type.

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

 <complexType name="Classification">
   <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="includeChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isInactive" 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="subsidiaryList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" 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 ClassTranslationList classTranslationList
protected CustomFieldList customFieldList
protected String externalId
protected Boolean includeChildren
protected String internalId
protected Boolean isInactive
protected String name
protected RecordRef parent
protected RecordRefList subsidiaryList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Classification()
Public Methods
ClassTranslationList getClassTranslationList()
Gets the value of the classTranslationList 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.
String getName()
Gets the value of the name property.
RecordRef getParent()
Gets the value of the parent property.
RecordRefList getSubsidiaryList()
Gets the value of the subsidiaryList property.
Boolean isIncludeChildren()
Gets the value of the includeChildren property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setClassTranslationList(ClassTranslationList value)
Sets the value of the classTranslationList 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 setName(String value)
Sets the value of the name property.
void setParent(RecordRef value)
Sets the value of the parent property.
void setSubsidiaryList(RecordRefList value)
Sets the value of the subsidiaryList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected ClassTranslationList classTranslationList

protected CustomFieldList customFieldList

protected String externalId

protected Boolean includeChildren

protected String internalId

protected Boolean isInactive

protected String name

protected RecordRef parent

protected RecordRefList subsidiaryList

Public Constructors

public Classification ()

Public Methods

public ClassTranslationList getClassTranslationList ()

Gets the value of the classTranslationList 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 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 RecordRefList getSubsidiaryList ()

Gets the value of the subsidiaryList property.

Returns

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 void setClassTranslationList (ClassTranslationList value)

Sets the value of the classTranslationList property.

Parameters
value Allowed object is ClassTranslationList

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 setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setParent (RecordRef value)

Sets the value of the parent property.

Parameters
value Allowed object is RecordRef

public void setSubsidiaryList (RecordRefList value)

Sets the value of the subsidiaryList property.

Parameters
value Allowed object is RecordRefList