public class

StationaryVehicle

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.StationaryVehicle

Class Overview

Provides information of the stationary vehicle.

Summary

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
From class java.lang.Object

Public Constructors

public StationaryVehicle ()

Creates a new instance

Public Methods

public boolean equals (Object o)

public DangerousGoodsExtended getCarryingDangerousGoods ()

Returns the extended information about dangerous goods.

Returns
  • extended dangerous goods information

public EnergyStorageType getEnergyStorageType ()

Returns the type of energy storage.

Returns
  • type of energy storage

public Long getNumberOfOccupants ()

Returns the number of occupants.

Returns
  • number of occupants

public StationType getStationType ()

Returns the station type.

Returns
  • station type

public CauseCode getStationaryCause ()

Returns the stationary cause value.

Returns
  • stationary cause

public StationarySince getStationarySince ()

Returns the time duration of the stationary vehicle being stationary.

Returns
  • time duration of the stationary vehicle being stationary.

public String getVDS ()

Returns the vehicle descriptor section value.

Returns
  • vehicle descriptor section value

public String getWMInumber ()

Returns the world manufacturer identifier.

Returns
  • world manufacturer identifier

public int hashCode ()

public void setCarryingDangerousGoods (DangerousGoodsExtended carryingDangerousGoods)

Sets the extended dangerous goods information.

Parameters
carryingDangerousGoods extended dangerous goods information

public void setEnergyStorageType (EnergyStorageType energyStorageType)

Sets the vehicle energy storage type of the stationary vehicle.

Parameters
energyStorageType Energy storage enumeration

public void setNumberOfOccupants (Long numberOfOccupants)

Sets the estimated number of occupants involved in the stationary vehicle event.

Parameters
numberOfOccupants number of occupants

public void setStationType (StationType stationType)

Sets the station type.

Parameters
stationType station type

public void setStationaryCause (CauseCode stationaryCause)

Sets the stationary cause value.

Parameters
stationaryCause stationary cause

public void setStationarySince (StationarySince stationarySince)

Sets the time duration of the stationary vehicle being stationary.

Parameters
stationarySince time duration of the stationary vehicle being stationary

public void setVDS (String vDS)

Sets the Vehicle Descriptor Section value.

Parameters
vDS vehicle descriptor section value

public void setWMInumber (String wMInumber)

Sets the World Manufacturer Identifier number.

Parameters
wMInumber world manufacturer identifier

public String toString ()