Package org.cxml

Class Forecast


  • public class Forecast
    extends java.lang.Object
    • Constructor Detail

      • Forecast

        public Forecast()
    • 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 is Period
      • 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 is ForecastQuantity
      • 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 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