| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchRecord | |
| ↳ | com.netsuite.webservices.platform.common_2010_2.BinSearchBasic | |
Java class for BinSearchBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinSearchBasic">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
<sequence>
<element name="binNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="inactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" 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="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="memo" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| binNumber | |||||||||||
| customFieldList | |||||||||||
| inactive | |||||||||||
| internalId | |||||||||||
| internalIdNumber | |||||||||||
| location | |||||||||||
| memo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the binNumber property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the internalIdNumber property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Sets the value of the binNumber property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the internalIdNumber property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the binNumber property.
SearchStringField
Gets the value of the customFieldList property.
SearchCustomFieldList
Gets the value of the inactive property.
SearchBooleanField
Gets the value of the internalId property.
SearchMultiSelectField
Gets the value of the internalIdNumber property.
SearchLongField
Gets the value of the location property.
SearchMultiSelectField
Gets the value of the memo property.
SearchStringField
Sets the value of the binNumber property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
SearchCustomFieldList
|
|---|
Sets the value of the inactive property.
| value | Allowed object is
SearchBooleanField
|
|---|
Sets the value of the internalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalIdNumber property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the location property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the memo property.
| value | Allowed object is
SearchStringField
|
|---|