Package gov.nasa.arc.pds.xml.generated
Class UniformlySampled
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.UniformlySampled
-
public class UniformlySampled extends java.lang.ObjectThe Uniformly_Sampled class provides parameters for a uniformly sampled table.Java class for Uniformly_Sampled complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Uniformly_Sampled"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sampling_parameter_name" type="{http://pds.nasa.gov/pds4/pds/v1}sampling_parameter_name"/> <element name="sampling_parameter_interval" type="{http://pds.nasa.gov/pds4/pds/v1}sampling_parameter_interval"/> <element name="sampling_parameter_unit" type="{http://pds.nasa.gov/pds4/pds/v1}sampling_parameter_unit"/> <element name="first_sampling_parameter_value" type="{http://pds.nasa.gov/pds4/pds/v1}first_sampling_parameter_value"/> <element name="last_sampling_parameter_value" type="{http://pds.nasa.gov/pds4/pds/v1}last_sampling_parameter_value"/> <element name="sampling_parameter_scale" type="{http://pds.nasa.gov/pds4/pds/v1}sampling_parameter_scale"/> <element name="sampling_parameter_base" type="{http://pds.nasa.gov/pds4/pds/v1}sampling_parameter_base" minOccurs="0"/> <element name="sampling_parameters" type="{http://pds.nasa.gov/pds4/pds/v1}sampling_parameters" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected doublefirstSamplingParameterValueprotected doublelastSamplingParameterValueprotected java.lang.DoublesamplingParameterBaseprotected doublesamplingParameterIntervalprotected java.lang.StringsamplingParameterNameprotected java.math.BigIntegersamplingParametersprotected java.lang.StringsamplingParameterScaleprotected java.lang.StringsamplingParameterUnit
-
Constructor Summary
Constructors Constructor Description UniformlySampled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetFirstSamplingParameterValue()Gets the value of the firstSamplingParameterValue property.doublegetLastSamplingParameterValue()Gets the value of the lastSamplingParameterValue property.java.lang.DoublegetSamplingParameterBase()Gets the value of the samplingParameterBase property.doublegetSamplingParameterInterval()Gets the value of the samplingParameterInterval property.java.lang.StringgetSamplingParameterName()Gets the value of the samplingParameterName property.java.math.BigIntegergetSamplingParameters()Gets the value of the samplingParameters property.java.lang.StringgetSamplingParameterScale()Gets the value of the samplingParameterScale property.java.lang.StringgetSamplingParameterUnit()Gets the value of the samplingParameterUnit property.voidsetFirstSamplingParameterValue(double value)Sets the value of the firstSamplingParameterValue property.voidsetLastSamplingParameterValue(double value)Sets the value of the lastSamplingParameterValue property.voidsetSamplingParameterBase(java.lang.Double value)Sets the value of the samplingParameterBase property.voidsetSamplingParameterInterval(double value)Sets the value of the samplingParameterInterval property.voidsetSamplingParameterName(java.lang.String value)Sets the value of the samplingParameterName property.voidsetSamplingParameters(java.math.BigInteger value)Sets the value of the samplingParameters property.voidsetSamplingParameterScale(java.lang.String value)Sets the value of the samplingParameterScale property.voidsetSamplingParameterUnit(java.lang.String value)Sets the value of the samplingParameterUnit property.
-
-
-
Field Detail
-
samplingParameterName
protected java.lang.String samplingParameterName
-
samplingParameterInterval
protected double samplingParameterInterval
-
samplingParameterUnit
protected java.lang.String samplingParameterUnit
-
firstSamplingParameterValue
protected double firstSamplingParameterValue
-
lastSamplingParameterValue
protected double lastSamplingParameterValue
-
samplingParameterScale
protected java.lang.String samplingParameterScale
-
samplingParameterBase
protected java.lang.Double samplingParameterBase
-
samplingParameters
protected java.math.BigInteger samplingParameters
-
-
Method Detail
-
getSamplingParameterName
public java.lang.String getSamplingParameterName()
Gets the value of the samplingParameterName property.- Returns:
- possible object is
String
-
setSamplingParameterName
public void setSamplingParameterName(java.lang.String value)
Sets the value of the samplingParameterName property.- Parameters:
value- allowed object isString
-
getSamplingParameterInterval
public double getSamplingParameterInterval()
Gets the value of the samplingParameterInterval property.
-
setSamplingParameterInterval
public void setSamplingParameterInterval(double value)
Sets the value of the samplingParameterInterval property.
-
getSamplingParameterUnit
public java.lang.String getSamplingParameterUnit()
Gets the value of the samplingParameterUnit property.- Returns:
- possible object is
String
-
setSamplingParameterUnit
public void setSamplingParameterUnit(java.lang.String value)
Sets the value of the samplingParameterUnit property.- Parameters:
value- allowed object isString
-
getFirstSamplingParameterValue
public double getFirstSamplingParameterValue()
Gets the value of the firstSamplingParameterValue property.
-
setFirstSamplingParameterValue
public void setFirstSamplingParameterValue(double value)
Sets the value of the firstSamplingParameterValue property.
-
getLastSamplingParameterValue
public double getLastSamplingParameterValue()
Gets the value of the lastSamplingParameterValue property.
-
setLastSamplingParameterValue
public void setLastSamplingParameterValue(double value)
Sets the value of the lastSamplingParameterValue property.
-
getSamplingParameterScale
public java.lang.String getSamplingParameterScale()
Gets the value of the samplingParameterScale property.- Returns:
- possible object is
String
-
setSamplingParameterScale
public void setSamplingParameterScale(java.lang.String value)
Sets the value of the samplingParameterScale property.- Parameters:
value- allowed object isString
-
getSamplingParameterBase
public java.lang.Double getSamplingParameterBase()
Gets the value of the samplingParameterBase property.- Returns:
- possible object is
Double
-
setSamplingParameterBase
public void setSamplingParameterBase(java.lang.Double value)
Sets the value of the samplingParameterBase property.- Parameters:
value- allowed object isDouble
-
getSamplingParameters
public java.math.BigInteger getSamplingParameters()
Gets the value of the samplingParameters property.- Returns:
- possible object is
BigInteger
-
setSamplingParameters
public void setSamplingParameters(java.math.BigInteger value)
Sets the value of the samplingParameters property.- Parameters:
value- allowed object isBigInteger
-
-