Package org.cxml
Class Forecast
- java.lang.Object
-
- org.cxml.Forecast
-
public class Forecast extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Extrinsic>extrinsicprotected ForecastQuantityforecastQuantityprotected Periodperiod
-
Constructor Summary
Constructors Constructor Description Forecast()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.ForecastQuantitygetForecastQuantity()Gets the value of the forecastQuantity property.PeriodgetPeriod()Gets the value of the period property.voidsetForecastQuantity(ForecastQuantity value)Sets the value of the forecastQuantity property.voidsetPeriod(Period value)Sets the value of the period property.
-
-
-
Field Detail
-
period
protected Period period
-
forecastQuantity
protected ForecastQuantity forecastQuantity
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getPeriod
public Period getPeriod()
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
public void setPeriod(Period value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getForecastQuantity
public ForecastQuantity getForecastQuantity()
Gets the value of the forecastQuantity property.- Returns:
- possible object is
ForecastQuantity
-
setForecastQuantity
public void setForecastQuantity(ForecastQuantity value)
Sets the value of the forecastQuantity property.- Parameters:
value- allowed object isForecastQuantity
-
getExtrinsic
public java.util.List<Extrinsic> getExtrinsic()
Gets the value of the extrinsic property.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
setmethod 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
-
-