asdm::GainTrackingRow Class Reference

#include <GainTrackingRow.h>

List of all members.


Detailed Description

The GainTrackingRow class is a row of a GainTrackingTable.

Generated from model's revision "1.46", branch "HEAD"


Public Member Functions

GainTrackingTablegetTable () const
GainTrackingRowIDL * toIDL () const
void setFromIDL (GainTrackingRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
ArrayTimeInterval getTimeInterval () const
void setTimeInterval (ArrayTimeInterval timeInterval)
float getAttenuator () const
void setAttenuator (float attenuator)
bool isSamplingLevelExists () const
float getSamplingLevel () const throw (IllegalAccessException)
void setSamplingLevel (float samplingLevel)
void clearSamplingLevel ()
Interval getDelayoff1 () const
void setDelayoff1 (Interval delayoff1)
Interval getDelayoff2 () const
void setDelayoff2 (Interval delayoff2)
Angle getPhaseoff1 () const
void setPhaseoff1 (Angle phaseoff1)
Angle getPhaseoff2 () const
void setPhaseoff2 (Angle phaseoff2)
AngularRate getRateoff1 () const
void setRateoff1 (AngularRate rateoff1)
AngularRate getRateoff2 () const
void setRateoff2 (AngularRate rateoff2)
bool isPhaseRefOffsetExists () const
Angle getPhaseRefOffset () const throw (IllegalAccessException)
void setPhaseRefOffset (Angle phaseRefOffset)
void clearPhaseRefOffset ()
Tag getAntennaId () const
void setAntennaId (Tag antennaId)
int getFeedId () const
void setFeedId (int feedId)
Tag getSpectralWindowId () const
void setSpectralWindowId (Tag spectralWindowId)
SpectralWindowRowgetSpectralWindowUsingSpectralWindowId ()
AntennaRowgetAntennaUsingAntennaId ()
vector< FeedRow * > getFeeds ()
bool compareNoAutoInc (Tag antennaId, int feedId, Tag spectralWindowId, ArrayTimeInterval timeInterval, float attenuator, Interval delayoff1, Interval delayoff2, Angle phaseoff1, Angle phaseoff2, AngularRate rateoff1, AngularRate rateoff2)
bool compareRequiredValue (float attenuator, Interval delayoff1, Interval delayoff2, Angle phaseoff1, Angle phaseoff2, AngularRate rateoff1, AngularRate rateoff2)
bool equalByRequiredValue (GainTrackingRow *x)


Member Function Documentation

void asdm::GainTrackingRow::clearPhaseRefOffset  ) 
 

Mark phaseRefOffset, which is an optional field, as non-existent.

void asdm::GainTrackingRow::clearSamplingLevel  ) 
 

Mark samplingLevel, which is an optional field, as non-existent.

bool asdm::GainTrackingRow::compareNoAutoInc Tag  antennaId,
int  feedId,
Tag  spectralWindowId,
ArrayTimeInterval  timeInterval,
float  attenuator,
Interval  delayoff1,
Interval  delayoff2,
Angle  phaseoff1,
Angle  phaseoff2,
AngularRate  rateoff1,
AngularRate  rateoff2
 

Compare each mandatory attribute except the autoincrementable one of this GainTrackingRow with the corresponding parameters and return true if there is a match and false otherwise.

bool asdm::GainTrackingRow::equalByRequiredValue GainTrackingRow x  ) 
 

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
x a pointer on the GainTrackingRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Tag asdm::GainTrackingRow::getAntennaId  )  const
 

Get antennaId.

Returns:
antennaId as Tag

AntennaRow* asdm::GainTrackingRow::getAntennaUsingAntennaId  ) 
 

antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId

Returns:
a AntennaRow*

float asdm::GainTrackingRow::getAttenuator  )  const
 

Get attenuator.

Returns:
attenuator as float

Interval asdm::GainTrackingRow::getDelayoff1  )  const
 

Get delayoff1.

Returns:
delayoff1 as Interval

Interval asdm::GainTrackingRow::getDelayoff2  )  const
 

Get delayoff2.

Returns:
delayoff2 as Interval

int asdm::GainTrackingRow::getFeedId  )  const
 

Get feedId.

Returns:
feedId as int

vector<FeedRow *> asdm::GainTrackingRow::getFeeds  ) 
 

Get the collection of row in the Feed table having feedId == this.feedId

Returns:
a vector of FeedRow *

Angle asdm::GainTrackingRow::getPhaseoff1  )  const
 

Get phaseoff1.

Returns:
phaseoff1 as Angle

Angle asdm::GainTrackingRow::getPhaseoff2  )  const
 

Get phaseoff2.

Returns:
phaseoff2 as Angle

Angle asdm::GainTrackingRow::getPhaseRefOffset  )  const throw (IllegalAccessException)
 

Get phaseRefOffset, which is optional.

Returns:
phaseRefOffset as Angle
Exceptions:
IllegalAccessException If phaseRefOffset does not exist.

AngularRate asdm::GainTrackingRow::getRateoff1  )  const
 

Get rateoff1.

Returns:
rateoff1 as AngularRate

AngularRate asdm::GainTrackingRow::getRateoff2  )  const
 

Get rateoff2.

Returns:
rateoff2 as AngularRate

float asdm::GainTrackingRow::getSamplingLevel  )  const throw (IllegalAccessException)
 

Get samplingLevel, which is optional.

Returns:
samplingLevel as float
Exceptions:
IllegalAccessException If samplingLevel does not exist.

Tag asdm::GainTrackingRow::getSpectralWindowId  )  const
 

Get spectralWindowId.

Returns:
spectralWindowId as Tag

SpectralWindowRow* asdm::GainTrackingRow::getSpectralWindowUsingSpectralWindowId  ) 
 

spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId

Returns:
a SpectralWindowRow*

GainTrackingTable& asdm::GainTrackingRow::getTable  )  const
 

Return the table to which this row belongs.

ArrayTimeInterval asdm::GainTrackingRow::getTimeInterval  )  const
 

Get timeInterval.

Returns:
timeInterval as ArrayTimeInterval

bool asdm::GainTrackingRow::isPhaseRefOffsetExists  )  const
 

The attribute phaseRefOffset is optional. Return true if this attribute exists.

Returns:
true if and only if the phaseRefOffset attribute exists.

bool asdm::GainTrackingRow::isSamplingLevelExists  )  const
 

The attribute samplingLevel is optional. Return true if this attribute exists.

Returns:
true if and only if the samplingLevel attribute exists.

void asdm::GainTrackingRow::setAntennaId Tag  antennaId  ) 
 

Set antennaId with the specified Tag.

Parameters:
antennaId The Tag value to which antennaId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::GainTrackingRow::setAttenuator float  attenuator  ) 
 

Set attenuator with the specified float.

Parameters:
attenuator The float value to which attenuator is to be set.

void asdm::GainTrackingRow::setDelayoff1 Interval  delayoff1  ) 
 

Set delayoff1 with the specified Interval.

Parameters:
delayoff1 The Interval value to which delayoff1 is to be set.

void asdm::GainTrackingRow::setDelayoff2 Interval  delayoff2  ) 
 

Set delayoff2 with the specified Interval.

Parameters:
delayoff2 The Interval value to which delayoff2 is to be set.

void asdm::GainTrackingRow::setFeedId int  feedId  ) 
 

Set feedId with the specified int.

Parameters:
feedId The int value to which feedId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::GainTrackingRow::setFromIDL GainTrackingRowIDL  x  )  throw (ConversionException)
 

Fill the values of this row from the IDL struct GainTrackingRowIDL.

Parameters:
x The IDL struct containing the values used to fill this row.

void asdm::GainTrackingRow::setFromXML string  rowDoc  )  throw (ConversionException)
 

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
x The XML string being used to set the values of this row.

void asdm::GainTrackingRow::setPhaseoff1 Angle  phaseoff1  ) 
 

Set phaseoff1 with the specified Angle.

Parameters:
phaseoff1 The Angle value to which phaseoff1 is to be set.

void asdm::GainTrackingRow::setPhaseoff2 Angle  phaseoff2  ) 
 

Set phaseoff2 with the specified Angle.

Parameters:
phaseoff2 The Angle value to which phaseoff2 is to be set.

void asdm::GainTrackingRow::setPhaseRefOffset Angle  phaseRefOffset  ) 
 

Set phaseRefOffset with the specified Angle.

Parameters:
phaseRefOffset The Angle value to which phaseRefOffset is to be set.

void asdm::GainTrackingRow::setRateoff1 AngularRate  rateoff1  ) 
 

Set rateoff1 with the specified AngularRate.

Parameters:
rateoff1 The AngularRate value to which rateoff1 is to be set.

void asdm::GainTrackingRow::setRateoff2 AngularRate  rateoff2  ) 
 

Set rateoff2 with the specified AngularRate.

Parameters:
rateoff2 The AngularRate value to which rateoff2 is to be set.

void asdm::GainTrackingRow::setSamplingLevel float  samplingLevel  ) 
 

Set samplingLevel with the specified float.

Parameters:
samplingLevel The float value to which samplingLevel is to be set.

void asdm::GainTrackingRow::setSpectralWindowId Tag  spectralWindowId  ) 
 

Set spectralWindowId with the specified Tag.

Parameters:
spectralWindowId The Tag value to which spectralWindowId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::GainTrackingRow::setTimeInterval ArrayTimeInterval  timeInterval  ) 
 

Set timeInterval with the specified ArrayTimeInterval.

Parameters:
timeInterval The ArrayTimeInterval value to which timeInterval is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

GainTrackingRowIDL* asdm::GainTrackingRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

Returns:
The values of this row as a GainTrackingRowIDL struct.

string asdm::GainTrackingRow::toXML  )  const
 

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:43:46 2008 for ASDM C++ Implementation by doxygen 1.3.8