public VehicleReservationType()
 {
     this._vehSegmentInfo = new VehicleSegmentAdditionalInfoType();
     this._vehSegmentCore = new VehicleReservationTypeVehSegmentCore();
     this._customer       = new CustomerPrimaryAdditionalType();
 }
 public VehicleAvailRSAdditionalInfoType()
 {
     this._customer = new CustomerPrimaryAdditionalType();
 }