public class

AccountSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.AccountSearchBasic

Class Overview

Java class for AccountSearchBasic complex type.

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

 <complexType name="AccountSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="balance" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="cashFlowRateType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="category1099Misc" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="generalRateType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="number" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="type" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDoubleField balance
protected SearchEnumMultiSelectField cashFlowRateType
protected SearchMultiSelectField category1099Misc
protected SearchCustomFieldList customFieldList
protected SearchStringField description
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchEnumMultiSelectField generalRateType
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchStringField name
protected SearchStringField number
protected SearchMultiSelectField parent
protected SearchMultiSelectField subsidiary
protected SearchEnumMultiSelectField type
Public Constructors
AccountSearchBasic()
Public Methods
SearchDoubleField getBalance()
Gets the value of the balance property.
SearchEnumMultiSelectField getCashFlowRateType()
Gets the value of the cashFlowRateType property.
SearchMultiSelectField getCategory1099Misc()
Gets the value of the category1099Misc property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchStringField getDescription()
Gets the value of the description property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchEnumMultiSelectField getGeneralRateType()
Gets the value of the generalRateType property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsInactive()
Gets the value of the isInactive property.
SearchStringField getName()
Gets the value of the name property.
SearchStringField getNumber()
Gets the value of the number property.
SearchMultiSelectField getParent()
Gets the value of the parent property.
SearchMultiSelectField getSubsidiary()
Gets the value of the subsidiary property.
SearchEnumMultiSelectField getType()
Gets the value of the type property.
void setBalance(SearchDoubleField value)
Sets the value of the balance property.
void setCashFlowRateType(SearchEnumMultiSelectField value)
Sets the value of the cashFlowRateType property.
void setCategory1099Misc(SearchMultiSelectField value)
Sets the value of the category1099Misc property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setGeneralRateType(SearchEnumMultiSelectField value)
Sets the value of the generalRateType property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsInactive(SearchBooleanField value)
Sets the value of the isInactive property.
void setName(SearchStringField value)
Sets the value of the name property.
void setNumber(SearchStringField value)
Sets the value of the number property.
void setParent(SearchMultiSelectField value)
Sets the value of the parent property.
void setSubsidiary(SearchMultiSelectField value)
Sets the value of the subsidiary property.
void setType(SearchEnumMultiSelectField value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDoubleField balance

protected SearchEnumMultiSelectField cashFlowRateType

protected SearchMultiSelectField category1099Misc

protected SearchCustomFieldList customFieldList

protected SearchStringField description

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchEnumMultiSelectField generalRateType

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchStringField name

protected SearchStringField number

protected SearchMultiSelectField parent

protected SearchMultiSelectField subsidiary

Public Constructors

public AccountSearchBasic ()

Public Methods

public SearchDoubleField getBalance ()

Gets the value of the balance property.

Returns

public SearchEnumMultiSelectField getCashFlowRateType ()

Gets the value of the cashFlowRateType property.

Returns

public SearchMultiSelectField getCategory1099Misc ()

Gets the value of the category1099Misc property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchStringField getDescription ()

Gets the value of the description property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchEnumMultiSelectField getGeneralRateType ()

Gets the value of the generalRateType property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchBooleanField getIsInactive ()

Gets the value of the isInactive property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchStringField getNumber ()

Gets the value of the number property.

Returns

public SearchMultiSelectField getParent ()

Gets the value of the parent property.

Returns

public SearchMultiSelectField getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public SearchEnumMultiSelectField getType ()

Gets the value of the type property.

Returns

public void setBalance (SearchDoubleField value)

Sets the value of the balance property.

Parameters
value Allowed object is SearchDoubleField

public void setCashFlowRateType (SearchEnumMultiSelectField value)

Sets the value of the cashFlowRateType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setCategory1099Misc (SearchMultiSelectField value)

Sets the value of the category1099Misc property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setDescription (SearchStringField value)

Sets the value of the description property.

Parameters
value Allowed object is SearchStringField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setGeneralRateType (SearchEnumMultiSelectField value)

Sets the value of the generalRateType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setIsInactive (SearchBooleanField value)

Sets the value of the isInactive property.

Parameters
value Allowed object is SearchBooleanField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setNumber (SearchStringField value)

Sets the value of the number property.

Parameters
value Allowed object is SearchStringField

public void setParent (SearchMultiSelectField value)

Sets the value of the parent property.

Parameters
value Allowed object is SearchMultiSelectField

public void setSubsidiary (SearchMultiSelectField value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is SearchMultiSelectField

public void setType (SearchEnumMultiSelectField value)

Sets the value of the type property.

Parameters
value Allowed object is SearchEnumMultiSelectField