Package org.cxml
Class TimeSeriesValue
java.lang.Object
org.cxml.TimeSeriesValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getValue()Gets the value of the value property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the value property.
-
Field Details
-
value
-
description
-
-
Constructor Details
-
TimeSeriesValue
public TimeSeriesValue()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-