gov.nasa.arc.pds.xml.generated
Class UniformlySampled

java.lang.Object
  extended by 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}ASCII_Short_String_Collapsed"/>
         <element name="sampling_parameter_interval" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real"/>
         <element name="sampling_parameter_unit" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="first_sampling_parameter_value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real"/>
         <element name="last_sampling_parameter_value" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real"/>
         <element name="sampling_parameter_scale" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" 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

samplingParameterName

protected String samplingParameterName

samplingParameterInterval

protected double samplingParameterInterval

samplingParameterUnit

protected String samplingParameterUnit

firstSamplingParameterValue

protected double firstSamplingParameterValue

lastSamplingParameterValue

protected double lastSamplingParameterValue

samplingParameterScale

protected String samplingParameterScale
Constructor Detail

UniformlySampled

public UniformlySampled()
Method Detail

getSamplingParameterName

public String getSamplingParameterName()
Gets the value of the samplingParameterName property.

Returns:
possible object is String

setSamplingParameterName

public void setSamplingParameterName(String value)
Sets the value of the samplingParameterName property.

Parameters:
value - allowed object is String

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 String getSamplingParameterUnit()
Gets the value of the samplingParameterUnit property.

Returns:
possible object is String

setSamplingParameterUnit

public void setSamplingParameterUnit(String value)
Sets the value of the samplingParameterUnit property.

Parameters:
value - allowed object is String

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 String getSamplingParameterScale()
Gets the value of the samplingParameterScale property.

Returns:
possible object is String

setSamplingParameterScale

public void setSamplingParameterScale(String value)
Sets the value of the samplingParameterScale property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.