| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2012_1.InventoryNumberSearchRowBasic |
Java class for InventoryNumberSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryNumberSearchRowBasic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expirationDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="inventoryNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="isonhand" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
<element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="location" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="memo" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityavailable" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityintransit" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityonhand" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityonorder" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldList | |||||||||||
| expirationDate | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| inventoryNumber | |||||||||||
| isonhand | |||||||||||
| item | |||||||||||
| location | |||||||||||
| memo | |||||||||||
| quantityavailable | |||||||||||
| quantityintransit | |||||||||||
| quantityonhand | |||||||||||
| quantityonorder | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the inventoryNumber property.
| |||||||||||
Gets the value of the isonhand property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the quantityavailable property.
| |||||||||||
Gets the value of the quantityintransit property.
| |||||||||||
Gets the value of the quantityonhand property.
| |||||||||||
Gets the value of the quantityonorder property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldList property.
SearchColumnCustomFieldList
Gets the value of the expirationDate 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 expirationDate property.
For example, to add a new item, do as follows:
getExpirationDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
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
SearchColumnStringField
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 inventoryNumber 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 inventoryNumber property.
For example, to add a new item, do as follows:
getInventoryNumber().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the isonhand 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 isonhand property.
For example, to add a new item, do as follows:
getIsonhand().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnBooleanField
Gets the value of the item 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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the location 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 location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the memo 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 memo property.
For example, to add a new item, do as follows:
getMemo().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the quantityavailable 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 quantityavailable property.
For example, to add a new item, do as follows:
getQuantityavailable().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the quantityintransit 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 quantityintransit property.
For example, to add a new item, do as follows:
getQuantityintransit().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the quantityonhand 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 quantityonhand property.
For example, to add a new item, do as follows:
getQuantityonhand().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the quantityonorder 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 quantityonorder property.
For example, to add a new item, do as follows:
getQuantityonorder().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Sets the value of the customFieldList property.
| value | Allowed object is
SearchColumnCustomFieldList
|
|---|