public class ObservedRFValues extends Object
Element of ObservedRFAnalysis
Example: See ObservedRFAnalysis
.
Constructor and Description |
---|
ObservedRFValues() |
Modifier and Type | Method and Description |
---|---|
FreqM |
getRFValue()
Get the observed signals values.
|
US_Percent3 |
getStatisticalIndicator()
Get In Data Item StatisticalIndicator (US), indicate how this specific data
observation was collected (e.g., 95% of the observed values).
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetRFValue()
Determine if the RFValue is configured.
|
boolean |
isSetStatisticalIndicator()
Determine if the StatisticalIndicator is configured.
|
void |
setRFValue(FreqM value)
Set the observed signals values.
|
void |
setStatisticalIndicator(US_Percent3 value)
Set In Data Item StatisticalIndicator (US), indicate how this specific data
observation was collected (e.g., 95% of the observed values).
|
String |
toString()
Get a string representation of this ObservedRFValues instance
configuration.
|
ObservedRFValues |
withRFValue(Double value)
Set the observed signals values
|
ObservedRFValues |
withStatisticalIndicator(Double value)
Set In Data Item StatisticalIndicator (US), indicate how this specific data
observation was collected (e.g., 95% of the observed values).
|
public FreqM getRFValue()
FreqM
instancepublic void setRFValue(FreqM value)
value
- a FreqM
instancepublic boolean isSetRFValue()
public US_Percent3 getStatisticalIndicator()
US_Percent3
instancepublic void setStatisticalIndicator(US_Percent3 value)
value
- a US_Percent3
instancepublic boolean isSetStatisticalIndicator()
public ObservedRFValues withRFValue(Double value)
value
- An instances of type Double
.public ObservedRFValues withStatisticalIndicator(Double value)
value
- An instances of type Double
.public String toString()
public boolean isSet()
ObservedRFValues
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.