java.lang.Object | |
↳ | com.commsignia.v2x.client.model.StationaryVehicle |
Provides information of the stationary vehicle.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StationaryVehicle()
Creates a new instance
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
DangerousGoodsExtended |
getCarryingDangerousGoods()
Returns the extended information about dangerous goods.
| ||||||||||
EnergyStorageType |
getEnergyStorageType()
Returns the type of energy storage.
| ||||||||||
Long |
getNumberOfOccupants()
Returns the number of occupants.
| ||||||||||
StationType |
getStationType()
Returns the station type.
| ||||||||||
CauseCode |
getStationaryCause()
Returns the stationary cause value.
| ||||||||||
StationarySince |
getStationarySince()
Returns the time duration of the stationary vehicle being stationary.
| ||||||||||
String |
getVDS()
Returns the vehicle descriptor section value.
| ||||||||||
String |
getWMInumber()
Returns the world manufacturer identifier.
| ||||||||||
int | hashCode() | ||||||||||
void |
setCarryingDangerousGoods(DangerousGoodsExtended carryingDangerousGoods)
Sets the extended dangerous goods information.
| ||||||||||
void |
setEnergyStorageType(EnergyStorageType energyStorageType)
Sets the vehicle energy storage type of the stationary vehicle.
| ||||||||||
void |
setNumberOfOccupants(Long numberOfOccupants)
Sets the estimated number of occupants involved in the stationary vehicle event.
| ||||||||||
void |
setStationType(StationType stationType)
Sets the station type.
| ||||||||||
void |
setStationaryCause(CauseCode stationaryCause)
Sets the stationary cause value.
| ||||||||||
void |
setStationarySince(StationarySince stationarySince)
Sets the time duration of the stationary vehicle being stationary.
| ||||||||||
void |
setVDS(String vDS)
Sets the Vehicle Descriptor Section value.
| ||||||||||
void |
setWMInumber(String wMInumber)
Sets the World Manufacturer Identifier number.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance
Returns the extended information about dangerous goods.
Returns the type of energy storage.
Returns the number of occupants.
Returns the time duration of the stationary vehicle being stationary.
Returns the vehicle descriptor section value.
Returns the world manufacturer identifier.
Sets the extended dangerous goods information.
carryingDangerousGoods | extended dangerous goods information |
---|
Sets the vehicle energy storage type of the stationary vehicle.
energyStorageType | Energy storage enumeration |
---|
Sets the estimated number of occupants involved in the stationary vehicle event.
numberOfOccupants | number of occupants |
---|
Sets the station type.
stationType | station type |
---|
Sets the stationary cause value.
stationaryCause | stationary cause |
---|
Sets the time duration of the stationary vehicle being stationary.
stationarySince | time duration of the stationary vehicle being stationary |
---|
Sets the Vehicle Descriptor Section value.
vDS | vehicle descriptor section value |
---|
Sets the World Manufacturer Identifier number.
wMInumber | world manufacturer identifier |
---|