public IdmefMessage(Alert[] alert) { this.alert = alert; }
public IdmefMessage(Alert alert) { this.alert = new[] {alert}; }