public class

StationBasicInfo

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

Class Overview

Holds basic information about the station. Analogous to the basic container of CAM station object.

Summary

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

Public Constructors

public StationBasicInfo ()

Creates a new instance.

Public Methods

public boolean equals (Object o)

public ReferencePos getReferencePosition ()

Returns the reference position of the station.

Returns
  • reference position

public StationType getStationType ()

Returns the station type.

Returns
  • station type

public int hashCode ()

public void setReferencePosition (ReferencePos referencePos)

Sets the reference position of the station.

Parameters
referencePos reference position

public void setStationType (StationType stationType)

Sets the station type.

Parameters
stationType station type

public String toString ()