| 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 | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acctName | |||||||||||
| acctNumber | |||||||||||
| acctType | |||||||||||
| balance | |||||||||||
| cashFlowRate | |||||||||||
| category1099Misc | |||||||||||
| customFieldList | |||||||||||
| description | |||||||||||
| externalId | |||||||||||
| generalRate | |||||||||||
| internalId | |||||||||||
| isInactive | |||||||||||
| subsidiaryList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acctName property.
| |||||||||||
Gets the value of the acctNumber property.
| |||||||||||
Gets the value of the acctType property.
| |||||||||||
Gets the value of the balance property.
| |||||||||||
Gets the value of the cashFlowRate property.
| |||||||||||
Gets the value of the category1099Misc property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the generalRate property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the subsidiaryList property.
| |||||||||||
Sets the value of the acctName property.
| |||||||||||
Sets the value of the acctNumber property.
| |||||||||||
Sets the value of the acctType property.
| |||||||||||
Sets the value of the balance property.
| |||||||||||
Sets the value of the cashFlowRate property.
| |||||||||||
Sets the value of the category1099Misc property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the generalRate property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the subsidiaryList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
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
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
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
Gets the value of the customFieldList property.
SearchColumnCustomFieldList
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
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
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
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
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
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
Sets the value of the acctName property.
| acctName | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the acctNumber property.
| acctNumber | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the acctType property.
| acctType | Allowed object is
SearchColumnEnumSelectField
|
|---|
Sets the value of the balance property.
| balance | Allowed object is
SearchColumnDoubleField
|
|---|
Sets the value of the cashFlowRate property.
| cashFlowRate | Allowed object is
SearchColumnEnumSelectField
|
|---|
Sets the value of the category1099Misc property.
| category1099Misc | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
SearchColumnCustomFieldList
|
|---|
Sets the value of the description property.
| description | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the externalId property.
| externalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the generalRate property.
| generalRate | Allowed object is
SearchColumnEnumSelectField
|
|---|
Sets the value of the internalId property.
| internalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the isInactive property.
| isInactive | Allowed object is
SearchColumnBooleanField
|
|---|
Sets the value of the subsidiaryList property.
| subsidiaryList | Allowed object is
SearchColumnSelectField
|
|---|