Package gov.nasa.arc.pds.xml.generated
Class UniformlySampled
java.lang.Object
gov.nasa.arc.pds.xml.generated.UniformlySampled
public class UniformlySampled extends Object
The 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 SummaryFields Modifier and Type Field Description protected doublefirstSamplingParameterValueprotected doublelastSamplingParameterValueprotected DoublesamplingParameterBaseprotected doublesamplingParameterIntervalprotected StringsamplingParameterNameprotected BigIntegersamplingParametersprotected StringsamplingParameterScaleprotected StringsamplingParameterUnit
- 
Constructor SummaryConstructors Constructor Description UniformlySampled()
- 
Method SummaryModifier and Type Method Description doublegetFirstSamplingParameterValue()Gets the value of the firstSamplingParameterValue property.doublegetLastSamplingParameterValue()Gets the value of the lastSamplingParameterValue property.DoublegetSamplingParameterBase()Gets the value of the samplingParameterBase property.doublegetSamplingParameterInterval()Gets the value of the samplingParameterInterval property.StringgetSamplingParameterName()Gets the value of the samplingParameterName property.BigIntegergetSamplingParameters()Gets the value of the samplingParameters property.StringgetSamplingParameterScale()Gets the value of the samplingParameterScale property.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(Double value)Sets the value of the samplingParameterBase property.voidsetSamplingParameterInterval(double value)Sets the value of the samplingParameterInterval property.voidsetSamplingParameterName(String value)Sets the value of the samplingParameterName property.voidsetSamplingParameters(BigInteger value)Sets the value of the samplingParameters property.voidsetSamplingParameterScale(String value)Sets the value of the samplingParameterScale property.voidsetSamplingParameterUnit(String value)Sets the value of the samplingParameterUnit property.
- 
Field Details- 
samplingParameterName
- 
samplingParameterIntervalprotected double samplingParameterInterval
- 
samplingParameterUnit
- 
firstSamplingParameterValueprotected double firstSamplingParameterValue
- 
lastSamplingParameterValueprotected double lastSamplingParameterValue
- 
samplingParameterScale
- 
samplingParameterBase
- 
samplingParameters
 
- 
- 
Constructor Details- 
UniformlySampledpublic UniformlySampled()
 
- 
- 
Method Details- 
getSamplingParameterNameGets the value of the samplingParameterName property.- Returns:
- possible object is
     String
 
- 
setSamplingParameterNameSets the value of the samplingParameterName property.- Parameters:
- value- allowed object is- String
 
- 
getSamplingParameterIntervalpublic double getSamplingParameterInterval()Gets the value of the samplingParameterInterval property.
- 
setSamplingParameterIntervalpublic void setSamplingParameterInterval(double value)Sets the value of the samplingParameterInterval property.
- 
getSamplingParameterUnitGets the value of the samplingParameterUnit property.- Returns:
- possible object is
     String
 
- 
setSamplingParameterUnitSets the value of the samplingParameterUnit property.- Parameters:
- value- allowed object is- String
 
- 
getFirstSamplingParameterValuepublic double getFirstSamplingParameterValue()Gets the value of the firstSamplingParameterValue property.
- 
setFirstSamplingParameterValuepublic void setFirstSamplingParameterValue(double value)Sets the value of the firstSamplingParameterValue property.
- 
getLastSamplingParameterValuepublic double getLastSamplingParameterValue()Gets the value of the lastSamplingParameterValue property.
- 
setLastSamplingParameterValuepublic void setLastSamplingParameterValue(double value)Sets the value of the lastSamplingParameterValue property.
- 
getSamplingParameterScaleGets the value of the samplingParameterScale property.- Returns:
- possible object is
     String
 
- 
setSamplingParameterScaleSets the value of the samplingParameterScale property.- Parameters:
- value- allowed object is- String
 
- 
getSamplingParameterBaseGets the value of the samplingParameterBase property.- Returns:
- possible object is
     Double
 
- 
setSamplingParameterBaseSets the value of the samplingParameterBase property.- Parameters:
- value- allowed object is- Double
 
- 
getSamplingParametersGets the value of the samplingParameters property.- Returns:
- possible object is
     BigInteger
 
- 
setSamplingParametersSets the value of the samplingParameters property.- Parameters:
- value- allowed object is- BigInteger
 
 
-