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"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected double |
firstSamplingParameterValue |
protected double |
lastSamplingParameterValue |
protected Double |
samplingParameterBase |
protected double |
samplingParameterInterval |
protected String |
samplingParameterName |
protected BigInteger |
samplingParameters |
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 |
getSamplingParameterBase()
Gets the value of the samplingParameterBase property.
|
double |
getSamplingParameterInterval()
Gets the value of the samplingParameterInterval property.
|
String |
getSamplingParameterName()
Gets the value of the samplingParameterName property.
|
BigInteger |
getSamplingParameters()
Gets the value of the samplingParameters 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 |
setSamplingParameterBase(Double value)
Sets the value of the samplingParameterBase property.
|
void |
setSamplingParameterInterval(double value)
Sets the value of the samplingParameterInterval property.
|
void |
setSamplingParameterName(String value)
Sets the value of the samplingParameterName property.
|
void |
setSamplingParameters(BigInteger value)
Sets the value of the samplingParameters 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
protected Double samplingParameterBase
protected BigInteger samplingParameters
public String getSamplingParameterName()
Stringpublic void setSamplingParameterName(String value)
value - allowed object is
Stringpublic double getSamplingParameterInterval()
public void setSamplingParameterInterval(double value)
public String getSamplingParameterUnit()
Stringpublic void setSamplingParameterUnit(String value)
value - allowed object is
Stringpublic double getFirstSamplingParameterValue()
public void setFirstSamplingParameterValue(double value)
public double getLastSamplingParameterValue()
public void setLastSamplingParameterValue(double value)
public String getSamplingParameterScale()
Stringpublic void setSamplingParameterScale(String value)
value - allowed object is
Stringpublic Double getSamplingParameterBase()
Doublepublic void setSamplingParameterBase(Double value)
value - allowed object is
Doublepublic BigInteger getSamplingParameters()
BigIntegerpublic void setSamplingParameters(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2020. All rights reserved.