public class ObservedPolarisationValues extends Object
Element of ObservedPolarisationAnalysis
Example: See ObservedPolarisationAnalysis.
| Constructor and Description |
|---|
ObservedPolarisationValues() |
| Modifier and Type | Method and Description |
|---|---|
US_Percent3 |
getStatisticalIndicator()
Get In Data Item StatisticalIndicator (US), indicate how this specific data
observation was collected (e.g., 95% of the observed values).
|
US_Deg_Signed |
getTiltAngleValue()
Get the observed Tilt Angle which provided the base data set used for
statistical study..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetStatisticalIndicator()
Determine if the StatisticalIndicator is configured.
|
boolean |
isSetTiltAngleValue()
Determine if the TiltAngleValue is configured.
|
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).
|
void |
setTiltAngleValue(US_Deg_Signed value)
Set the observed Tilt Angle which provided the base data set used for
statistical study..
|
String |
toString()
Get a string representation of this ObservedPolarisationValues instance
configuration.
|
ObservedPolarisationValues |
withStatisticalIndicator(Double value)
Set In Data Item StatisticalIndicator (US), indicate how this specific data
observation was collected (e.g., 95% of the observed values).
|
ObservedPolarisationValues |
withTiltAngleValue(Double value)
Set the observed Tilt Angle which provided the base data set used for
statistical study.
|
public US_Percent3 getStatisticalIndicator()
US_Percent3 instancepublic void setStatisticalIndicator(US_Percent3 value)
value - a US_Percent3 instancepublic boolean isSetStatisticalIndicator()
public US_Deg_Signed getTiltAngleValue()
US_Deg_Signed instancepublic void setTiltAngleValue(US_Deg_Signed value)
value - a US_Deg_Signed instancepublic boolean isSetTiltAngleValue()
public ObservedPolarisationValues withStatisticalIndicator(Double value)
value - An instances of type Double.public ObservedPolarisationValues withTiltAngleValue(Double value)
value - An instances of type Double.public String toString()
public boolean isSet()
ObservedPolarisationValues has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.