Package org.cxml

Class PlanningTimeSeries

java.lang.Object
org.cxml.PlanningTimeSeries

public class PlanningTimeSeries extends Object
  • Field Details

  • Constructor Details

    • PlanningTimeSeries

      public PlanningTimeSeries()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getCustomType

      public String getCustomType()
      Gets the value of the customType property.
      Returns:
      possible object is String
    • setCustomType

      public void setCustomType(String value)
      Sets the value of the customType property.
      Parameters:
      value - allowed object is String
    • getTimeSeriesDetails

      public List<TimeSeriesDetails> getTimeSeriesDetails()
      Gets the value of the timeSeriesDetails 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 timeSeriesDetails property.

      For example, to add a new item, do as follows:

          getTimeSeriesDetails().add(newItem);
       

      Objects of the following type(s) are allowed in the list TimeSeriesDetails