public void setObservationType(QaObservationType type) { observationType.setValue(type); }
public SiteInformationDomain getDomain() { return (SiteInformationDomain) domain.getValue(); }
public QaObservationType getObservationType() { return (QaObservationType) observationType.getValue(); }
public CronScheduler getSchedule() { return (CronScheduler) schedule.getValue(); }