| 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.ItemSupplyPlanSearchRowBasic | ||
Java class for ItemSupplyPlanSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemSupplyPlanSearchRowBasic">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
<sequence>
<element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="memo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="orderCreated" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
<element name="orderDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="orderType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityUom" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="receiptDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="units" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldList | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| item | |||||||||||
| lastModifiedDate | |||||||||||
| location | |||||||||||
| memo | |||||||||||
| orderCreated | |||||||||||
| orderDate | |||||||||||
| orderType | |||||||||||
| quantity | |||||||||||
| quantityUom | |||||||||||
| receiptDate | |||||||||||
| subsidiary | |||||||||||
| units | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the lastModifiedDate property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the orderCreated property.
| |||||||||||
Gets the value of the orderDate property.
| |||||||||||
Gets the value of the orderType property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the quantityUom property.
| |||||||||||
Gets the value of the receiptDate property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Gets the value of the units property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the lastModifiedDate property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the orderCreated property.
| |||||||||||
Sets the value of the orderDate property.
| |||||||||||
Sets the value of the orderType property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the quantityUom property.
| |||||||||||
Sets the value of the receiptDate property.
| |||||||||||
Sets the value of the subsidiary property.
| |||||||||||
Sets the value of the units property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldList property.
SearchColumnCustomFieldList
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 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 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 lastModifiedDate 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 lastModifiedDate property.
For example, to add a new item, do as follows:
getLastModifiedDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
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 orderCreated 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 orderCreated property.
For example, to add a new item, do as follows:
getOrderCreated().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnBooleanField
Gets the value of the orderDate 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 orderDate property.
For example, to add a new item, do as follows:
getOrderDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
Gets the value of the orderType 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 orderType property.
For example, to add a new item, do as follows:
getOrderType().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the quantity 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 quantity property.
For example, to add a new item, do as follows:
getQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the quantityUom 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 quantityUom property.
For example, to add a new item, do as follows:
getQuantityUom().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the receiptDate 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 receiptDate property.
For example, to add a new item, do as follows:
getReceiptDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
Gets the value of the subsidiary 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 subsidiary property.
For example, to add a new item, do as follows:
getSubsidiary().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the units 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 units property.
For example, to add a new item, do as follows:
getUnits().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Sets the value of the customFieldList property.
| value | Allowed object is
SearchColumnCustomFieldList
|
|---|
Sets the value of the externalId property.
| externalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the internalId property.
| internalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the item property.
| item | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the lastModifiedDate property.
| lastModifiedDate | Allowed object is
SearchColumnDateField
|
|---|
Sets the value of the location property.
| location | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the memo property.
| memo | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the orderCreated property.
| orderCreated | Allowed object is
SearchColumnBooleanField
|
|---|
Sets the value of the orderDate property.
| orderDate | Allowed object is
SearchColumnDateField
|
|---|
Sets the value of the orderType property.
| orderType | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the quantity property.
| quantity | Allowed object is
SearchColumnDoubleField
|
|---|
Sets the value of the quantityUom property.
| quantityUom | Allowed object is
SearchColumnDoubleField
|
|---|
Sets the value of the receiptDate property.
| receiptDate | Allowed object is
SearchColumnDateField
|
|---|
Sets the value of the subsidiary property.
| subsidiary | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the units property.
| units | Allowed object is
SearchColumnSelectField
|
|---|