public class

AccountSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2012_2.AccountSearchRowBasic

Class Overview

Java class for AccountSearchRowBasic complex type.

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

 <complexType name="AccountSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="balance" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="cashFlowRateType" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="category1099Misc" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="generalRateType" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="number" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2012_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDoubleField> balance
protected List<SearchColumnEnumSelectField> cashFlowRateType
protected List<SearchColumnSelectField> category1099Misc
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnStringField> description
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnEnumSelectField> generalRateType
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnStringField> name
protected List<SearchColumnStringField> number
protected List<SearchColumnSelectField> subsidiary
protected List<SearchColumnEnumSelectField> type
Public Constructors
AccountSearchRowBasic()
Public Methods
List<SearchColumnDoubleField> getBalance()
Gets the value of the balance property.
List<SearchColumnEnumSelectField> getCashFlowRateType()
Gets the value of the cashFlowRateType property.
List<SearchColumnSelectField> getCategory1099Misc()
Gets the value of the category1099Misc property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnStringField> getDescription()
Gets the value of the description property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnEnumSelectField> getGeneralRateType()
Gets the value of the generalRateType property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnStringField> getNumber()
Gets the value of the number property.
List<SearchColumnSelectField> getSubsidiary()
Gets the value of the subsidiary property.
List<SearchColumnEnumSelectField> getType()
Gets the value of the type property.
void setBalance(List<SearchColumnDoubleField> balance)
Sets the value of the balance property.
void setCashFlowRateType(List<SearchColumnEnumSelectField> cashFlowRateType)
Sets the value of the cashFlowRateType property.
void setCategory1099Misc(List<SearchColumnSelectField> category1099Misc)
Sets the value of the category1099Misc property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setDescription(List<SearchColumnStringField> description)
Sets the value of the description property.
void setExternalId(List<SearchColumnSelectField> externalId)
Sets the value of the externalId property.
void setGeneralRateType(List<SearchColumnEnumSelectField> generalRateType)
Sets the value of the generalRateType property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsInactive(List<SearchColumnBooleanField> isInactive)
Sets the value of the isInactive property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setNumber(List<SearchColumnStringField> number)
Sets the value of the number property.
void setSubsidiary(List<SearchColumnSelectField> subsidiary)
Sets the value of the subsidiary property.
void setType(List<SearchColumnEnumSelectField> type)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDoubleField> balance

protected List<SearchColumnEnumSelectField> cashFlowRateType

protected List<SearchColumnSelectField> category1099Misc

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnStringField> description

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnEnumSelectField> generalRateType

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnStringField> name

protected List<SearchColumnStringField> number

protected List<SearchColumnSelectField> subsidiary

protected List<SearchColumnEnumSelectField> type

Public Constructors

public AccountSearchRowBasic ()

Public Methods

public List<SearchColumnDoubleField> getBalance ()

Gets the value of the balance property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the balance property.

For example, to add a new item, do as follows:

    getBalance().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnEnumSelectField> getCashFlowRateType ()

Gets the value of the cashFlowRateType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cashFlowRateType property.

For example, to add a new item, do as follows:

    getCashFlowRateType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnEnumSelectField

public List<SearchColumnSelectField> getCategory1099Misc ()

Gets the value of the category1099Misc property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the category1099Misc property.

For example, to add a new item, do as follows:

    getCategory1099Misc().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnStringField> getDescription ()

Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnEnumSelectField> getGeneralRateType ()

Gets the value of the generalRateType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the generalRateType property.

For example, to add a new item, do as follows:

    getGeneralRateType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnEnumSelectField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getIsInactive ()

Gets the value of the isInactive property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isInactive property.

For example, to add a new item, do as follows:

    getIsInactive().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getName ()

Gets the value of the name property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getNumber ()

Gets the value of the number property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the number property.

For example, to add a new item, do as follows:

    getNumber().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getSubsidiary ()

Gets the value of the subsidiary property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subsidiary property.

For example, to add a new item, do as follows:

    getSubsidiary().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnEnumSelectField> getType ()

Gets the value of the type property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the type property.

For example, to add a new item, do as follows:

    getType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnEnumSelectField

public void setBalance (List<SearchColumnDoubleField> balance)

Sets the value of the balance property.

Parameters
balance Allowed object is SearchColumnDoubleField

public void setCashFlowRateType (List<SearchColumnEnumSelectField> cashFlowRateType)

Sets the value of the cashFlowRateType property.

Parameters
cashFlowRateType Allowed object is SearchColumnEnumSelectField

public void setCategory1099Misc (List<SearchColumnSelectField> category1099Misc)

Sets the value of the category1099Misc property.

Parameters
category1099Misc Allowed object is SearchColumnSelectField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setDescription (List<SearchColumnStringField> description)

Sets the value of the description property.

Parameters
description Allowed object is SearchColumnStringField

public void setExternalId (List<SearchColumnSelectField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnSelectField

public void setGeneralRateType (List<SearchColumnEnumSelectField> generalRateType)

Sets the value of the generalRateType property.

Parameters
generalRateType Allowed object is SearchColumnEnumSelectField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsInactive (List<SearchColumnBooleanField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive Allowed object is SearchColumnBooleanField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField

public void setNumber (List<SearchColumnStringField> number)

Sets the value of the number property.

Parameters
number Allowed object is SearchColumnStringField

public void setSubsidiary (List<SearchColumnSelectField> subsidiary)

Sets the value of the subsidiary property.

Parameters
subsidiary Allowed object is SearchColumnSelectField

public void setType (List<SearchColumnEnumSelectField> type)

Sets the value of the type property.

Parameters
type Allowed object is SearchColumnEnumSelectField