|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.BandBin
public class BandBin
The Band_Bin class specifies the characteristics of an individual spectral band in a spectral qube.
Java class for Band_Bin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Band_Bin"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="band_number" type="{http://pds.nasa.gov/pds4/pds/v1}band_number"/> <element name="band_width" type="{http://pds.nasa.gov/pds4/pds/v1}band_width"/> <element name="center_wavelength" type="{http://pds.nasa.gov/pds4/pds/v1}center_wavelength"/> <element name="detector_number" type="{http://pds.nasa.gov/pds4/pds/v1}detector_number" minOccurs="0"/> <element name="filter_number" type="{http://pds.nasa.gov/pds4/pds/v1}filter_number" minOccurs="0"/> <element name="grating_position" type="{http://pds.nasa.gov/pds4/pds/v1}grating_position" minOccurs="0"/> <element name="original_band" type="{http://pds.nasa.gov/pds4/pds/v1}original_band" minOccurs="0"/> <element name="standard_deviation" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/> <element name="scaling_factor" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/> <element name="value_offset" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
bandNumber
|
protected BandWidth |
bandWidth
|
protected CenterWavelength |
centerWavelength
|
protected Integer |
detectorNumber
|
protected Integer |
filterNumber
|
protected Integer |
gratingPosition
|
protected Integer |
originalBand
|
protected Double |
scalingFactor
|
protected Double |
standardDeviation
|
protected Double |
valueOffset
|
Constructor Summary | |
---|---|
BandBin()
|
Method Summary | |
---|---|
int |
getBandNumber()
Gets the value of the bandNumber property. |
BandWidth |
getBandWidth()
Gets the value of the bandWidth property. |
CenterWavelength |
getCenterWavelength()
Gets the value of the centerWavelength property. |
Integer |
getDetectorNumber()
Gets the value of the detectorNumber property. |
Integer |
getFilterNumber()
Gets the value of the filterNumber property. |
Integer |
getGratingPosition()
Gets the value of the gratingPosition property. |
Integer |
getOriginalBand()
Gets the value of the originalBand property. |
Double |
getScalingFactor()
Gets the value of the scalingFactor property. |
Double |
getStandardDeviation()
Gets the value of the standardDeviation property. |
Double |
getValueOffset()
Gets the value of the valueOffset property. |
void |
setBandNumber(int value)
Sets the value of the bandNumber property. |
void |
setBandWidth(BandWidth value)
Sets the value of the bandWidth property. |
void |
setCenterWavelength(CenterWavelength value)
Sets the value of the centerWavelength property. |
void |
setDetectorNumber(Integer value)
Sets the value of the detectorNumber property. |
void |
setFilterNumber(Integer value)
Sets the value of the filterNumber property. |
void |
setGratingPosition(Integer value)
Sets the value of the gratingPosition property. |
void |
setOriginalBand(Integer value)
Sets the value of the originalBand property. |
void |
setScalingFactor(Double value)
Sets the value of the scalingFactor property. |
void |
setStandardDeviation(Double value)
Sets the value of the standardDeviation property. |
void |
setValueOffset(Double value)
Sets the value of the valueOffset property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int bandNumber
protected BandWidth bandWidth
protected CenterWavelength centerWavelength
protected Integer detectorNumber
protected Integer filterNumber
protected Integer gratingPosition
protected Integer originalBand
protected Double standardDeviation
protected Double scalingFactor
protected Double valueOffset
Constructor Detail |
---|
public BandBin()
Method Detail |
---|
public int getBandNumber()
public void setBandNumber(int value)
public BandWidth getBandWidth()
BandWidth
public void setBandWidth(BandWidth value)
value
- allowed object is
BandWidth
public CenterWavelength getCenterWavelength()
CenterWavelength
public void setCenterWavelength(CenterWavelength value)
value
- allowed object is
CenterWavelength
public Integer getDetectorNumber()
Integer
public void setDetectorNumber(Integer value)
value
- allowed object is
Integer
public Integer getFilterNumber()
Integer
public void setFilterNumber(Integer value)
value
- allowed object is
Integer
public Integer getGratingPosition()
Integer
public void setGratingPosition(Integer value)
value
- allowed object is
Integer
public Integer getOriginalBand()
Integer
public void setOriginalBand(Integer value)
value
- allowed object is
Integer
public Double getStandardDeviation()
Double
public void setStandardDeviation(Double value)
value
- allowed object is
Double
public Double getScalingFactor()
Double
public void setScalingFactor(Double value)
value
- allowed object is
Double
public Double getValueOffset()
Double
public void setValueOffset(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |