public class Forecast
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extrinsic> |
extrinsic |
protected ForecastQuantity |
forecastQuantity |
protected Period |
period |
| Constructor and Description |
|---|
Forecast() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
ForecastQuantity |
getForecastQuantity()
Gets the value of the forecastQuantity property.
|
Period |
getPeriod()
Gets the value of the period property.
|
void |
setForecastQuantity(ForecastQuantity value)
Sets the value of the forecastQuantity property.
|
void |
setPeriod(Period value)
Sets the value of the period property.
|
protected Period period
protected ForecastQuantity forecastQuantity
protected java.util.List<Extrinsic> extrinsic
public Period getPeriod()
Periodpublic void setPeriod(Period value)
value - allowed object is
Periodpublic ForecastQuantity getForecastQuantity()
ForecastQuantitypublic void setForecastQuantity(ForecastQuantity value)
value - allowed object is
ForecastQuantitypublic java.util.List<Extrinsic> getExtrinsic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.