alma.asdm.CalPointingRow Class Reference

Inherits alma.asdm.ASDMRow.

List of all members.


Detailed Description

The CalPointingRow class is a row of a CalPointingTable.

Generated from model's revision 1.41, branch HEAD


Public Member Functions

CalPointingTable getTable ()
 Return the table to which this row belongs.
CalPointingRowIDL toIDL ()
 Return this row in the form of an IDL struct.
void setFromIDL (CalPointingRowIDL x) throws ConversionException
 Fill the values of this row from the IDL struct CalPointingRowIDL.
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.
String getAntennaName ()
 Get antennaName.
void setAntennaName (String antennaName) throws IllegalAccessException
 Set antennaName with the specified String value.
ArrayTime getStartValidTime ()
 Get startValidTime.
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime value.
ArrayTime getEndValidTime ()
 Get endValidTime.
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime value.
ReceiverBand getReceiverBand ()
 Get receiverBand.
void setReceiverBand (ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBand value.
Frequency[] getFrequencyRange ()
 Get frequencyRange.
void setFrequencyRange (Frequency[] frequencyRange)
 Set frequencyRange with the specified Frequency[] value.
Angle[] getDirection ()
 Get direction.
void setDirection (Angle[] direction)
 Set direction with the specified Angle[] value.
Angle[] getCollOffsetRelative ()
 Get collOffsetRelative.
void setCollOffsetRelative (Angle[] collOffsetRelative)
 Set collOffsetRelative with the specified Angle[] value.
Angle[] getCollOffsetAbsolute ()
 Get collOffsetAbsolute.
void setCollOffsetAbsolute (Angle[] collOffsetAbsolute)
 Set collOffsetAbsolute with the specified Angle[] value.
Angle[] getCollError ()
 Get collError.
void setCollError (Angle[] collError)
 Set collError with the specified Angle[] value.
PointingMethod getPointingMethod ()
 Get pointingMethod.
void setPointingMethod (PointingMethod pointingMethod)
 Set pointingMethod with the specified PointingMethod value.
boolean isBeamWidthExists ()
 The attribute beamWidth is optional.
Angle[] getBeamWidth () throws IllegalAccessException
 Get beamWidth, which is optional.
void setBeamWidth (Angle[] beamWidth)
 Set beamWidth with the specified Angle[] value.
void clearBeamWidth ()
 Mark beamWidth, which is an optional field, as non-existent.
boolean isBeamWidthErrorExists ()
 The attribute beamWidthError is optional.
Angle[] getBeamWidthError () throws IllegalAccessException
 Get beamWidthError, which is optional.
void setBeamWidthError (Angle[] beamWidthError)
 Set beamWidthError with the specified Angle[] value.
void clearBeamWidthError ()
 Mark beamWidthError, which is an optional field, as non-existent.
boolean isBeamPAExists ()
 The attribute beamPA is optional.
Angle getBeamPA () throws IllegalAccessException
 Get beamPA, which is optional.
void setBeamPA (Angle beamPA)
 Set beamPA with the specified Angle value.
void clearBeamPA ()
 Mark beamPA, which is an optional field, as non-existent.
boolean isBeamPAErrorExists ()
 The attribute beamPAError is optional.
Angle getBeamPAError () throws IllegalAccessException
 Get beamPAError, which is optional.
void setBeamPAError (Angle beamPAError)
 Set beamPAError with the specified Angle value.
void clearBeamPAError ()
 Mark beamPAError, which is an optional field, as non-existent.
boolean isPeakIntensityExists ()
 The attribute peakIntensity is optional.
Temperature getPeakIntensity () throws IllegalAccessException
 Get peakIntensity, which is optional.
void setPeakIntensity (Temperature peakIntensity)
 Set peakIntensity with the specified Temperature value.
void clearPeakIntensity ()
 Mark peakIntensity, which is an optional field, as non-existent.
boolean isPeakIntensityErrorExists ()
 The attribute peakIntensityError is optional.
Temperature getPeakIntensityError () throws IllegalAccessException
 Get peakIntensityError, which is optional.
void setPeakIntensityError (Temperature peakIntensityError)
 Set peakIntensityError with the specified Temperature value.
void clearPeakIntensityError ()
 Mark peakIntensityError, which is an optional field, as non-existent.
PointingModelMode getMode ()
 Get mode.
void setMode (PointingModelMode mode)
 Set mode with the specified PointingModelMode value.
boolean isBeamWidthWasFixedExists ()
 The attribute beamWidthWasFixed is optional.
boolean[] getBeamWidthWasFixed () throws IllegalAccessException
 Get beamWidthWasFixed, which is optional.
void setBeamWidthWasFixed (boolean[] beamWidthWasFixed)
 Set beamWidthWasFixed with the specified boolean[] value.
void clearBeamWidthWasFixed ()
 Mark beamWidthWasFixed, which is an optional field, as non-existent.
boolean isBeamPAWasFixedExists ()
 The attribute beamPAWasFixed is optional.
boolean getBeamPAWasFixed () throws IllegalAccessException
 Get beamPAWasFixed, which is optional.
void setBeamPAWasFixed (boolean beamPAWasFixed)
 Set beamPAWasFixed with the specified boolean value.
void clearBeamPAWasFixed ()
 Mark beamPAWasFixed, which is an optional field, as non-existent.
boolean isPeakIntensityWasFixedExists ()
 The attribute peakIntensityWasFixed is optional.
boolean getPeakIntensityWasFixed () throws IllegalAccessException
 Get peakIntensityWasFixed, which is optional.
void setPeakIntensityWasFixed (boolean peakIntensityWasFixed)
 Set peakIntensityWasFixed with the specified boolean value.
void clearPeakIntensityWasFixed ()
 Mark peakIntensityWasFixed, which is an optional field, as non-existent.
Temperature getAmbientTemperature ()
 Get ambientTemperature.
void setAmbientTemperature (Temperature ambientTemperature)
 Set ambientTemperature with the specified Temperature value.
Tag getCalDataId ()
 Get calDataId.
void setCalDataId (Tag calDataId) throws IllegalAccessException
 Set calDataId with the specified Tag value.
Tag getCalReductionId ()
 Get calReductionId.
void setCalReductionId (Tag calReductionId) throws IllegalAccessException
 Set calReductionId with the specified Tag value.
CalDataRow getCalDataUsingCalDataId ()
 Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
CalReductionRow getCalReductionUsingCalReductionId ()
 Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
boolean compareNoAutoInc (Tag calDataId, Tag calReductionId, String antennaName, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, Frequency[] frequencyRange, Angle[] direction, Angle[] collOffsetRelative, Angle[] collOffsetAbsolute, Angle[] collError, PointingMethod pointingMethod, PointingModelMode mode, Temperature ambientTemperature)
 Compare each attribute except the autoincrementable one of this CalPointingRow with the corresponding parameters and return true if there is a match and false otherwise.
boolean equalByRequiredValue (CalPointingRow x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
boolean compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, Frequency[] frequencyRange, Angle[] direction, Angle[] collOffsetRelative, Angle[] collOffsetAbsolute, Angle[] collError, PointingMethod pointingMethod, PointingModelMode mode, Temperature ambientTemperature)

Package Functions

 CalPointingRow (CalPointingTable table)
 Create a CalPointingRow.
 CalPointingRow (CalPointingTable table, CalPointingRow row)
 Creates a CalPointingRow 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.


Constructor & Destructor Documentation

alma.asdm.CalPointingRow.CalPointingRow ( CalPointingTable  table  )  [package]

Create a CalPointingRow.

This constructor has package access because only the table can create rows. All rows know the table to which they belong.

Parameters:
table The table to which this row belongs.

alma.asdm.CalPointingRow.CalPointingRow ( CalPointingTable  table,
CalPointingRow  row 
) [package]

Creates a CalPointingRow using a copy constructor mechanism.

Given a CalPointingRow row and a CalPointingTable table, the method creates a new CalPointingRow 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.

Parameters:
table The table to which this row belongs.
row The row which is to be copied.


Member Function Documentation

CalPointingRowIDL alma.asdm.CalPointingRow.toIDL (  ) 

Return this row in the form of an IDL struct.

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

void alma.asdm.CalPointingRow.setFromIDL ( CalPointingRowIDL  x  )  throws ConversionException

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

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

String alma.asdm.CalPointingRow.toXML (  )  throws ConversionException

Return this row in the form of an XML string.

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

void alma.asdm.CalPointingRow.setFromXML ( String  rowDoc  )  throws 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.
Exceptions:
ConversionException. 

String alma.asdm.CalPointingRow.getAntennaName (  ) 

Get antennaName.

Returns:
antennaName as String

void alma.asdm.CalPointingRow.setAntennaName ( String  antennaName  )  throws IllegalAccessException

Set antennaName with the specified String value.

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.

ArrayTime alma.asdm.CalPointingRow.getStartValidTime (  ) 

Get startValidTime.

Returns:
startValidTime as ArrayTime

void alma.asdm.CalPointingRow.setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime value.

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

ArrayTime alma.asdm.CalPointingRow.getEndValidTime (  ) 

Get endValidTime.

Returns:
endValidTime as ArrayTime

void alma.asdm.CalPointingRow.setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime value.

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

ReceiverBand alma.asdm.CalPointingRow.getReceiverBand (  ) 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void alma.asdm.CalPointingRow.setReceiverBand ( ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBand value.

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

Frequency [] alma.asdm.CalPointingRow.getFrequencyRange (  ) 

Get frequencyRange.

Returns:
frequencyRange as Frequency[]

void alma.asdm.CalPointingRow.setFrequencyRange ( Frequency[]  frequencyRange  ) 

Set frequencyRange with the specified Frequency[] value.

Parameters:
frequencyRange The Frequency[] value to which frequencyRange is to be set.

Angle [] alma.asdm.CalPointingRow.getDirection (  ) 

Get direction.

Returns:
direction as Angle[]

void alma.asdm.CalPointingRow.setDirection ( Angle[]  direction  ) 

Set direction with the specified Angle[] value.

Parameters:
direction The Angle[] value to which direction is to be set.

Angle [] alma.asdm.CalPointingRow.getCollOffsetRelative (  ) 

Get collOffsetRelative.

Returns:
collOffsetRelative as Angle[]

void alma.asdm.CalPointingRow.setCollOffsetRelative ( Angle[]  collOffsetRelative  ) 

Set collOffsetRelative with the specified Angle[] value.

Parameters:
collOffsetRelative The Angle[] value to which collOffsetRelative is to be set.

Angle [] alma.asdm.CalPointingRow.getCollOffsetAbsolute (  ) 

Get collOffsetAbsolute.

Returns:
collOffsetAbsolute as Angle[]

void alma.asdm.CalPointingRow.setCollOffsetAbsolute ( Angle[]  collOffsetAbsolute  ) 

Set collOffsetAbsolute with the specified Angle[] value.

Parameters:
collOffsetAbsolute The Angle[] value to which collOffsetAbsolute is to be set.

Angle [] alma.asdm.CalPointingRow.getCollError (  ) 

Get collError.

Returns:
collError as Angle[]

void alma.asdm.CalPointingRow.setCollError ( Angle[]  collError  ) 

Set collError with the specified Angle[] value.

Parameters:
collError The Angle[] value to which collError is to be set.

PointingMethod alma.asdm.CalPointingRow.getPointingMethod (  ) 

Get pointingMethod.

Returns:
pointingMethod as PointingMethod

void alma.asdm.CalPointingRow.setPointingMethod ( PointingMethod  pointingMethod  ) 

Set pointingMethod with the specified PointingMethod value.

Parameters:
pointingMethod The PointingMethod value to which pointingMethod is to be set.

boolean alma.asdm.CalPointingRow.isBeamWidthExists (  ) 

The attribute beamWidth is optional.

Return true if this attribute exists.

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

Angle [] alma.asdm.CalPointingRow.getBeamWidth (  )  throws IllegalAccessException

Get beamWidth, which is optional.

Returns:
beamWidth as Angle[]
Exceptions:
IllegalAccessException If beamWidth does not exist.

void alma.asdm.CalPointingRow.setBeamWidth ( Angle[]  beamWidth  ) 

Set beamWidth with the specified Angle[] value.

Parameters:
beamWidth The Angle[] value to which beamWidth is to be set.

boolean alma.asdm.CalPointingRow.isBeamWidthErrorExists (  ) 

The attribute beamWidthError is optional.

Return true if this attribute exists.

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

Angle [] alma.asdm.CalPointingRow.getBeamWidthError (  )  throws IllegalAccessException

Get beamWidthError, which is optional.

Returns:
beamWidthError as Angle[]
Exceptions:
IllegalAccessException If beamWidthError does not exist.

void alma.asdm.CalPointingRow.setBeamWidthError ( Angle[]  beamWidthError  ) 

Set beamWidthError with the specified Angle[] value.

Parameters:
beamWidthError The Angle[] value to which beamWidthError is to be set.

boolean alma.asdm.CalPointingRow.isBeamPAExists (  ) 

The attribute beamPA is optional.

Return true if this attribute exists.

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

Angle alma.asdm.CalPointingRow.getBeamPA (  )  throws IllegalAccessException

Get beamPA, which is optional.

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

void alma.asdm.CalPointingRow.setBeamPA ( Angle  beamPA  ) 

Set beamPA with the specified Angle value.

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

boolean alma.asdm.CalPointingRow.isBeamPAErrorExists (  ) 

The attribute beamPAError is optional.

Return true if this attribute exists.

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

Angle alma.asdm.CalPointingRow.getBeamPAError (  )  throws IllegalAccessException

Get beamPAError, which is optional.

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

void alma.asdm.CalPointingRow.setBeamPAError ( Angle  beamPAError  ) 

Set beamPAError with the specified Angle value.

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

boolean alma.asdm.CalPointingRow.isPeakIntensityExists (  ) 

The attribute peakIntensity is optional.

Return true if this attribute exists.

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

Temperature alma.asdm.CalPointingRow.getPeakIntensity (  )  throws IllegalAccessException

Get peakIntensity, which is optional.

Returns:
peakIntensity as Temperature
Exceptions:
IllegalAccessException If peakIntensity does not exist.

void alma.asdm.CalPointingRow.setPeakIntensity ( Temperature  peakIntensity  ) 

Set peakIntensity with the specified Temperature value.

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

boolean alma.asdm.CalPointingRow.isPeakIntensityErrorExists (  ) 

The attribute peakIntensityError is optional.

Return true if this attribute exists.

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

Temperature alma.asdm.CalPointingRow.getPeakIntensityError (  )  throws IllegalAccessException

Get peakIntensityError, which is optional.

Returns:
peakIntensityError as Temperature
Exceptions:
IllegalAccessException If peakIntensityError does not exist.

void alma.asdm.CalPointingRow.setPeakIntensityError ( Temperature  peakIntensityError  ) 

Set peakIntensityError with the specified Temperature value.

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

PointingModelMode alma.asdm.CalPointingRow.getMode (  ) 

Get mode.

Returns:
mode as PointingModelMode

void alma.asdm.CalPointingRow.setMode ( PointingModelMode  mode  ) 

Set mode with the specified PointingModelMode value.

Parameters:
mode The PointingModelMode value to which mode is to be set.

boolean alma.asdm.CalPointingRow.isBeamWidthWasFixedExists (  ) 

The attribute beamWidthWasFixed is optional.

Return true if this attribute exists.

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

boolean [] alma.asdm.CalPointingRow.getBeamWidthWasFixed (  )  throws IllegalAccessException

Get beamWidthWasFixed, which is optional.

Returns:
beamWidthWasFixed as boolean[]
Exceptions:
IllegalAccessException If beamWidthWasFixed does not exist.

void alma.asdm.CalPointingRow.setBeamWidthWasFixed ( boolean[]  beamWidthWasFixed  ) 

Set beamWidthWasFixed with the specified boolean[] value.

Parameters:
beamWidthWasFixed The boolean[] value to which beamWidthWasFixed is to be set.

boolean alma.asdm.CalPointingRow.isBeamPAWasFixedExists (  ) 

The attribute beamPAWasFixed is optional.

Return true if this attribute exists.

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

boolean alma.asdm.CalPointingRow.getBeamPAWasFixed (  )  throws IllegalAccessException

Get beamPAWasFixed, which is optional.

Returns:
beamPAWasFixed as boolean
Exceptions:
IllegalAccessException If beamPAWasFixed does not exist.

void alma.asdm.CalPointingRow.setBeamPAWasFixed ( boolean  beamPAWasFixed  ) 

Set beamPAWasFixed with the specified boolean value.

Parameters:
beamPAWasFixed The boolean value to which beamPAWasFixed is to be set.

boolean alma.asdm.CalPointingRow.isPeakIntensityWasFixedExists (  ) 

The attribute peakIntensityWasFixed is optional.

Return true if this attribute exists.

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

boolean alma.asdm.CalPointingRow.getPeakIntensityWasFixed (  )  throws IllegalAccessException

Get peakIntensityWasFixed, which is optional.

Returns:
peakIntensityWasFixed as boolean
Exceptions:
IllegalAccessException If peakIntensityWasFixed does not exist.

void alma.asdm.CalPointingRow.setPeakIntensityWasFixed ( boolean  peakIntensityWasFixed  ) 

Set peakIntensityWasFixed with the specified boolean value.

Parameters:
peakIntensityWasFixed The boolean value to which peakIntensityWasFixed is to be set.

Temperature alma.asdm.CalPointingRow.getAmbientTemperature (  ) 

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

void alma.asdm.CalPointingRow.setAmbientTemperature ( Temperature  ambientTemperature  ) 

Set ambientTemperature with the specified Temperature value.

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

Tag alma.asdm.CalPointingRow.getCalDataId (  ) 

Get calDataId.

Returns:
calDataId as Tag

void alma.asdm.CalPointingRow.setCalDataId ( Tag  calDataId  )  throws IllegalAccessException

Set calDataId with the specified Tag value.

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 alma.asdm.CalPointingRow.getCalReductionId (  ) 

Get calReductionId.

Returns:
calReductionId as Tag

void alma.asdm.CalPointingRow.setCalReductionId ( Tag  calReductionId  )  throws IllegalAccessException

Set calReductionId with the specified Tag value.

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.

CalDataRow alma.asdm.CalPointingRow.getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow

CalReductionRow alma.asdm.CalPointingRow.getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow

boolean alma.asdm.CalPointingRow.equalByRequiredValue ( CalPointingRow  x  ) 

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

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

Object [] alma.asdm.CalPointingRow.getAttributesValues (  )  [package, virtual]

Returns all the attributes of an attribute of an ASDM table as an array of Object.

Returns:
an array of Object.

Implements alma.asdm.ASDMRow.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:47:22 2007 for ASDM Java Implementation by  doxygen 1.5.1