| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.Record | |
| ↳ | com.netsuite.webservices.transactions.demandplanning_2012_1.ItemDemandPlan | |
Java class for ItemDemandPlan complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemDemandPlan">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
<sequence>
<element name="customForm" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="subsidiary" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="location" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="units" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="year" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="month" type="{urn:types.demandplanning_2012_1.transactions.webservices.netsuite.com}DemandPlanMonth" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="demandPlanCalendarType" type="{urn:types.demandplanning_2012_1.transactions.webservices.netsuite.com}DemandPlanCalendarType" minOccurs="0"/>
<element name="demandPlanMatrix" type="{urn:demandplanning_2012_1.transactions.webservices.netsuite.com}DemandPlanMatrix" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customForm | |||||||||||
| demandPlanCalendarType | |||||||||||
| demandPlanMatrix | |||||||||||
| endDate | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| item | |||||||||||
| location | |||||||||||
| memo | |||||||||||
| month | |||||||||||
| startDate | |||||||||||
| subsidiary | |||||||||||
| units | |||||||||||
| year | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customForm property.
| |||||||||||
Gets the value of the demandPlanCalendarType property.
| |||||||||||
Gets the value of the demandPlanMatrix property.
| |||||||||||
Gets the value of the endDate 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 location property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the month property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Gets the value of the units property.
| |||||||||||
Gets the value of the year property.
| |||||||||||
Sets the value of the customForm property.
| |||||||||||
Sets the value of the demandPlanCalendarType property.
| |||||||||||
Sets the value of the demandPlanMatrix property.
| |||||||||||
Sets the value of the endDate 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 location property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the month property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the subsidiary property.
| |||||||||||
Sets the value of the units property.
| |||||||||||
Sets the value of the year property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customForm property.
RecordRef
Gets the value of the demandPlanCalendarType property.
DemandPlanCalendarType
Gets the value of the demandPlanMatrix property.
DemandPlanMatrix
Gets the value of the endDate property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the item property.
RecordRef
Gets the value of the location property.
RecordRef
Gets the value of the memo property.
Gets the value of the month property.
DemandPlanMonth
Gets the value of the startDate property.
Gets the value of the subsidiary property.
RecordRef
Gets the value of the units property.
RecordRef
Gets the value of the year property.
Sets the value of the customForm property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the demandPlanCalendarType property.
| value | Allowed object is
DemandPlanCalendarType
|
|---|
Sets the value of the demandPlanMatrix property.
| value | Allowed object is
DemandPlanMatrix
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the location property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the month property.
| value | Allowed object is
DemandPlanMonth
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subsidiary property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the units property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the year property.
| value | Allowed object is Long |
|---|