| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.demandplanning_2012_1.PeriodDemandPlan |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dayOfTheWeek | |||||||||||
| quantity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dayOfTheWeek property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Sets the value of the dayOfTheWeek property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dayOfTheWeek property.
DayOfTheWeek
Gets the value of the quantity property.
Sets the value of the dayOfTheWeek property.
| value | Allowed object is
DayOfTheWeek
|
|---|
Sets the value of the quantity property.
| value |
|---|