asdm::CalHolographyRow Class Reference

#include <CalHolographyRow.h>

List of all members.


Detailed Description

The CalHolographyRow class is a row of a CalHolographyTable.

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


Public Member Functions

CalHolographyTablegetTable () const
CalHolographyRowIDL * toIDL () const
void setFromIDL (CalHolographyRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName) throw (IllegalAccessException)
AntennaMake getAntennaMake () const
void setAntennaMake (AntennaMake antennaMake)
int getNumScrew () const
void setNumScrew (int numScrew)
int getNumReceptor () const
void setNumReceptor (int numReceptor)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< LengthgetFocusPosition () const
void setFocusPosition (vector< Length > focusPosition)
Length getRawRms () const
void setRawRms (Length rawRms)
Length getWeightedRms () const
void setWeightedRms (Length weightedRms)
vector< string > getScrewName () const
void setScrewName (vector< string > screwName)
vector< LengthgetScrewMotion () const
void setScrewMotion (vector< Length > screwMotion)
vector< LengthgetScrewMotionError () const
void setScrewMotionError (vector< Length > screwMotionError)
int getPanelModes () const
void setPanelModes (int panelModes)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
EntityRef getBeamMapUID () const
void setBeamMapUID (EntityRef beamMapUID)
EntityRef getSurfaceMapUID () const
void setSurfaceMapUID (EntityRef surfaceMapUID)
vector< PolarizationType > getPolarizationTypes () const
void setPolarizationTypes (vector< PolarizationType > polarizationTypes)
ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBand receiverBand)
vector< AnglegetDirection () const
void setDirection (vector< Angle > direction)
Temperature getAmbientTemperature () const
void setAmbientTemperature (Temperature ambientTemperature)
Tag getCalDataId () const
void setCalDataId (Tag calDataId) throw (IllegalAccessException)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId) throw (IllegalAccessException)
CalReductionRowgetCalReductionUsingCalReductionId ()
CalDataRowgetCalDataUsingCalDataId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusPosition, Length rawRms, Length weightedRms, vector< string > screwName, vector< Length > screwMotion, vector< Length > screwMotionError, int panelModes, vector< Frequency > frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, vector< PolarizationType > polarizationTypes, ReceiverBand receiverBand, vector< Angle > direction, Temperature ambientTemperature)
bool compareRequiredValue (AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusPosition, Length rawRms, Length weightedRms, vector< string > screwName, vector< Length > screwMotion, vector< Length > screwMotionError, int panelModes, vector< Frequency > frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, vector< PolarizationType > polarizationTypes, ReceiverBand receiverBand, vector< Angle > direction, Temperature ambientTemperature)
bool equalByRequiredValue (CalHolographyRow *x)

Friends

class asdm::CalHolographyTable


Member Function Documentation

CalHolographyTable& asdm::CalHolographyRow::getTable (  )  const

Return the table to which this row belongs.

CalHolographyRowIDL* asdm::CalHolographyRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::CalHolographyRow::setFromIDL ( CalHolographyRowIDL  x  )  throw (ConversionException)

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

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

string asdm::CalHolographyRow::toXML (  )  const

Return this row in the form of an XML string.

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

void asdm::CalHolographyRow::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.

string asdm::CalHolographyRow::getAntennaName (  )  const

Get antennaName.

Returns:
antennaName as string

void asdm::CalHolographyRow::setAntennaName ( string  antennaName  )  throw (IllegalAccessException)

Set antennaName with the specified string.

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

AntennaMake asdm::CalHolographyRow::getAntennaMake (  )  const

Get antennaMake.

Returns:
antennaMake as AntennaMake

void asdm::CalHolographyRow::setAntennaMake ( AntennaMake  antennaMake  ) 

Set antennaMake with the specified AntennaMake.

Parameters:
antennaMake The AntennaMake value to which antennaMake is to be set.

int asdm::CalHolographyRow::getNumScrew (  )  const

Get numScrew.

Returns:
numScrew as int

void asdm::CalHolographyRow::setNumScrew ( int  numScrew  ) 

Set numScrew with the specified int.

Parameters:
numScrew The int value to which numScrew is to be set.

int asdm::CalHolographyRow::getNumReceptor (  )  const

Get numReceptor.

Returns:
numReceptor as int

void asdm::CalHolographyRow::setNumReceptor ( int  numReceptor  ) 

Set numReceptor with the specified int.

Parameters:
numReceptor The int value to which numReceptor is to be set.

ArrayTime asdm::CalHolographyRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

void asdm::CalHolographyRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.

ArrayTime asdm::CalHolographyRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

void asdm::CalHolographyRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.

vector<Length > asdm::CalHolographyRow::getFocusPosition (  )  const

Get focusPosition.

Returns:
focusPosition as vector<Length >

void asdm::CalHolographyRow::setFocusPosition ( vector< Length focusPosition  ) 

Set focusPosition with the specified vector<Length >.

Parameters:
focusPosition The vector<Length > value to which focusPosition is to be set.

Length asdm::CalHolographyRow::getRawRms (  )  const

Get rawRms.

Returns:
rawRms as Length

void asdm::CalHolographyRow::setRawRms ( Length  rawRms  ) 

Set rawRms with the specified Length.

Parameters:
rawRms The Length value to which rawRms is to be set.

Length asdm::CalHolographyRow::getWeightedRms (  )  const

Get weightedRms.

Returns:
weightedRms as Length

void asdm::CalHolographyRow::setWeightedRms ( Length  weightedRms  ) 

Set weightedRms with the specified Length.

Parameters:
weightedRms The Length value to which weightedRms is to be set.

vector<string > asdm::CalHolographyRow::getScrewName (  )  const

Get screwName.

Returns:
screwName as vector<string >

void asdm::CalHolographyRow::setScrewName ( vector< string >  screwName  ) 

Set screwName with the specified vector<string >.

Parameters:
screwName The vector<string > value to which screwName is to be set.

vector<Length > asdm::CalHolographyRow::getScrewMotion (  )  const

Get screwMotion.

Returns:
screwMotion as vector<Length >

void asdm::CalHolographyRow::setScrewMotion ( vector< Length screwMotion  ) 

Set screwMotion with the specified vector<Length >.

Parameters:
screwMotion The vector<Length > value to which screwMotion is to be set.

vector<Length > asdm::CalHolographyRow::getScrewMotionError (  )  const

Get screwMotionError.

Returns:
screwMotionError as vector<Length >

void asdm::CalHolographyRow::setScrewMotionError ( vector< Length screwMotionError  ) 

Set screwMotionError with the specified vector<Length >.

Parameters:
screwMotionError The vector<Length > value to which screwMotionError is to be set.

int asdm::CalHolographyRow::getPanelModes (  )  const

Get panelModes.

Returns:
panelModes as int

void asdm::CalHolographyRow::setPanelModes ( int  panelModes  ) 

Set panelModes with the specified int.

Parameters:
panelModes The int value to which panelModes is to be set.

vector<Frequency > asdm::CalHolographyRow::getFrequencyRange (  )  const

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

void asdm::CalHolographyRow::setFrequencyRange ( vector< Frequency frequencyRange  ) 

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRange The vector<Frequency > value to which frequencyRange is to be set.

EntityRef asdm::CalHolographyRow::getBeamMapUID (  )  const

Get beamMapUID.

Returns:
beamMapUID as EntityRef

void asdm::CalHolographyRow::setBeamMapUID ( EntityRef  beamMapUID  ) 

Set beamMapUID with the specified EntityRef.

Parameters:
beamMapUID The EntityRef value to which beamMapUID is to be set.

EntityRef asdm::CalHolographyRow::getSurfaceMapUID (  )  const

Get surfaceMapUID.

Returns:
surfaceMapUID as EntityRef

void asdm::CalHolographyRow::setSurfaceMapUID ( EntityRef  surfaceMapUID  ) 

Set surfaceMapUID with the specified EntityRef.

Parameters:
surfaceMapUID The EntityRef value to which surfaceMapUID is to be set.

vector<PolarizationType > asdm::CalHolographyRow::getPolarizationTypes (  )  const

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationType >

void asdm::CalHolographyRow::setPolarizationTypes ( vector< PolarizationType >  polarizationTypes  ) 

Set polarizationTypes with the specified vector<PolarizationType >.

Parameters:
polarizationTypes The vector<PolarizationType > value to which polarizationTypes is to be set.

ReceiverBand asdm::CalHolographyRow::getReceiverBand (  )  const

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void asdm::CalHolographyRow::setReceiverBand ( ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBand.

Parameters:
receiverBand The ReceiverBand value to which receiverBand is to be set.

vector<Angle > asdm::CalHolographyRow::getDirection (  )  const

Get direction.

Returns:
direction as vector<Angle >

void asdm::CalHolographyRow::setDirection ( vector< Angle direction  ) 

Set direction with the specified vector<Angle >.

Parameters:
direction The vector<Angle > value to which direction is to be set.

Temperature asdm::CalHolographyRow::getAmbientTemperature (  )  const

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

void asdm::CalHolographyRow::setAmbientTemperature ( Temperature  ambientTemperature  ) 

Set ambientTemperature with the specified Temperature.

Parameters:
ambientTemperature The Temperature value to which ambientTemperature is to be set.

Tag asdm::CalHolographyRow::getCalDataId (  )  const

Get calDataId.

Returns:
calDataId as Tag

void asdm::CalHolographyRow::setCalDataId ( Tag  calDataId  )  throw (IllegalAccessException)

Set calDataId with the specified Tag.

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

Tag asdm::CalHolographyRow::getCalReductionId (  )  const

Get calReductionId.

Returns:
calReductionId as Tag

void asdm::CalHolographyRow::setCalReductionId ( Tag  calReductionId  )  throw (IllegalAccessException)

Set calReductionId with the specified Tag.

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

CalReductionRow* asdm::CalHolographyRow::getCalReductionUsingCalReductionId (  ) 

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*

CalDataRow* asdm::CalHolographyRow::getCalDataUsingCalDataId (  ) 

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

bool asdm::CalHolographyRow::compareNoAutoInc ( Tag  calDataId,
Tag  calReductionId,
string  antennaName,
AntennaMake  antennaMake,
int  numScrew,
int  numReceptor,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length focusPosition,
Length  rawRms,
Length  weightedRms,
vector< string >  screwName,
vector< Length screwMotion,
vector< Length screwMotionError,
int  panelModes,
vector< Frequency frequencyRange,
EntityRef  beamMapUID,
EntityRef  surfaceMapUID,
vector< PolarizationType >  polarizationTypes,
ReceiverBand  receiverBand,
vector< Angle direction,
Temperature  ambientTemperature 
)

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

bool asdm::CalHolographyRow::equalByRequiredValue ( CalHolographyRow 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 CalHolographyRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:48 2007 for ASDM C++ Implementation by  doxygen 1.5.1