java.lang.Object | |
↳ | com.commsignia.v2x.client.model.StationObject |
Represents a station object (vehicle, roadside, etc.). Analogous to the CAM object.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StationObject()
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
StationBasicInfo |
getBasicInfo()
Returns the basic information of the station object (CAM basic container).
| ||||||||||
StationCommonInfo |
getCommonInfo()
Returns the common information of the station object (CAM low frequency container).
| ||||||||||
Long |
getGenerationDeltaTime()
Returns the generation delta time.
| ||||||||||
StationPositionInfo |
getPositionInfo()
Returns the position information of the station object (CAM high frequency container).
| ||||||||||
StationSpecialInfo |
getSpecialInfo()
Returns the special information of the station object (CAM special vehicle container).
| ||||||||||
long |
getStationId()
Returns the station id.
| ||||||||||
boolean |
hasCommonInfo()
Returns whether the optional CommonInfo container is included in the station object.
| ||||||||||
boolean |
hasSpecialInfo()
Returns whether the optional special info container is included in the station object
| ||||||||||
int | hashCode() | ||||||||||
void |
setBasicInfo(StationBasicInfo basicInfo)
Sets the basic information of the station object (CAM basic container).
| ||||||||||
void |
setCommonInfo(StationCommonInfo commonInfo)
Sets the common information of the station object (CAM low frequency container).
| ||||||||||
void |
setGenerationDeltaTime(Long generationDeltaTime)
Sets the generation delta time.
| ||||||||||
void |
setPositionInfo(StationPositionInfo positionInfo)
Sets the position information of the station object (CAM high frequency container).
| ||||||||||
void |
setSpecialInfo(StationSpecialInfo specialInfo)
Sets the special information of the station object (CAM special vehicle container).
| ||||||||||
void |
setStationId(long stationId)
Sets the station id.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
Returns the basic information of the station object (CAM basic container).
Returns the common information of the station object (CAM low frequency container).
Returns the generation delta time.
Returns the position information of the station object (CAM high frequency container).
Returns the special information of the station object (CAM special vehicle container).
Returns the station id.
Returns whether the optional CommonInfo container is included in the station object.
Returns whether the optional special info container is included in the station object
Sets the basic information of the station object (CAM basic container).
basicInfo | basic information |
---|
Sets the common information of the station object (CAM low frequency container).
commonInfo | common info object |
---|
Sets the generation delta time.
generationDeltaTime | generation delta time |
---|
Sets the position information of the station object (CAM high frequency container).
positionInfo | position information |
---|
Sets the special information of the station object (CAM special vehicle container).
specialInfo | special information |
---|
Sets the station id.
stationId | station id |
---|