public class

AccountSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_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_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="balance" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="cashFlowRateType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="category1099Misc" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="description" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="generalRateType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="number" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="parent" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="type" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchStringField acctName
protected SearchStringField acctNumber
protected SearchEnumMultiSelectField acctType
protected SearchDoubleField balance
protected SearchEnumMultiSelectField cashFlowRate
protected SearchMultiSelectField category1099Misc
protected SearchCustomFieldList customFieldList
protected SearchStringField description
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchEnumMultiSelectField generalRate
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isInactive
protected SearchMultiSelectField parent
protected SearchMultiSelectField subsidiaryList
Public Constructors
AccountSearchBasic()
Public Methods
SearchStringField getAcctName()
Gets the value of the acctName property.
SearchStringField getAcctNumber()
Gets the value of the acctNumber property.
SearchEnumMultiSelectField getAcctType()
Gets the value of the acctType property.
SearchDoubleField getBalance()
Gets the value of the balance property.
SearchEnumMultiSelectField getCashFlowRate()
Gets the value of the cashFlowRate 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 getGeneralRate()
Gets the value of the generalRate 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.
SearchMultiSelectField getParent()
Gets the value of the parent property.
SearchMultiSelectField getSubsidiaryList()
Gets the value of the subsidiaryList property.
void setAcctName(SearchStringField value)
Sets the value of the acctName property.
void setAcctNumber(SearchStringField value)
Sets the value of the acctNumber property.
void setAcctType(SearchEnumMultiSelectField value)
Sets the value of the acctType property.
void setBalance(SearchDoubleField value)
Sets the value of the balance property.
void setCashFlowRate(SearchEnumMultiSelectField value)
Sets the value of the cashFlowRate 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 setGeneralRate(SearchEnumMultiSelectField value)
Sets the value of the generalRate 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 setParent(SearchMultiSelectField value)
Sets the value of the parent property.
void setSubsidiaryList(SearchMultiSelectField value)
Sets the value of the subsidiaryList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchStringField acctName

protected SearchStringField acctNumber

protected SearchEnumMultiSelectField acctType

protected SearchDoubleField balance

protected SearchEnumMultiSelectField cashFlowRate

protected SearchMultiSelectField category1099Misc

protected SearchCustomFieldList customFieldList

protected SearchStringField description

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchEnumMultiSelectField generalRate

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isInactive

protected SearchMultiSelectField parent

protected SearchMultiSelectField subsidiaryList

Public Constructors

public AccountSearchBasic ()

Public Methods

public SearchStringField getAcctName ()

Gets the value of the acctName property.

Returns

public SearchStringField getAcctNumber ()

Gets the value of the acctNumber property.

Returns

public SearchEnumMultiSelectField getAcctType ()

Gets the value of the acctType property.

Returns

public SearchDoubleField getBalance ()

Gets the value of the balance property.

Returns

public SearchEnumMultiSelectField getCashFlowRate ()

Gets the value of the cashFlowRate 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 getGeneralRate ()

Gets the value of the generalRate 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 SearchMultiSelectField getParent ()

Gets the value of the parent property.

Returns

public SearchMultiSelectField getSubsidiaryList ()

Gets the value of the subsidiaryList property.

Returns

public void setAcctName (SearchStringField value)

Sets the value of the acctName property.

Parameters
value Allowed object is SearchStringField

public void setAcctNumber (SearchStringField value)

Sets the value of the acctNumber property.

Parameters
value Allowed object is SearchStringField

public void setAcctType (SearchEnumMultiSelectField value)

Sets the value of the acctType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setBalance (SearchDoubleField value)

Sets the value of the balance property.

Parameters
value Allowed object is SearchDoubleField

public void setCashFlowRate (SearchEnumMultiSelectField value)

Sets the value of the cashFlowRate 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 setGeneralRate (SearchEnumMultiSelectField value)

Sets the value of the generalRate 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 setParent (SearchMultiSelectField value)

Sets the value of the parent property.

Parameters
value Allowed object is SearchMultiSelectField

public void setSubsidiaryList (SearchMultiSelectField value)

Sets the value of the subsidiaryList property.

Parameters
value Allowed object is SearchMultiSelectField