public AccommodationCategoryBaseType()
 {
     this._compartment = new CompartmentType();
     this._class       = new AccommodationClass();
 }
 public RailAccommDetailType()
 {
     this._car         = new RailAccommDetailTypeCar();
     this._compartment = new RailAccommDetailTypeCompartment();
     this._class       = new AccommodationClass();
 }