Package org.cxml
Class PlanningTimeSeries
java.lang.Object
org.cxml.PlanningTimeSeries
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<TimeSeriesDetails>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the customType property.Gets the value of the timeSeriesDetails property.getType()Gets the value of the type property.voidsetCustomType(String value) Sets the value of the customType property.voidSets the value of the type property.
-
Field Details
-
type
-
customType
-
timeSeriesDetails
-
-
Constructor Details
-
PlanningTimeSeries
public PlanningTimeSeries()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCustomType
Gets the value of the customType property.- Returns:
- possible object is
String
-
setCustomType
Sets the value of the customType property.- Parameters:
value- allowed object isString
-
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
setmethod 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
-