java.lang.Object | |
↳ | com.commsignia.v2x.client.model.SpecialTransportType |
Represents the type of a special transport vehicle.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SpecialTransportType()
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
int | hashCode() | ||||||||||
boolean |
isExcessHeight()
Returns whether the vehicle's height is way above the average.
| ||||||||||
boolean |
isExcessLength()
Returns whether the vehicle's length is way above the average.
| ||||||||||
boolean |
isExcessWidth()
Returns whether the vehicle's width is way above the average.
| ||||||||||
boolean |
isHeavyLoad()
Returns whether the vehicle carries heavy load.
| ||||||||||
void |
setExcessHeight(boolean excessHeight)
Sets whether the vehicle's height is way above the average.
| ||||||||||
void |
setExcessLength(boolean excessLength)
Sets whether the vehicle's length is way above the average.
| ||||||||||
void |
setExcessWidth(boolean excessWidth)
Sets whether the vehicle's width is way above the average.
| ||||||||||
void |
setHeavyLoad(boolean heavyLoad)
Sets whether the vehicle carries heavy load.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
Returns whether the vehicle's height is way above the average.
Returns whether the vehicle's length is way above the average.
Returns whether the vehicle's width is way above the average.
Returns whether the vehicle carries heavy load.
Sets whether the vehicle's height is way above the average.
excessHeight | whether the vehicle's height is way above the average. |
---|
Sets whether the vehicle's length is way above the average.
excessLength | whether the vehicle's length is way above the average. |
---|
Sets whether the vehicle's width is way above the average.
excessWidth | whether the vehicle's width is way above the average. |
---|
Sets whether the vehicle carries heavy load.
heavyLoad | whether the vehicle carries heavy load. |
---|