Package org.cxml
Class Forecast
java.lang.Object
org.cxml.Forecast
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extrinsic property.Gets the value of the forecastQuantity property.Gets the value of the period property.Gets the value of the unitPrice property.voidSets the value of the forecastQuantity property.voidSets the value of the period property.voidsetUnitPrice(UnitPrice value) Sets the value of the unitPrice property.
-
Field Details
-
period
-
forecastQuantity
-
unitPrice
-
extrinsic
-
-
Constructor Details
-
Forecast
public Forecast()
-
-
Method Details
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getForecastQuantity
Gets the value of the forecastQuantity property.- Returns:
- possible object is
ForecastQuantity
-
setForecastQuantity
Sets the value of the forecastQuantity property.- Parameters:
value- allowed object isForecastQuantity
-
getUnitPrice
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
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
-