Package org.cxml

Class TimeSeriesDetails

java.lang.Object
org.cxml.TimeSeriesDetails

public class TimeSeriesDetails extends Object
  • Field Details

    • period

      protected Period period
    • timeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount

      protected List<Object> timeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount
    • upsideQuantity

      protected UpsideQuantity upsideQuantity
    • idReference

      protected List<IdReference> idReference
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • TimeSeriesDetails

      public TimeSeriesDetails()
  • Method Details

    • 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
    • getTimeSeriesQuantityOrTimeSeriesValueOrTimeSeriesAmount

      public List<Object> 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 set method 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 TimeSeriesAmount TimeSeriesQuantity TimeSeriesValue

    • getUpsideQuantity

      public UpsideQuantity getUpsideQuantity()
      Gets the value of the upsideQuantity property.
      Returns:
      possible object is UpsideQuantity
    • setUpsideQuantity

      public void setUpsideQuantity(UpsideQuantity value)
      Sets the value of the upsideQuantity property.
      Parameters:
      value - allowed object is UpsideQuantity
    • getIdReference

      public List<IdReference> 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 set method 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

      public 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