public class

AccountSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_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>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="balance" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="cashFlowRateType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="category1099Misc" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="generalRateType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="number" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> acctName
protected List<SearchColumnStringField> acctNumber
protected List<SearchColumnEnumSelectField> acctType
protected List<SearchColumnDoubleField> balance
protected List<SearchColumnEnumSelectField> cashFlowRate
protected List<SearchColumnSelectField> category1099Misc
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnStringField> description
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnEnumSelectField> generalRate
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnSelectField> subsidiaryList
Public Constructors
AccountSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAcctName()
Gets the value of the acctName property.
List<SearchColumnStringField> getAcctNumber()
Gets the value of the acctNumber property.
List<SearchColumnEnumSelectField> getAcctType()
Gets the value of the acctType property.
List<SearchColumnDoubleField> getBalance()
Gets the value of the balance property.
List<SearchColumnEnumSelectField> getCashFlowRate()
Gets the value of the cashFlowRate 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> getGeneralRate()
Gets the value of the generalRate property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnSelectField> getSubsidiaryList()
Gets the value of the subsidiaryList property.
void setAcctName(List<SearchColumnStringField> acctName)
Sets the value of the acctName property.
void setAcctNumber(List<SearchColumnStringField> acctNumber)
Sets the value of the acctNumber property.
void setAcctType(List<SearchColumnEnumSelectField> acctType)
Sets the value of the acctType property.
void setBalance(List<SearchColumnDoubleField> balance)
Sets the value of the balance property.
void setCashFlowRate(List<SearchColumnEnumSelectField> cashFlowRate)
Sets the value of the cashFlowRate 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 setGeneralRate(List<SearchColumnEnumSelectField> generalRate)
Sets the value of the generalRate 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 setSubsidiaryList(List<SearchColumnSelectField> subsidiaryList)
Sets the value of the subsidiaryList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> acctName

protected List<SearchColumnStringField> acctNumber

protected List<SearchColumnEnumSelectField> acctType

protected List<SearchColumnDoubleField> balance

protected List<SearchColumnEnumSelectField> cashFlowRate

protected List<SearchColumnSelectField> category1099Misc

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnStringField> description

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnEnumSelectField> generalRate

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnSelectField> subsidiaryList

Public Constructors

public AccountSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getAcctName ()

Gets the value of the acctName 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 acctName property.

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

    getAcctName().add(newItem);
 

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

public List<SearchColumnStringField> getAcctNumber ()

Gets the value of the acctNumber 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 acctNumber property.

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

    getAcctNumber().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getAcctType ()

Gets the value of the acctType 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 acctType property.

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

    getAcctType().add(newItem);
 

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

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> getCashFlowRate ()

Gets the value of the cashFlowRate 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 cashFlowRate property.

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

    getCashFlowRate().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> getGeneralRate ()

Gets the value of the generalRate 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 generalRate property.

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

    getGeneralRate().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<SearchColumnSelectField> getSubsidiaryList ()

Gets the value of the subsidiaryList 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 subsidiaryList property.

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

    getSubsidiaryList().add(newItem);
 

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

public void setAcctName (List<SearchColumnStringField> acctName)

Sets the value of the acctName property.

Parameters
acctName Allowed object is SearchColumnStringField

public void setAcctNumber (List<SearchColumnStringField> acctNumber)

Sets the value of the acctNumber property.

Parameters
acctNumber Allowed object is SearchColumnStringField

public void setAcctType (List<SearchColumnEnumSelectField> acctType)

Sets the value of the acctType property.

Parameters
acctType Allowed object is SearchColumnEnumSelectField

public void setBalance (List<SearchColumnDoubleField> balance)

Sets the value of the balance property.

Parameters
balance Allowed object is SearchColumnDoubleField

public void setCashFlowRate (List<SearchColumnEnumSelectField> cashFlowRate)

Sets the value of the cashFlowRate property.

Parameters
cashFlowRate 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 setGeneralRate (List<SearchColumnEnumSelectField> generalRate)

Sets the value of the generalRate property.

Parameters
generalRate 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 setSubsidiaryList (List<SearchColumnSelectField> subsidiaryList)

Sets the value of the subsidiaryList property.

Parameters
subsidiaryList Allowed object is SearchColumnSelectField