v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.StationBasicInfo |
Holds basic information about the station. Analogous to the basic container of CAM station object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
StationBasicInfo()
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| ReferencePos |
getReferencePosition()
Returns the reference position of the station.
| ||||||||||
| StationType |
getStationType()
Returns the station type.
| ||||||||||
| int | hashCode() | ||||||||||
| void |
setReferencePosition(ReferencePos referencePos)
Sets the reference position of the station.
| ||||||||||
| void |
setStationType(StationType stationType)
Sets the station type.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
Returns the reference position of the station.
Sets the reference position of the station.
| referencePos | reference position |
|---|
Sets the station type.
| stationType | station type |
|---|