| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.demandplanning_2012_1.DemandPlan |
Java class for DemandPlan complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DemandPlan">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="calculatedQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="periodDemandPlanList" type="{urn:demandplanning_2012_1.transactions.webservices.netsuite.com}PeriodDemandPlanList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| calculatedQuantity | |||||||||||
| endDate | |||||||||||
| periodDemandPlanList | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the calculatedQuantity property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the periodDemandPlanList property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the calculatedQuantity property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the periodDemandPlanList property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the calculatedQuantity property.
Gets the value of the endDate property.
Gets the value of the periodDemandPlanList property.
PeriodDemandPlanList
Gets the value of the startDate property.
Sets the value of the calculatedQuantity property.
| value | Allowed object is Double |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodDemandPlanList property.
| value | Allowed object is
PeriodDemandPlanList
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|