| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2012_1.ItemDemandPlanSearchRowBasic |
Java class for ItemDemandPlanSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemDemandPlanSearchRowBasic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alternateSourceItem" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="analysisDuration" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
<element name="demandDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="lastModifiedDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDateField" 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="projectionDuration" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
<element name="projectionInterval" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="projectionMethod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="projectionStartDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantity" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="quantityUom" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="subsidiary" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="units" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| alternateSourceItem | |||||||||||
| analysisDuration | |||||||||||
| customFieldList | |||||||||||
| demandDate | |||||||||||
| internalId | |||||||||||
| item | |||||||||||
| lastModifiedDate | |||||||||||
| location | |||||||||||
| memo | |||||||||||
| projectionDuration | |||||||||||
| projectionInterval | |||||||||||
| projectionMethod | |||||||||||
| projectionStartDate | |||||||||||
| quantity | |||||||||||
| quantityUom | |||||||||||
| subsidiary | |||||||||||
| units | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the alternateSourceItem property.
| |||||||||||
Gets the value of the analysisDuration property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the demandDate 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 projectionDuration property.
| |||||||||||
Gets the value of the projectionInterval property.
| |||||||||||
Gets the value of the projectionMethod property.
| |||||||||||
Gets the value of the projectionStartDate property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the quantityUom property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Gets the value of the units property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the alternateSourceItem 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 alternateSourceItem property.
For example, to add a new item, do as follows:
getAlternateSourceItem().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the analysisDuration 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 analysisDuration property.
For example, to add a new item, do as follows:
getAnalysisDuration().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnLongField
Gets the value of the customFieldList property.
SearchColumnCustomFieldList
Gets the value of the demandDate 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 demandDate property.
For example, to add a new item, do as follows:
getDemandDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
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 projectionDuration 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 projectionDuration property.
For example, to add a new item, do as follows:
getProjectionDuration().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnLongField
Gets the value of the projectionInterval 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 projectionInterval property.
For example, to add a new item, do as follows:
getProjectionInterval().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the projectionMethod 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 projectionMethod property.
For example, to add a new item, do as follows:
getProjectionMethod().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the projectionStartDate 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 projectionStartDate property.
For example, to add a new item, do as follows:
getProjectionStartDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
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 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
|
|---|