public class UniformlySampled extends Object
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" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
firstSamplingParameterValue |
protected double |
lastSamplingParameterValue |
protected double |
samplingParameterInterval |
protected String |
samplingParameterName |
protected String |
samplingParameterScale |
protected String |
samplingParameterUnit |
Constructor and Description |
---|
UniformlySampled() |
Modifier and Type | Method and Description |
---|---|
double |
getFirstSamplingParameterValue()
Gets the value of the firstSamplingParameterValue property.
|
double |
getLastSamplingParameterValue()
Gets the value of the lastSamplingParameterValue property.
|
double |
getSamplingParameterInterval()
Gets the value of the samplingParameterInterval property.
|
String |
getSamplingParameterName()
Gets the value of the samplingParameterName property.
|
String |
getSamplingParameterScale()
Gets the value of the samplingParameterScale property.
|
String |
getSamplingParameterUnit()
Gets the value of the samplingParameterUnit property.
|
void |
setFirstSamplingParameterValue(double value)
Sets the value of the firstSamplingParameterValue property.
|
void |
setLastSamplingParameterValue(double value)
Sets the value of the lastSamplingParameterValue property.
|
void |
setSamplingParameterInterval(double value)
Sets the value of the samplingParameterInterval property.
|
void |
setSamplingParameterName(String value)
Sets the value of the samplingParameterName property.
|
void |
setSamplingParameterScale(String value)
Sets the value of the samplingParameterScale property.
|
void |
setSamplingParameterUnit(String value)
Sets the value of the samplingParameterUnit property.
|
protected String samplingParameterName
protected double samplingParameterInterval
protected String samplingParameterUnit
protected double firstSamplingParameterValue
protected double lastSamplingParameterValue
protected String samplingParameterScale
public String getSamplingParameterName()
String
public void setSamplingParameterName(String value)
value
- allowed object is
String
public double getSamplingParameterInterval()
public void setSamplingParameterInterval(double value)
public String getSamplingParameterUnit()
String
public void setSamplingParameterUnit(String value)
value
- allowed object is
String
public double getFirstSamplingParameterValue()
public void setFirstSamplingParameterValue(double value)
public double getLastSamplingParameterValue()
public void setLastSamplingParameterValue(double value)
public String getSamplingParameterScale()
String
Copyright © 2016. All Rights Reserved.