withTrailerAxleCount abstract method
- int trailerAxleCount
Sets the vehicle trailer axle count.
trailerAxleCountThe vehicle trailer axle count.
Returns VehicleSpecificationTaxiBuilder. The VehicleSpecificationTaxiBuilder object with the trailer axle count set to the new value.
Implementation
VehicleSpecificationTaxiBuilder withTrailerAxleCount(int trailerAxleCount);