public RailAvailQueryType() { this._railPrefs = new RailAvailPrefsType(); this._returnInfo = new TravelDateTimeType(); this._passengerType = new List <RailPassengerCategoryType>(); this._availBaseQueryCriteria = new List <RailAvailScheduleQueryType>(); }
public RailOriginDestinationSummaryType() { this._preferences = new RailAvailPrefsType(); this._connectionLocation = new List <RailOriginDestinationSummaryTypeConnectionLocation>(); this._destinationLocation = new RailOriginDestinationSummaryTypeDestinationLocation(); this._originLocation = new RailOriginDestinationSummaryTypeOriginLocation(); }