Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
SysCalTable | getTable () |
Return the table to which this row belongs. | |
SysCalRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (SysCalRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct SysCalRowIDL. | |
String | toXML () throws ConversionException |
Return this row in the form of an XML string. | |
void | setFromXML (String rowDoc) throws ConversionException |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
boolean | isNumLoadExists () |
The attribute numLoad is optional. | |
int | getNumLoad () throws IllegalAccessException |
Get numLoad, which is optional. | |
void | setNumLoad (int numLoad) |
Set numLoad with the specified int value. | |
void | clearNumLoad () |
Mark numLoad, which is an optional field, as non-existent. | |
boolean | isCalLoadExists () |
The attribute calLoad is optional. | |
int[] | getCalLoad () throws IllegalAccessException |
Get calLoad, which is optional. | |
void | setCalLoad (int[] calLoad) |
Set calLoad with the specified int[] value. | |
void | clearCalLoad () |
Mark calLoad, which is an optional field, as non-existent. | |
boolean | isFeffExists () |
The attribute feff is optional. | |
float[] | getFeff () throws IllegalAccessException |
Get feff, which is optional. | |
void | setFeff (float[] feff) |
Set feff with the specified float[] value. | |
void | clearFeff () |
Mark feff, which is an optional field, as non-existent. | |
boolean | isAeffExists () |
The attribute aeff is optional. | |
float[] | getAeff () throws IllegalAccessException |
Get aeff, which is optional. | |
void | setAeff (float[] aeff) |
Set aeff with the specified float[] value. | |
void | clearAeff () |
Mark aeff, which is an optional field, as non-existent. | |
boolean | isPhaseDiffExists () |
The attribute phaseDiff is optional. | |
Angle | getPhaseDiff () throws IllegalAccessException |
Get phaseDiff, which is optional. | |
void | setPhaseDiff (Angle phaseDiff) |
Set phaseDiff with the specified Angle value. | |
void | clearPhaseDiff () |
Mark phaseDiff, which is an optional field, as non-existent. | |
boolean | isSbgainExists () |
The attribute sbgain is optional. | |
float | getSbgain () throws IllegalAccessException |
Get sbgain, which is optional. | |
void | setSbgain (float sbgain) |
Set sbgain with the specified float value. | |
void | clearSbgain () |
Mark sbgain, which is an optional field, as non-existent. | |
boolean | isTauExists () |
The attribute tau is optional. | |
Temperature[] | getTau () throws IllegalAccessException |
Get tau, which is optional. | |
void | setTau (Temperature[] tau) |
Set tau with the specified Temperature[] value. | |
void | clearTau () |
Mark tau, which is an optional field, as non-existent. | |
boolean | isTcalExists () |
The attribute tcal is optional. | |
Temperature[] | getTcal () throws IllegalAccessException |
Get tcal, which is optional. | |
void | setTcal (Temperature[] tcal) |
Set tcal with the specified Temperature[] value. | |
void | clearTcal () |
Mark tcal, which is an optional field, as non-existent. | |
boolean | isTrxExists () |
The attribute trx is optional. | |
Temperature[] | getTrx () throws IllegalAccessException |
Get trx, which is optional. | |
void | setTrx (Temperature[] trx) |
Set trx with the specified Temperature[] value. | |
void | clearTrx () |
Mark trx, which is an optional field, as non-existent. | |
boolean | isTskyExists () |
The attribute tsky is optional. | |
Temperature[] | getTsky () throws IllegalAccessException |
Get tsky, which is optional. | |
void | setTsky (Temperature[] tsky) |
Set tsky with the specified Temperature[] value. | |
void | clearTsky () |
Mark tsky, which is an optional field, as non-existent. | |
boolean | isTsysExists () |
The attribute tsys is optional. | |
Temperature[] | getTsys () throws IllegalAccessException |
Get tsys, which is optional. | |
void | setTsys (Temperature[] tsys) |
Set tsys with the specified Temperature[] value. | |
void | clearTsys () |
Mark tsys, which is an optional field, as non-existent. | |
boolean | isTantExists () |
The attribute tant is optional. | |
Temperature[] | getTant () throws IllegalAccessException |
Get tant, which is optional. | |
void | setTant (Temperature[] tant) |
Set tant with the specified Temperature[] value. | |
void | clearTant () |
Mark tant, which is an optional field, as non-existent. | |
boolean | isTantTsysExists () |
The attribute tantTsys is optional. | |
float[] | getTantTsys () throws IllegalAccessException |
Get tantTsys, which is optional. | |
void | setTantTsys (float[] tantTsys) |
Set tantTsys with the specified float[] value. | |
void | clearTantTsys () |
Mark tantTsys, which is an optional field, as non-existent. | |
boolean | isPwvPathExists () |
The attribute pwvPath is optional. | |
Length[] | getPwvPath () throws IllegalAccessException |
Get pwvPath, which is optional. | |
void | setPwvPath (Length[] pwvPath) |
Set pwvPath with the specified Length[] value. | |
void | clearPwvPath () |
Mark pwvPath, which is an optional field, as non-existent. | |
boolean | isDpwvPathExists () |
The attribute dpwvPath is optional. | |
float[] | getDpwvPath () throws IllegalAccessException |
Get dpwvPath, which is optional. | |
void | setDpwvPath (float[] dpwvPath) |
Set dpwvPath with the specified float[] value. | |
void | clearDpwvPath () |
Mark dpwvPath, which is an optional field, as non-existent. | |
boolean | isFeffSpectrumExists () |
The attribute feffSpectrum is optional. | |
float[][] | getFeffSpectrum () throws IllegalAccessException |
Get feffSpectrum, which is optional. | |
void | setFeffSpectrum (float[][] feffSpectrum) |
Set feffSpectrum with the specified float[][] value. | |
void | clearFeffSpectrum () |
Mark feffSpectrum, which is an optional field, as non-existent. | |
boolean | isSbgainSpectrumExists () |
The attribute sbgainSpectrum is optional. | |
float[][] | getSbgainSpectrum () throws IllegalAccessException |
Get sbgainSpectrum, which is optional. | |
void | setSbgainSpectrum (float[][] sbgainSpectrum) |
Set sbgainSpectrum with the specified float[][] value. | |
void | clearSbgainSpectrum () |
Mark sbgainSpectrum, which is an optional field, as non-existent. | |
boolean | isTauSpectrumExists () |
The attribute tauSpectrum is optional. | |
Temperature[][] | getTauSpectrum () throws IllegalAccessException |
Get tauSpectrum, which is optional. | |
void | setTauSpectrum (Temperature[][] tauSpectrum) |
Set tauSpectrum with the specified Temperature[][] value. | |
void | clearTauSpectrum () |
Mark tauSpectrum, which is an optional field, as non-existent. | |
boolean | isTcalSpectrumExists () |
The attribute tcalSpectrum is optional. | |
Temperature[][] | getTcalSpectrum () throws IllegalAccessException |
Get tcalSpectrum, which is optional. | |
void | setTcalSpectrum (Temperature[][] tcalSpectrum) |
Set tcalSpectrum with the specified Temperature[][] value. | |
void | clearTcalSpectrum () |
Mark tcalSpectrum, which is an optional field, as non-existent. | |
boolean | isTrxSpectrumExists () |
The attribute trxSpectrum is optional. | |
Temperature[] | getTrxSpectrum () throws IllegalAccessException |
Get trxSpectrum, which is optional. | |
void | setTrxSpectrum (Temperature[] trxSpectrum) |
Set trxSpectrum with the specified Temperature[] value. | |
void | clearTrxSpectrum () |
Mark trxSpectrum, which is an optional field, as non-existent. | |
boolean | isTskySpectrumExists () |
The attribute tskySpectrum is optional. | |
Temperature[][] | getTskySpectrum () throws IllegalAccessException |
Get tskySpectrum, which is optional. | |
void | setTskySpectrum (Temperature[][] tskySpectrum) |
Set tskySpectrum with the specified Temperature[][] value. | |
void | clearTskySpectrum () |
Mark tskySpectrum, which is an optional field, as non-existent. | |
boolean | isTsysSpectrumExists () |
The attribute tsysSpectrum is optional. | |
Temperature[][] | getTsysSpectrum () throws IllegalAccessException |
Get tsysSpectrum, which is optional. | |
void | setTsysSpectrum (Temperature[][] tsysSpectrum) |
Set tsysSpectrum with the specified Temperature[][] value. | |
void | clearTsysSpectrum () |
Mark tsysSpectrum, which is an optional field, as non-existent. | |
boolean | isTantSpectrumExists () |
The attribute tantSpectrum is optional. | |
Temperature[][] | getTantSpectrum () throws IllegalAccessException |
Get tantSpectrum, which is optional. | |
void | setTantSpectrum (Temperature[][] tantSpectrum) |
Set tantSpectrum with the specified Temperature[][] value. | |
void | clearTantSpectrum () |
Mark tantSpectrum, which is an optional field, as non-existent. | |
boolean | isTantTsysSpectrumExists () |
The attribute tantTsysSpectrum is optional. | |
float[][] | getTantTsysSpectrum () throws IllegalAccessException |
Get tantTsysSpectrum, which is optional. | |
void | setTantTsysSpectrum (float[][] tantTsysSpectrum) |
Set tantTsysSpectrum with the specified float[][] value. | |
void | clearTantTsysSpectrum () |
Mark tantTsysSpectrum, which is an optional field, as non-existent. | |
boolean | isPwvPathSpectrumExists () |
The attribute pwvPathSpectrum is optional. | |
Length[] | getPwvPathSpectrum () throws IllegalAccessException |
Get pwvPathSpectrum, which is optional. | |
void | setPwvPathSpectrum (Length[] pwvPathSpectrum) |
Set pwvPathSpectrum with the specified Length[] value. | |
void | clearPwvPathSpectrum () |
Mark pwvPathSpectrum, which is an optional field, as non-existent. | |
boolean | isDpwvPathSpectrumExists () |
The attribute dpwvPathSpectrum is optional. | |
float[] | getDpwvPathSpectrum () throws IllegalAccessException |
Get dpwvPathSpectrum, which is optional. | |
void | setDpwvPathSpectrum (float[] dpwvPathSpectrum) |
Set dpwvPathSpectrum with the specified float[] value. | |
void | clearDpwvPathSpectrum () |
Mark dpwvPathSpectrum, which is an optional field, as non-existent. | |
boolean | isNumPolyExists () |
The attribute numPoly is optional. | |
int | getNumPoly () throws IllegalAccessException |
Get numPoly, which is optional. | |
void | setNumPoly (int numPoly) |
Set numPoly with the specified int value. | |
void | clearNumPoly () |
Mark numPoly, which is an optional field, as non-existent. | |
boolean | isNumPolyFreqExists () |
The attribute numPolyFreq is optional. | |
int | getNumPolyFreq () throws IllegalAccessException |
Get numPolyFreq, which is optional. | |
void | setNumPolyFreq (int numPolyFreq) |
Set numPolyFreq with the specified int value. | |
void | clearNumPolyFreq () |
Mark numPolyFreq, which is an optional field, as non-existent. | |
boolean | isTimeOriginExists () |
The attribute timeOrigin is optional. | |
ArrayTime | getTimeOrigin () throws IllegalAccessException |
Get timeOrigin, which is optional. | |
void | setTimeOrigin (ArrayTime timeOrigin) |
Set timeOrigin with the specified ArrayTime value. | |
void | clearTimeOrigin () |
Mark timeOrigin, which is an optional field, as non-existent. | |
boolean | isFreqOriginExists () |
The attribute freqOrigin is optional. | |
Frequency | getFreqOrigin () throws IllegalAccessException |
Get freqOrigin, which is optional. | |
void | setFreqOrigin (Frequency freqOrigin) |
Set freqOrigin with the specified Frequency value. | |
void | clearFreqOrigin () |
Mark freqOrigin, which is an optional field, as non-existent. | |
boolean | isPhaseCurveExists () |
The attribute phaseCurve is optional. | |
Angle[][] | getPhaseCurve () throws IllegalAccessException |
Get phaseCurve, which is optional. | |
void | setPhaseCurve (Angle[][] phaseCurve) |
Set phaseCurve with the specified Angle[][] value. | |
void | clearPhaseCurve () |
Mark phaseCurve, which is an optional field, as non-existent. | |
boolean | isDelayCurveExists () |
The attribute delayCurve is optional. | |
Interval[][] | getDelayCurve () throws IllegalAccessException |
Get delayCurve, which is optional. | |
void | setDelayCurve (Interval[][] delayCurve) |
Set delayCurve with the specified Interval[][] value. | |
void | clearDelayCurve () |
Mark delayCurve, which is an optional field, as non-existent. | |
boolean | isAmpliCurveExists () |
The attribute ampliCurve is optional. | |
float[][] | getAmpliCurve () throws IllegalAccessException |
Get ampliCurve, which is optional. | |
void | setAmpliCurve (float[][] ampliCurve) |
Set ampliCurve with the specified float[][] value. | |
void | clearAmpliCurve () |
Mark ampliCurve, which is an optional field, as non-existent. | |
boolean | isBandpassCurveExists () |
The attribute bandpassCurve is optional. | |
float[][] | getBandpassCurve () throws IllegalAccessException |
Get bandpassCurve, which is optional. | |
void | setBandpassCurve (float[][] bandpassCurve) |
Set bandpassCurve with the specified float[][] value. | |
void | clearBandpassCurve () |
Mark bandpassCurve, which is an optional field, as non-existent. | |
boolean | isPhasediffFlagExists () |
The attribute phasediffFlag is optional. | |
boolean | getPhasediffFlag () throws IllegalAccessException |
Get phasediffFlag, which is optional. | |
void | setPhasediffFlag (boolean phasediffFlag) |
Set phasediffFlag with the specified boolean value. | |
void | clearPhasediffFlag () |
Mark phasediffFlag, which is an optional field, as non-existent. | |
boolean | isSbgainFlagExists () |
The attribute sbgainFlag is optional. | |
boolean | getSbgainFlag () throws IllegalAccessException |
Get sbgainFlag, which is optional. | |
void | setSbgainFlag (boolean sbgainFlag) |
Set sbgainFlag with the specified boolean value. | |
void | clearSbgainFlag () |
Mark sbgainFlag, which is an optional field, as non-existent. | |
boolean | isTauFlagExists () |
The attribute tauFlag is optional. | |
boolean | getTauFlag () throws IllegalAccessException |
Get tauFlag, which is optional. | |
void | setTauFlag (boolean tauFlag) |
Set tauFlag with the specified boolean value. | |
void | clearTauFlag () |
Mark tauFlag, which is an optional field, as non-existent. | |
boolean | isTcalFlagExists () |
The attribute tcalFlag is optional. | |
boolean | getTcalFlag () throws IllegalAccessException |
Get tcalFlag, which is optional. | |
void | setTcalFlag (boolean tcalFlag) |
Set tcalFlag with the specified boolean value. | |
void | clearTcalFlag () |
Mark tcalFlag, which is an optional field, as non-existent. | |
boolean | isTrxFlagExists () |
The attribute trxFlag is optional. | |
boolean | getTrxFlag () throws IllegalAccessException |
Get trxFlag, which is optional. | |
void | setTrxFlag (boolean trxFlag) |
Set trxFlag with the specified boolean value. | |
void | clearTrxFlag () |
Mark trxFlag, which is an optional field, as non-existent. | |
boolean | isTskyFlagExists () |
The attribute tskyFlag is optional. | |
boolean | getTskyFlag () throws IllegalAccessException |
Get tskyFlag, which is optional. | |
void | setTskyFlag (boolean tskyFlag) |
Set tskyFlag with the specified boolean value. | |
void | clearTskyFlag () |
Mark tskyFlag, which is an optional field, as non-existent. | |
boolean | isTsysFlagExists () |
The attribute tsysFlag is optional. | |
boolean | getTsysFlag () throws IllegalAccessException |
Get tsysFlag, which is optional. | |
void | setTsysFlag (boolean tsysFlag) |
Set tsysFlag with the specified boolean value. | |
void | clearTsysFlag () |
Mark tsysFlag, which is an optional field, as non-existent. | |
boolean | isTantFlagExists () |
The attribute tantFlag is optional. | |
boolean | getTantFlag () throws IllegalAccessException |
Get tantFlag, which is optional. | |
void | setTantFlag (boolean tantFlag) |
Set tantFlag with the specified boolean value. | |
void | clearTantFlag () |
Mark tantFlag, which is an optional field, as non-existent. | |
boolean | isTantTsysFlagExists () |
The attribute tantTsysFlag is optional. | |
boolean | getTantTsysFlag () throws IllegalAccessException |
Get tantTsysFlag, which is optional. | |
void | setTantTsysFlag (boolean tantTsysFlag) |
Set tantTsysFlag with the specified boolean value. | |
void | clearTantTsysFlag () |
Mark tantTsysFlag, which is an optional field, as non-existent. | |
boolean | isPwvPathFlagExists () |
The attribute pwvPathFlag is optional. | |
boolean | getPwvPathFlag () throws IllegalAccessException |
Get pwvPathFlag, which is optional. | |
void | setPwvPathFlag (boolean pwvPathFlag) |
Set pwvPathFlag with the specified boolean value. | |
void | clearPwvPathFlag () |
Mark pwvPathFlag, which is an optional field, as non-existent. | |
Tag | getAntennaId () |
Get antennaId. | |
void | setAntennaId (Tag antennaId) throws IllegalAccessException |
Set antennaId with the specified Tag value. | |
int | getFeedId () |
Get feedId. | |
void | setFeedId (int feedId) throws IllegalAccessException |
Set feedId with the specified int value. | |
Tag | getSpectralWindowId () |
Get spectralWindowId. | |
void | setSpectralWindowId (Tag spectralWindowId) throws IllegalAccessException |
Set spectralWindowId with the specified Tag value. | |
SpectralWindowRow | getSpectralWindowUsingSpectralWindowId () |
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId. | |
FeedRow[] | getFeeds () throws InvalidAccessException, NoSuchRow |
Get the collection of rows in the Feed table having feedId == this.feedId. | |
AntennaRow | getAntennaUsingAntennaId () |
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId. | |
boolean | compareNoAutoInc (Tag antennaId, int feedId, Tag spectralWindowId, ArrayTimeInterval timeInterval) |
Compare each attribute except the autoincrementable one of this SysCalRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (SysCalRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue () |
Package Functions | |
SysCalRow (SysCalTable table) | |
Create a SysCalRow. | |
SysCalRow (SysCalTable table, SysCalRow row) | |
Creates a SysCalRow using a copy constructor mechanism. | |
void | isAdded () |
Object[] | getAttributesValues () |
Returns all the attributes of an attribute of an ASDM table as an array of Object. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
|
Create a SysCalRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a SysCalRow using a copy constructor mechanism. Given a SysCalRow row and a SysCalTable table, the method creates a new SysCalRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Mark aeff, which is an optional field, as non-existent.
|
|
Mark ampliCurve, which is an optional field, as non-existent.
|
|
Mark bandpassCurve, which is an optional field, as non-existent.
|
|
Mark calLoad, which is an optional field, as non-existent.
|
|
Mark delayCurve, which is an optional field, as non-existent.
|
|
Mark dpwvPath, which is an optional field, as non-existent.
|
|
Mark dpwvPathSpectrum, which is an optional field, as non-existent.
|
|
Mark feff, which is an optional field, as non-existent.
|
|
Mark feffSpectrum, which is an optional field, as non-existent.
|
|
Mark freqOrigin, which is an optional field, as non-existent.
|
|
Mark numLoad, which is an optional field, as non-existent.
|
|
Mark numPoly, which is an optional field, as non-existent.
|
|
Mark numPolyFreq, which is an optional field, as non-existent.
|
|
Mark phaseCurve, which is an optional field, as non-existent.
|
|
Mark phaseDiff, which is an optional field, as non-existent.
|
|
Mark phasediffFlag, which is an optional field, as non-existent.
|
|
Mark pwvPath, which is an optional field, as non-existent.
|
|
Mark pwvPathFlag, which is an optional field, as non-existent.
|
|
Mark pwvPathSpectrum, which is an optional field, as non-existent.
|
|
Mark sbgain, which is an optional field, as non-existent.
|
|
Mark sbgainFlag, which is an optional field, as non-existent.
|
|
Mark sbgainSpectrum, which is an optional field, as non-existent.
|
|
Mark tant, which is an optional field, as non-existent.
|
|
Mark tantFlag, which is an optional field, as non-existent.
|
|
Mark tantSpectrum, which is an optional field, as non-existent.
|
|
Mark tantTsys, which is an optional field, as non-existent.
|
|
Mark tantTsysFlag, which is an optional field, as non-existent.
|
|
Mark tantTsysSpectrum, which is an optional field, as non-existent.
|
|
Mark tau, which is an optional field, as non-existent.
|
|
Mark tauFlag, which is an optional field, as non-existent.
|
|
Mark tauSpectrum, which is an optional field, as non-existent.
|
|
Mark tcal, which is an optional field, as non-existent.
|
|
Mark tcalFlag, which is an optional field, as non-existent.
|
|
Mark tcalSpectrum, which is an optional field, as non-existent.
|
|
Mark timeOrigin, which is an optional field, as non-existent.
|
|
Mark trx, which is an optional field, as non-existent.
|
|
Mark trxFlag, which is an optional field, as non-existent.
|
|
Mark trxSpectrum, which is an optional field, as non-existent.
|
|
Mark tsky, which is an optional field, as non-existent.
|
|
Mark tskyFlag, which is an optional field, as non-existent.
|
|
Mark tskySpectrum, which is an optional field, as non-existent.
|
|
Mark tsys, which is an optional field, as non-existent.
|
|
Mark tsysFlag, which is an optional field, as non-existent.
|
|
Mark tsysSpectrum, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this SysCalRow with the corresponding parameters and return true if there is a match and false otherwise.
|
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get aeff, which is optional.
|
|
Get ampliCurve, which is optional.
|
|
Get antennaId.
|
|
Returns the pointer to the row in the Antenna table having Antenna.antennaId == antennaId.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get bandpassCurve, which is optional.
|
|
Get calLoad, which is optional.
|
|
Get delayCurve, which is optional.
|
|
Get dpwvPath, which is optional.
|
|
Get dpwvPathSpectrum, which is optional.
|
|
Get feedId.
|
|
Get feff, which is optional.
|
|
Get feffSpectrum, which is optional.
|
|
Get freqOrigin, which is optional.
|
|
Get numLoad, which is optional.
|
|
Get numPoly, which is optional.
|
|
Get numPolyFreq, which is optional.
|
|
Get phaseCurve, which is optional.
|
|
Get phaseDiff, which is optional.
|
|
Get phasediffFlag, which is optional.
|
|
Get pwvPath, which is optional.
|
|
Get pwvPathFlag, which is optional.
|
|
Get pwvPathSpectrum, which is optional.
|
|
Get sbgain, which is optional.
|
|
Get sbgainFlag, which is optional.
|
|
Get sbgainSpectrum, which is optional.
|
|
Get spectralWindowId.
|
|
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId.
|
|
Return the table to which this row belongs.
|
|
Get tant, which is optional.
|
|
Get tantFlag, which is optional.
|
|
Get tantSpectrum, which is optional.
|
|
Get tantTsys, which is optional.
|
|
Get tantTsysFlag, which is optional.
|
|
Get tantTsysSpectrum, which is optional.
|
|
Get tau, which is optional.
|
|
Get tauFlag, which is optional.
|
|
Get tauSpectrum, which is optional.
|
|
Get tcal, which is optional.
|
|
Get tcalFlag, which is optional.
|
|
Get tcalSpectrum, which is optional.
|
|
Get timeInterval.
|
|
Get timeOrigin, which is optional.
|
|
Get trx, which is optional.
|
|
Get trxFlag, which is optional.
|
|
Get trxSpectrum, which is optional.
|
|
Get tsky, which is optional.
|
|
Get tskyFlag, which is optional.
|
|
Get tskySpectrum, which is optional.
|
|
Get tsys, which is optional.
|
|
Get tsysFlag, which is optional.
|
|
Get tsysSpectrum, which is optional.
|
|
The attribute aeff is optional. Return true if this attribute exists.
|
|
The attribute ampliCurve is optional. Return true if this attribute exists.
|
|
The attribute bandpassCurve is optional. Return true if this attribute exists.
|
|
The attribute calLoad is optional. Return true if this attribute exists.
|
|
The attribute delayCurve is optional. Return true if this attribute exists.
|
|
The attribute dpwvPath is optional. Return true if this attribute exists.
|
|
The attribute dpwvPathSpectrum is optional. Return true if this attribute exists.
|
|
The attribute feff is optional. Return true if this attribute exists.
|
|
The attribute feffSpectrum is optional. Return true if this attribute exists.
|
|
The attribute freqOrigin is optional. Return true if this attribute exists.
|
|
The attribute numLoad is optional. Return true if this attribute exists.
|
|
The attribute numPoly is optional. Return true if this attribute exists.
|
|
The attribute numPolyFreq is optional. Return true if this attribute exists.
|
|
The attribute phaseCurve is optional. Return true if this attribute exists.
|
|
The attribute phaseDiff is optional. Return true if this attribute exists.
|
|
The attribute phasediffFlag is optional. Return true if this attribute exists.
|
|
The attribute pwvPath is optional. Return true if this attribute exists.
|
|
The attribute pwvPathFlag is optional. Return true if this attribute exists.
|
|
The attribute pwvPathSpectrum is optional. Return true if this attribute exists.
|
|
The attribute sbgain is optional. Return true if this attribute exists.
|
|
The attribute sbgainFlag is optional. Return true if this attribute exists.
|
|
The attribute sbgainSpectrum is optional. Return true if this attribute exists.
|
|
The attribute tant is optional. Return true if this attribute exists.
|
|
The attribute tantFlag is optional. Return true if this attribute exists.
|
|
The attribute tantSpectrum is optional. Return true if this attribute exists.
|
|
The attribute tantTsys is optional. Return true if this attribute exists.
|
|
The attribute tantTsysFlag is optional. Return true if this attribute exists.
|
|
The attribute tantTsysSpectrum is optional. Return true if this attribute exists.
|
|
The attribute tau is optional. Return true if this attribute exists.
|
|
The attribute tauFlag is optional. Return true if this attribute exists.
|
|
The attribute tauSpectrum is optional. Return true if this attribute exists.
|
|
The attribute tcal is optional. Return true if this attribute exists.
|
|
The attribute tcalFlag is optional. Return true if this attribute exists.
|
|
The attribute tcalSpectrum is optional. Return true if this attribute exists.
|
|
The attribute timeOrigin is optional. Return true if this attribute exists.
|
|
The attribute trx is optional. Return true if this attribute exists.
|
|
The attribute trxFlag is optional. Return true if this attribute exists.
|
|
The attribute trxSpectrum is optional. Return true if this attribute exists.
|
|
The attribute tsky is optional. Return true if this attribute exists.
|
|
The attribute tskyFlag is optional. Return true if this attribute exists.
|
|
The attribute tskySpectrum is optional. Return true if this attribute exists.
|
|
The attribute tsys is optional. Return true if this attribute exists.
|
|
The attribute tsysFlag is optional. Return true if this attribute exists.
|
|
The attribute tsysSpectrum is optional. Return true if this attribute exists.
|
|
Set aeff with the specified float[] value.
|
|
Set ampliCurve with the specified float[][] value.
|
|
Set antennaId with the specified Tag value.
|
|
Set bandpassCurve with the specified float[][] value.
|
|
Set calLoad with the specified int[] value.
|
|
Set delayCurve with the specified Interval[][] value.
|
|
Set dpwvPath with the specified float[] value.
|
|
Set dpwvPathSpectrum with the specified float[] value.
|
|
Set feedId with the specified int value.
|
|
Set feff with the specified float[] value.
|
|
Set feffSpectrum with the specified float[][] value.
|
|
Set freqOrigin with the specified Frequency value.
|
|
Fill the values of this row from the IDL struct SysCalRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numLoad with the specified int value.
|
|
Set numPoly with the specified int value.
|
|
Set numPolyFreq with the specified int value.
|
|
Set phaseCurve with the specified Angle[][] value.
|
|
Set phaseDiff with the specified Angle value.
|
|
Set phasediffFlag with the specified boolean value.
|
|
Set pwvPath with the specified Length[] value.
|
|
Set pwvPathFlag with the specified boolean value.
|
|
Set pwvPathSpectrum with the specified Length[] value.
|
|
Set sbgain with the specified float value.
|
|
Set sbgainFlag with the specified boolean value.
|
|
Set sbgainSpectrum with the specified float[][] value.
|
|
Set spectralWindowId with the specified Tag value.
|
|
Set tant with the specified Temperature[] value.
|
|
Set tantFlag with the specified boolean value.
|
|
Set tantSpectrum with the specified Temperature[][] value.
|
|
Set tantTsys with the specified float[] value.
|
|
Set tantTsysFlag with the specified boolean value.
|
|
Set tantTsysSpectrum with the specified float[][] value.
|
|
Set tau with the specified Temperature[] value.
|
|
Set tauFlag with the specified boolean value.
|
|
Set tauSpectrum with the specified Temperature[][] value.
|
|
Set tcal with the specified Temperature[] value.
|
|
Set tcalFlag with the specified boolean value.
|
|
Set tcalSpectrum with the specified Temperature[][] value.
|
|
Set timeInterval with the specified ArrayTimeInterval value.
|
|
Set timeOrigin with the specified ArrayTime value.
|
|
Set trx with the specified Temperature[] value.
|
|
Set trxFlag with the specified boolean value.
|
|
Set trxSpectrum with the specified Temperature[] value.
|
|
Set tsky with the specified Temperature[] value.
|
|
Set tskyFlag with the specified boolean value.
|
|
Set tskySpectrum with the specified Temperature[][] value.
|
|
Set tsys with the specified Temperature[] value.
|
|
Set tsysFlag with the specified boolean value.
|
|
Set tsysSpectrum with the specified Temperature[][] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|