|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.UniformlySampled
public class UniformlySampled
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" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected double |
firstSamplingParameterValue
|
protected double |
lastSamplingParameterValue
|
protected double |
samplingParameterInterval
|
protected String |
samplingParameterName
|
protected String |
samplingParameterScale
|
protected String |
samplingParameterUnit
|
Constructor Summary | |
---|---|
UniformlySampled()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String samplingParameterName
protected double samplingParameterInterval
protected String samplingParameterUnit
protected double firstSamplingParameterValue
protected double lastSamplingParameterValue
protected String samplingParameterScale
Constructor Detail |
---|
public UniformlySampled()
Method Detail |
---|
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
public void setSamplingParameterScale(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |