public class

PeriodDemandPlan

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

Class Overview

Java class for PeriodDemandPlan complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PeriodDemandPlan">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="dayOfTheWeek" type="{urn:types.demandplanning_2012_1.transactions.webservices.netsuite.com}DayOfTheWeek" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DayOfTheWeek dayOfTheWeek
protected double quantity
Public Constructors
PeriodDemandPlan()
Public Methods
DayOfTheWeek getDayOfTheWeek()
Gets the value of the dayOfTheWeek property.
double getQuantity()
Gets the value of the quantity property.
void setDayOfTheWeek(DayOfTheWeek value)
Sets the value of the dayOfTheWeek property.
void setQuantity(double value)
Sets the value of the quantity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DayOfTheWeek dayOfTheWeek

protected double quantity

Public Constructors

public PeriodDemandPlan ()

Public Methods

public DayOfTheWeek getDayOfTheWeek ()

Gets the value of the dayOfTheWeek property.

Returns

public double getQuantity ()

Gets the value of the quantity property.

public void setDayOfTheWeek (DayOfTheWeek value)

Sets the value of the dayOfTheWeek property.

Parameters
value Allowed object is DayOfTheWeek

public void setQuantity (double value)

Sets the value of the quantity property.

Parameters
value