public class

DemandPlan

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.demandplanning_2012_1.DemandPlan

Class Overview

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>
 

Summary

Fields
protected Double calculatedQuantity
protected XMLGregorianCalendar endDate
protected PeriodDemandPlanList periodDemandPlanList
protected XMLGregorianCalendar startDate
Public Constructors
DemandPlan()
Public Methods
Double getCalculatedQuantity()
Gets the value of the calculatedQuantity property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
PeriodDemandPlanList getPeriodDemandPlanList()
Gets the value of the periodDemandPlanList property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setCalculatedQuantity(Double value)
Sets the value of the calculatedQuantity property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setPeriodDemandPlanList(PeriodDemandPlanList value)
Sets the value of the periodDemandPlanList property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double calculatedQuantity

protected XMLGregorianCalendar endDate

protected PeriodDemandPlanList periodDemandPlanList

protected XMLGregorianCalendar startDate

Public Constructors

public DemandPlan ()

Public Methods

public Double getCalculatedQuantity ()

Gets the value of the calculatedQuantity property.

Returns
  • possible object is Double

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public PeriodDemandPlanList getPeriodDemandPlanList ()

Gets the value of the periodDemandPlanList property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCalculatedQuantity (Double value)

Sets the value of the calculatedQuantity property.

Parameters
value Allowed object is Double

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodDemandPlanList (PeriodDemandPlanList value)

Sets the value of the periodDemandPlanList property.

Parameters
value Allowed object is PeriodDemandPlanList

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar