Class TimeSeriesDetails
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IdReference>protected Periodprotected UpsideQuantity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extrinsic property.Gets the value of the idReference property.Gets the value of the period property.Gets the value of the timeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount property.Gets the value of the upsideQuantity property.voidSets the value of the period property.voidsetUpsideQuantity(UpsideQuantity value) Sets the value of the upsideQuantity property.
-
Field Details
-
period
-
timeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount
-
upsideQuantity
-
idReference
-
extrinsic
-
-
Constructor Details
-
TimeSeriesDetails
public TimeSeriesDetails()
-
-
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
-
getTimeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount
Gets the value of the timeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount 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 timeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount property.For example, to add a new item, do as follows:
getTimeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount().add(newItem);Objects of the following type(s) are allowed in the list
TimeSeriesAmountTimeSeriesQuantityTimeSeriesValue -
getUpsideQuantity
Gets the value of the upsideQuantity property.- Returns:
- possible object is
UpsideQuantity
-
setUpsideQuantity
Sets the value of the upsideQuantity property.- Parameters:
value- allowed object isUpsideQuantity
-
getIdReference
Gets the value of the idReference 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 idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference -
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
-