alma.aedf
Class Project

java.lang.Object
  |
  +--alma.aedf.Project

public class Project
extends java.lang.Object

Author:
caillat

Constructor Summary
Project()
          A nullary constructor
Project(java.lang.String name)
          An unary constructor.
Project(java.lang.String name, Archiver ar)
          A binary constructor.
 
Method Summary
 java.lang.String getAedfType()
           
static java.lang.String getAEDFXMLDirectory()
           
 AlmaCorrelatorModeTable getAlmaCorrelatorModeTable()
           
 java.lang.String getAlmaCorrelatorModeTableUID()
           
 AntennaTable getAntennaTable()
           
 java.lang.String getAntennaTableUID()
           
 CalDeviceTable getCalDeviceTable()
           
 java.lang.String getCalDeviceTableUID()
           
 CalWidgetTable getCalWidgetTable()
           
 java.lang.String getCalWidgetTableUID()
           
 ConfigDescriptionTable getConfigDescriptionTable()
           
 java.lang.String getConfigDescriptionTableUID()
           
 DataDescriptionTable getDataDescriptionTable()
           
 java.lang.String getDataDescriptionTableUID()
           
 DopplerTable getDopplerTable()
           
 java.lang.String getDopplerTableUID()
           
 ExecuteSummaryTable getExecuteSummaryTable()
           
 java.lang.String getExecuteSummaryTableUID()
           
 FeedTable getFeedTable()
           
 java.lang.String getFeedTableUID()
           
 FieldTable getFieldTable()
           
 java.lang.String getFieldTableUID()
           
 FlagCmdTable getFlagCmdTable()
           
 java.lang.String getFlagCmdTableUID()
           
 FocusTable getFocusTable()
           
 java.lang.String getFocusTableUID()
           
 FreqOffsetTable getFreqOffsetTable()
           
 java.lang.String getFreqOffsetTableUID()
           
 GainCurveTable getGainCurveTable()
           
 java.lang.String getGainCurveTableUID()
           
 GainTrackingTable getGainTrackingTable()
           
 java.lang.String getGainTrackingTableUID()
           
 HistoryTable getHistoryTable()
           
 java.lang.String getHistoryTableUID()
           
 MainTable getMainTable()
           
 java.lang.String getMainTableUID()
           
 java.lang.String getName()
           
 ObsSummaryTable getObsSummaryTable()
           
 java.lang.String getObsSummaryTableUID()
           
 ObsUnitTable getObsUnitTable()
           
 java.lang.String getObsUnitTableUID()
           
 PointingTable getPointingTable()
           
 java.lang.String getPointingTableUID()
           
 PolarizationTable getPolarizationTable()
           
 java.lang.String getPolarizationTableUID()
           
 ProcessorTable getProcessorTable()
           
 java.lang.String getProcessorTableUID()
           
 ReceiverTable getReceiverTable()
           
 java.lang.String getReceiverTableUID()
           
 ScanSummaryTable getScanSummaryTable()
           
 java.lang.String getScanSummaryTableUID()
           
 ScheduleTable getScheduleTable()
           
 java.lang.String getScheduleTableUID()
           
 SeeingTable getSeeingTable()
           
 java.lang.String getSeeingTableUID()
           
 SourceParameterTable getSourceParameterTable()
           
 java.lang.String getSourceParameterTableUID()
           
 SourceTable getSourceTable()
           
 java.lang.String getSourceTableUID()
           
 SpectralWindowTable getSpectralWindowTable()
           
 java.lang.String getSpectralWindowTableUID()
           
 StateTable getStateTable()
           
 java.lang.String getStateTableUID()
           
 SwitchCycleTable getSwitchCycleTable()
           
 java.lang.String getSwitchCycleTableUID()
           
 SysCalTable getSysCalTable()
           
 java.lang.String getSysCalTableUID()
           
 java.util.Hashtable getTableDirectory()
           
 TotPowMonitoringTable getTotPowMonitoringTable()
           
 java.lang.String getTotPowMonitoringTableUID()
           
 java.lang.String getUID()
           
 WeatherTable getWeatherTable()
           
 java.lang.String getWeatherTableUID()
           
 WvmCalTable getWvmCalTable()
           
 java.lang.String getWvmCalTableUID()
           
static java.util.Hashtable list(Archiver ar)
           
static Project load(Archiver ar, java.lang.String projectUID)
           
static Project parseXML(java.lang.String xmlString, java.lang.String rules)
           
 java.lang.String save()
           
 void setAedfType(java.lang.String aedfType)
          set the AEDF Type of this document (must be 'Project').
 void setAlmaCorrelatorModeTable(AlmaCorrelatorModeTable table)
           
 void setAlmaCorrelatorModeTableUID(java.lang.String string)
           
 void setAntennaTable(AntennaTable table)
           
 void setAntennaTableUID(java.lang.String string)
           
 void setCalDeviceTable(CalDeviceTable table)
           
 void setCalDeviceTableUID(java.lang.String string)
           
 void setCalWidgetTable(CalWidgetTable table)
           
 void setCalWidgetTableUID(java.lang.String string)
           
 void setConfigDescriptionTable(ConfigDescriptionTable table)
           
 void setConfigDescriptionTableUID(java.lang.String string)
           
 void setDataDescriptionTable(DataDescriptionTable table)
           
 void setDataDescriptionTableUID(java.lang.String string)
           
 void setDopplerTable(DopplerTable table)
           
 void setDopplerTableUID(java.lang.String string)
           
 void setExecuteSummaryTable(ExecuteSummaryTable table)
           
 void setExecuteSummaryTableUID(java.lang.String string)
           
 void setFeedTable(FeedTable table)
           
 void setFeedTableUID(java.lang.String string)
           
 void setFieldTable(FieldTable table)
           
 void setFieldTableUID(java.lang.String string)
           
 void setFlagCmdTable(FlagCmdTable table)
           
 void setFlagCmdTableUID(java.lang.String string)
           
 void setFocusTable(FocusTable table)
           
 void setFocusTableUID(java.lang.String string)
           
 void setFreqOffsetTable(FreqOffsetTable table)
           
 void setFreqOffsetTableUID(java.lang.String string)
           
 void setGainCurveTable(GainCurveTable table)
           
 void setGainCurveTableUID(java.lang.String string)
           
 void setGainTrackingTable(GainTrackingTable table)
           
 void setGainTrackingTableUID(java.lang.String string)
           
 void setHistoryTable(HistoryTable table)
           
 void setHistoryTableUID(java.lang.String string)
           
 void setMainTable(MainTable table)
           
 void setMainTableUID(java.lang.String string)
           
 void setName(java.lang.String string)
          Set the project's name.
 void setObsSummaryTable(ObsSummaryTable table)
           
 void setObsSummaryTableUID(java.lang.String string)
           
 void setObsUnitTable(ObsUnitTable table)
           
 void setObsUnitTableUID(java.lang.String string)
           
 void setPointingTable(PointingTable table)
           
 void setPointingTableUID(java.lang.String string)
           
 void setPolarizationTable(PolarizationTable table)
           
 void setPolarizationTableUID(java.lang.String string)
           
 void setProcessorTable(ProcessorTable table)
           
 void setProcessorTableUID(java.lang.String string)
           
 void setProperty(java.lang.String name, java.lang.String value)
          Set a property's value based on name/value pair.
 void setReceiverTable(ReceiverTable table)
           
 void setReceiverTableUID(java.lang.String string)
           
 void setScanSummaryTable(ScanSummaryTable table)
           
 void setScanSummaryTableUID(java.lang.String string)
           
 void setScheduleTable(ScheduleTable table)
           
 void setScheduleTableUID(java.lang.String string)
           
 void setSeeingTable(SeeingTable table)
           
 void setSeeingTableUID(java.lang.String string)
           
 void setSourceParameterTable(SourceParameterTable table)
           
 void setSourceParameterTableUID(java.lang.String string)
           
 void setSourceTable(SourceTable table)
           
 void setSourceTableUID(java.lang.String string)
           
 void setSpectralWindowTable(SpectralWindowTable table)
           
 void setSpectralWindowTableUID(java.lang.String string)
           
 void setStateTable(StateTable table)
           
 void setStateTableUID(java.lang.String string)
           
 void setSwitchCycleTable(SwitchCycleTable table)
           
 void setSwitchCycleTableUID(java.lang.String string)
           
 void setSysCalTable(SysCalTable table)
           
 void setSysCalTableUID(java.lang.String string)
           
 void setTotPowMonitoringTable(TotPowMonitoringTable table)
           
 void setTotPowMonitoringTableUID(java.lang.String string)
           
 void setWeatherTable(WeatherTable table)
           
 void setWeatherTableUID(java.lang.String string)
           
 void setWvmCalTable(WvmCalTable table)
           
 void setWvmCalTableUID(java.lang.String string)
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project

public Project()
A nullary constructor


Project

public Project(java.lang.String name)
An unary constructor. Constructs a project given its name.

Parameters:
name - the project's name.

Project

public Project(java.lang.String name,
               Archiver ar)
A binary constructor. Constructs a project given its name and an archiver

Parameters:
name - the project's name.
ar - the archiver used to archive the project.
Method Detail

parseXML

public static Project parseXML(java.lang.String xmlString,
                               java.lang.String rules)
                        throws java.lang.Exception
java.lang.Exception

load

public static Project load(Archiver ar,
                           java.lang.String projectUID)
                    throws java.lang.Exception
java.lang.Exception

list

public static java.util.Hashtable list(Archiver ar)

save

public java.lang.String save()
                      throws java.lang.Exception
java.lang.Exception

toXML

public java.lang.String toXML()

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)
Set a property's value based on name/value pair.

Parameters:
name - The name - In order to work the name has to be "Property" part of a set (String value) method for this class. e.g. If name == "UID" there must be a setUID ( String value) method defined in the class; it's this method that will be invoked.
value - The value that will be passed to the set method.

getAEDFXMLDirectory

public static java.lang.String getAEDFXMLDirectory()
Returns:
the AEDFXML directory

getAedfType

public java.lang.String getAedfType()
Returns:
the AEDF Type of this document (must be 'Project').

setAedfType

public void setAedfType(java.lang.String aedfType)
set the AEDF Type of this document (must be 'Project').


getUID

public java.lang.String getUID()
Returns:
this project's UID.

getName

public java.lang.String getName()
Returns:
the project's name.

getTableDirectory

public java.util.Hashtable getTableDirectory()
Returns:
the project's table directory.

getFieldTableUID

public java.lang.String getFieldTableUID()
Returns:
the Field Table UID (null if not defined)

getFieldTable

public FieldTable getFieldTable()
Returns:
the Field Table (null if not defined)

getStateTableUID

public java.lang.String getStateTableUID()
Returns:
the State Table UID (null if not defined)

getStateTable

public StateTable getStateTable()
Returns:
the State Table (null if not defined)

getDataDescriptionTableUID

public java.lang.String getDataDescriptionTableUID()
Returns:
the DataDescription Table UID (null if not defined)

getDataDescriptionTable

public DataDescriptionTable getDataDescriptionTable()
Returns:
the DataDescription Table (null if not defined)

getSpectralWindowTableUID

public java.lang.String getSpectralWindowTableUID()
Returns:
the SpectralWindow Table UID (null if not defined)

getSpectralWindowTable

public SpectralWindowTable getSpectralWindowTable()
Returns:
the SpectralWindow Table (null if not defined)

getPolarizationTableUID

public java.lang.String getPolarizationTableUID()
Returns:
the Polarization Table UID (null if not defined)

getPolarizationTable

public PolarizationTable getPolarizationTable()
Returns:
the Polarization Table (null if not defined)

getFeedTableUID

public java.lang.String getFeedTableUID()
Returns:
the Feed Table UID (null if not defined)

getFeedTable

public FeedTable getFeedTable()
Returns:
the Feed Table (null if not defined)

getAntennaTableUID

public java.lang.String getAntennaTableUID()
Returns:
the Antenna Table UID (null if not defined)

getAntennaTable

public AntennaTable getAntennaTable()
Returns:
the Antenna Table (null if not defined)

getSourceTableUID

public java.lang.String getSourceTableUID()
Returns:
the Source Table UID (null if not defined)

getSourceTable

public SourceTable getSourceTable()
Returns:
the Source Table (null if not defined)

getDopplerTableUID

public java.lang.String getDopplerTableUID()
Returns:
the Doppler Table UID (null if not defined)

getDopplerTable

public DopplerTable getDopplerTable()
Returns:
the Doppler Table (null if not defined)

getPointingTableUID

public java.lang.String getPointingTableUID()
Returns:
the Pointing Table UID (null if not defined)

getPointingTable

public PointingTable getPointingTable()
Returns:
the Pointing Table (null if not defined)

getWeatherTableUID

public java.lang.String getWeatherTableUID()
Returns:
the Weather Table UID (null if not defined)

getWeatherTable

public WeatherTable getWeatherTable()
Returns:
the Weather Table (null if not defined)

getFreqOffsetTableUID

public java.lang.String getFreqOffsetTableUID()
Returns:
the FreqOffset Table UID (null if not defined)

getFreqOffsetTable

public FreqOffsetTable getFreqOffsetTable()
Returns:
the FreqOffset Table (null if not defined)

getProcessorTableUID

public java.lang.String getProcessorTableUID()
Returns:
the Processor Table UID (null if not defined)

getProcessorTable

public ProcessorTable getProcessorTable()
Returns:
the Processor Table (null if not defined)

getCalWidgetTableUID

public java.lang.String getCalWidgetTableUID()
Returns:
the CalWidget Table UID (null if not defined)

getCalWidgetTable

public CalWidgetTable getCalWidgetTable()
Returns:
the CalWidget Table (null if not defined)

getAlmaCorrelatorModeTableUID

public java.lang.String getAlmaCorrelatorModeTableUID()
Returns:
the AlmaCorrelatorMode Table UID (null if not defined)

getAlmaCorrelatorModeTable

public AlmaCorrelatorModeTable getAlmaCorrelatorModeTable()
Returns:
the AlmaCorrelatorMode Table (null if not defined)

getCalDeviceTableUID

public java.lang.String getCalDeviceTableUID()
Returns:
the CalDevice Table UID (null if not defined)

getCalDeviceTable

public CalDeviceTable getCalDeviceTable()
Returns:
the CalDevice Table (null if not defined)

getConfigDescriptionTableUID

public java.lang.String getConfigDescriptionTableUID()
Returns:
the ConfigDescription Table UID (null if not defined)

getConfigDescriptionTable

public ConfigDescriptionTable getConfigDescriptionTable()
Returns:
the ConfigDescription Table (null if not defined)

getExecuteSummaryTableUID

public java.lang.String getExecuteSummaryTableUID()
Returns:
the ExecuteSummary Table UID (null if not defined)

getExecuteSummaryTable

public ExecuteSummaryTable getExecuteSummaryTable()
Returns:
the ExecuteSummary Table (null if not defined)

getFlagCmdTableUID

public java.lang.String getFlagCmdTableUID()
Returns:
the FlagCmd Table UID (null if not defined)

getFlagCmdTable

public FlagCmdTable getFlagCmdTable()
Returns:
the FlagCmd Table (null if not defined)

getFocusTableUID

public java.lang.String getFocusTableUID()
Returns:
the Focus Table UID (null if not defined)

getFocusTable

public FocusTable getFocusTable()
Returns:
the Focus Table (null if not defined)

getGainCurveTableUID

public java.lang.String getGainCurveTableUID()
Returns:
the GainCurve Table UID (null if not defined)

getGainCurveTable

public GainCurveTable getGainCurveTable()
Returns:
the GainCurve Table (null if not defined)

getGainTrackingTableUID

public java.lang.String getGainTrackingTableUID()
Returns:
the GainTracking Table UID (null if not defined)

getGainTrackingTable

public GainTrackingTable getGainTrackingTable()
Returns:
the GainTracking Table (null if not defined)

getHistoryTableUID

public java.lang.String getHistoryTableUID()
Returns:
the History Table UID (null if not defined)

getHistoryTable

public HistoryTable getHistoryTable()
Returns:
the History Table (null if not defined)

getMainTableUID

public java.lang.String getMainTableUID()
Returns:
the Main Table UID (null if not defined)

getMainTable

public MainTable getMainTable()
Returns:
the Main Table (null if not defined)

getObsSummaryTableUID

public java.lang.String getObsSummaryTableUID()
Returns:
the ObsSummary Table UID (null if not defined)

getObsSummaryTable

public ObsSummaryTable getObsSummaryTable()
Returns:
the ObsSummary Table (null if not defined)

getObsUnitTableUID

public java.lang.String getObsUnitTableUID()
Returns:
the ObsUnit Table UID (null if not defined)

getObsUnitTable

public ObsUnitTable getObsUnitTable()
Returns:
the ObsUnit Table (null if not defined)

getReceiverTableUID

public java.lang.String getReceiverTableUID()
Returns:
the Receiver Table UID (null if not defined)

getReceiverTable

public ReceiverTable getReceiverTable()
Returns:
the Receiver Table (null if not defined)

getScanSummaryTableUID

public java.lang.String getScanSummaryTableUID()
Returns:
the ScanSummary Table UID (null if not defined)

getScanSummaryTable

public ScanSummaryTable getScanSummaryTable()
Returns:
the ScanSummary Table (null if not defined)

getScheduleTableUID

public java.lang.String getScheduleTableUID()
Returns:
the Schedule Table UID (null if not defined)

getScheduleTable

public ScheduleTable getScheduleTable()
Returns:
the Schedule Table (null if not defined)

getSeeingTableUID

public java.lang.String getSeeingTableUID()
Returns:
the Seeing Table UID (null if not defined)

getSeeingTable

public SeeingTable getSeeingTable()
Returns:
the Seeing Table (null if not defined)

getSourceParameterTableUID

public java.lang.String getSourceParameterTableUID()
Returns:
the SourceParameter Table UID (null if not defined)

getSourceParameterTable

public SourceParameterTable getSourceParameterTable()
Returns:
the SourceParameter Table (null if not defined)

getSwitchCycleTableUID

public java.lang.String getSwitchCycleTableUID()
Returns:
the SwitchCycle Table UID (null if not defined)

getSwitchCycleTable

public SwitchCycleTable getSwitchCycleTable()
Returns:
the SwitchCycle Table (null if not defined)

getSysCalTableUID

public java.lang.String getSysCalTableUID()
Returns:
the SysCal Table UID (null if not defined)

getSysCalTable

public SysCalTable getSysCalTable()
Returns:
the SysCal Table (null if not defined)

getTotPowMonitoringTableUID

public java.lang.String getTotPowMonitoringTableUID()
Returns:
the TotPowMonitoring Table UID (null if not defined)

getTotPowMonitoringTable

public TotPowMonitoringTable getTotPowMonitoringTable()
Returns:
the TotPowMonitoring Table (null if not defined)

getWvmCalTableUID

public java.lang.String getWvmCalTableUID()
Returns:
the WvmCal Table UID (null if not defined)

getWvmCalTable

public WvmCalTable getWvmCalTable()
Returns:
the WvmCal Table (null if not defined)

setName

public void setName(java.lang.String string)
Set the project's name.

Parameters:
string - the project's name.

setFieldTableUID

public void setFieldTableUID(java.lang.String string)
Parameters:
string - the Field table UID to set.

setFieldTable

public void setFieldTable(FieldTable table)
Parameters:
table - the Field table to set.

setStateTableUID

public void setStateTableUID(java.lang.String string)
Parameters:
string - the State table UID to set.

setStateTable

public void setStateTable(StateTable table)
Parameters:
table - the State table to set.

setDataDescriptionTableUID

public void setDataDescriptionTableUID(java.lang.String string)
Parameters:
string - the DataDescription table UID to set.

setDataDescriptionTable

public void setDataDescriptionTable(DataDescriptionTable table)
Parameters:
table - the DataDescription table to set.

setSpectralWindowTableUID

public void setSpectralWindowTableUID(java.lang.String string)
Parameters:
string - the SpectralWindow table UID to set.

setSpectralWindowTable

public void setSpectralWindowTable(SpectralWindowTable table)
Parameters:
table - the SpectralWindow table to set.

setPolarizationTableUID

public void setPolarizationTableUID(java.lang.String string)
Parameters:
string - the Polarization table UID to set.

setPolarizationTable

public void setPolarizationTable(PolarizationTable table)
Parameters:
table - the Polarization table to set.

setFeedTableUID

public void setFeedTableUID(java.lang.String string)
Parameters:
string - the Feed table UID to set.

setFeedTable

public void setFeedTable(FeedTable table)
Parameters:
table - the Feed table to set.

setAntennaTableUID

public void setAntennaTableUID(java.lang.String string)
Parameters:
string - the Antenna table UID to set.

setAntennaTable

public void setAntennaTable(AntennaTable table)
Parameters:
table - the Antenna table to set.

setSourceTableUID

public void setSourceTableUID(java.lang.String string)
Parameters:
string - the Source table UID to set.

setSourceTable

public void setSourceTable(SourceTable table)
Parameters:
table - the Source table to set.

setDopplerTableUID

public void setDopplerTableUID(java.lang.String string)
Parameters:
string - the Doppler table UID to set.

setDopplerTable

public void setDopplerTable(DopplerTable table)
Parameters:
table - the Doppler table to set.

setPointingTableUID

public void setPointingTableUID(java.lang.String string)
Parameters:
string - the Pointing table UID to set.

setPointingTable

public void setPointingTable(PointingTable table)
Parameters:
table - the Pointing table to set.

setWeatherTableUID

public void setWeatherTableUID(java.lang.String string)
Parameters:
string - the Weather table UID to set.

setWeatherTable

public void setWeatherTable(WeatherTable table)
Parameters:
table - the Weather table to set.

setFreqOffsetTableUID

public void setFreqOffsetTableUID(java.lang.String string)
Parameters:
string - the FreqOffset table UID to set.

setFreqOffsetTable

public void setFreqOffsetTable(FreqOffsetTable table)
Parameters:
table - the FreqOffset table to set.

setProcessorTableUID

public void setProcessorTableUID(java.lang.String string)
Parameters:
string - the Processor table UID to set.

setProcessorTable

public void setProcessorTable(ProcessorTable table)
Parameters:
table - the Processor table to set.

setCalWidgetTableUID

public void setCalWidgetTableUID(java.lang.String string)
Parameters:
string - the CalWidget table UID to set.

setCalWidgetTable

public void setCalWidgetTable(CalWidgetTable table)
Parameters:
table - the CalWidget table to set.

setAlmaCorrelatorModeTableUID

public void setAlmaCorrelatorModeTableUID(java.lang.String string)
Parameters:
string - the AlmaCorrelatorMode table UID to set.

setAlmaCorrelatorModeTable

public void setAlmaCorrelatorModeTable(AlmaCorrelatorModeTable table)
Parameters:
table - the AlmaCorrelatorMode table to set.

setCalDeviceTableUID

public void setCalDeviceTableUID(java.lang.String string)
Parameters:
string - the CalDevice table UID to set.

setCalDeviceTable

public void setCalDeviceTable(CalDeviceTable table)
Parameters:
table - the CalDevice table to set.

setConfigDescriptionTableUID

public void setConfigDescriptionTableUID(java.lang.String string)
Parameters:
string - the ConfigDescription table UID to set.

setConfigDescriptionTable

public void setConfigDescriptionTable(ConfigDescriptionTable table)
Parameters:
table - the ConfigDescription table to set.

setExecuteSummaryTableUID

public void setExecuteSummaryTableUID(java.lang.String string)
Parameters:
string - the ExecuteSummary table UID to set.

setExecuteSummaryTable

public void setExecuteSummaryTable(ExecuteSummaryTable table)
Parameters:
table - the ExecuteSummary table to set.

setFlagCmdTableUID

public void setFlagCmdTableUID(java.lang.String string)
Parameters:
string - the FlagCmd table UID to set.

setFlagCmdTable

public void setFlagCmdTable(FlagCmdTable table)
Parameters:
table - the FlagCmd table to set.

setFocusTableUID

public void setFocusTableUID(java.lang.String string)
Parameters:
string - the Focus table UID to set.

setFocusTable

public void setFocusTable(FocusTable table)
Parameters:
table - the Focus table to set.

setGainCurveTableUID

public void setGainCurveTableUID(java.lang.String string)
Parameters:
string - the GainCurve table UID to set.

setGainCurveTable

public void setGainCurveTable(GainCurveTable table)
Parameters:
table - the GainCurve table to set.

setGainTrackingTableUID

public void setGainTrackingTableUID(java.lang.String string)
Parameters:
string - the GainTracking table UID to set.

setGainTrackingTable

public void setGainTrackingTable(GainTrackingTable table)
Parameters:
table - the GainTracking table to set.

setHistoryTableUID

public void setHistoryTableUID(java.lang.String string)
Parameters:
string - the History table UID to set.

setHistoryTable

public void setHistoryTable(HistoryTable table)
Parameters:
table - the History table to set.

setMainTableUID

public void setMainTableUID(java.lang.String string)
Parameters:
string - the Main table UID to set.

setMainTable

public void setMainTable(MainTable table)
Parameters:
table - the Main table to set.

setObsSummaryTableUID

public void setObsSummaryTableUID(java.lang.String string)
Parameters:
string - the ObsSummary table UID to set.

setObsSummaryTable

public void setObsSummaryTable(ObsSummaryTable table)
Parameters:
table - the ObsSummary table to set.

setObsUnitTableUID

public void setObsUnitTableUID(java.lang.String string)
Parameters:
string - the ObsUnit table UID to set.

setObsUnitTable

public void setObsUnitTable(ObsUnitTable table)
Parameters:
table - the ObsUnit table to set.

setReceiverTableUID

public void setReceiverTableUID(java.lang.String string)
Parameters:
string - the Receiver table UID to set.

setReceiverTable

public void setReceiverTable(ReceiverTable table)
Parameters:
table - the Receiver table to set.

setScanSummaryTableUID

public void setScanSummaryTableUID(java.lang.String string)
Parameters:
string - the ScanSummary table UID to set.

setScanSummaryTable

public void setScanSummaryTable(ScanSummaryTable table)
Parameters:
table - the ScanSummary table to set.

setScheduleTableUID

public void setScheduleTableUID(java.lang.String string)
Parameters:
string - the Schedule table UID to set.

setScheduleTable

public void setScheduleTable(ScheduleTable table)
Parameters:
table - the Schedule table to set.

setSeeingTableUID

public void setSeeingTableUID(java.lang.String string)
Parameters:
string - the Seeing table UID to set.

setSeeingTable

public void setSeeingTable(SeeingTable table)
Parameters:
table - the Seeing table to set.

setSourceParameterTableUID

public void setSourceParameterTableUID(java.lang.String string)
Parameters:
string - the SourceParameter table UID to set.

setSourceParameterTable

public void setSourceParameterTable(SourceParameterTable table)
Parameters:
table - the SourceParameter table to set.

setSwitchCycleTableUID

public void setSwitchCycleTableUID(java.lang.String string)
Parameters:
string - the SwitchCycle table UID to set.

setSwitchCycleTable

public void setSwitchCycleTable(SwitchCycleTable table)
Parameters:
table - the SwitchCycle table to set.

setSysCalTableUID

public void setSysCalTableUID(java.lang.String string)
Parameters:
string - the SysCal table UID to set.

setSysCalTable

public void setSysCalTable(SysCalTable table)
Parameters:
table - the SysCal table to set.

setTotPowMonitoringTableUID

public void setTotPowMonitoringTableUID(java.lang.String string)
Parameters:
string - the TotPowMonitoring table UID to set.

setTotPowMonitoringTable

public void setTotPowMonitoringTable(TotPowMonitoringTable table)
Parameters:
table - the TotPowMonitoring table to set.

setWvmCalTableUID

public void setWvmCalTableUID(java.lang.String string)
Parameters:
string - the WvmCal table UID to set.

setWvmCalTable

public void setWvmCalTable(WvmCalTable table)
Parameters:
table - the WvmCal table to set.