public class BandBin
extends java.lang.Object
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}standard_deviation" minOccurs="0"/>
<element name="scaling_factor" type="{http://pds.nasa.gov/pds4/pds/v1}scaling_factor" minOccurs="0"/>
<element name="value_offset" type="{http://pds.nasa.gov/pds4/pds/v1}value_offset" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
bandNumber |
protected BandWidth |
bandWidth |
protected CenterWavelength |
centerWavelength |
protected java.math.BigInteger |
detectorNumber |
protected java.math.BigInteger |
filterNumber |
protected java.math.BigInteger |
gratingPosition |
protected java.lang.Integer |
originalBand |
protected java.lang.Double |
scalingFactor |
protected java.lang.Double |
standardDeviation |
protected java.lang.Double |
valueOffset |
| Constructor and Description |
|---|
BandBin() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.math.BigInteger |
getDetectorNumber()
Gets the value of the detectorNumber property.
|
java.math.BigInteger |
getFilterNumber()
Gets the value of the filterNumber property.
|
java.math.BigInteger |
getGratingPosition()
Gets the value of the gratingPosition property.
|
java.lang.Integer |
getOriginalBand()
Gets the value of the originalBand property.
|
java.lang.Double |
getScalingFactor()
Gets the value of the scalingFactor property.
|
java.lang.Double |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
java.lang.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(java.math.BigInteger value)
Sets the value of the detectorNumber property.
|
void |
setFilterNumber(java.math.BigInteger value)
Sets the value of the filterNumber property.
|
void |
setGratingPosition(java.math.BigInteger value)
Sets the value of the gratingPosition property.
|
void |
setOriginalBand(java.lang.Integer value)
Sets the value of the originalBand property.
|
void |
setScalingFactor(java.lang.Double value)
Sets the value of the scalingFactor property.
|
void |
setStandardDeviation(java.lang.Double value)
Sets the value of the standardDeviation property.
|
void |
setValueOffset(java.lang.Double value)
Sets the value of the valueOffset property.
|
protected int bandNumber
protected BandWidth bandWidth
protected CenterWavelength centerWavelength
protected java.math.BigInteger detectorNumber
protected java.math.BigInteger filterNumber
protected java.math.BigInteger gratingPosition
protected java.lang.Integer originalBand
protected java.lang.Double standardDeviation
protected java.lang.Double scalingFactor
protected java.lang.Double valueOffset
public int getBandNumber()
public void setBandNumber(int value)
public BandWidth getBandWidth()
BandWidthpublic void setBandWidth(BandWidth value)
value - allowed object is
BandWidthpublic CenterWavelength getCenterWavelength()
CenterWavelengthpublic void setCenterWavelength(CenterWavelength value)
value - allowed object is
CenterWavelengthpublic java.math.BigInteger getDetectorNumber()
BigIntegerpublic void setDetectorNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getFilterNumber()
BigIntegerpublic void setFilterNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getGratingPosition()
BigIntegerpublic void setGratingPosition(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Integer getOriginalBand()
Integerpublic void setOriginalBand(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getStandardDeviation()
Doublepublic void setStandardDeviation(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getScalingFactor()
Doublepublic void setScalingFactor(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getValueOffset()
Doublepublic void setValueOffset(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2023 Planetary Data System. All rights reserved.