Class RvsPosition
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.entity.RvsPosition
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class RvsPosition extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description RvsPosition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GPSStatusgetGpsStatus()org.bn.coders.IASN1PreparedElementDatagetPreparedData()Timestamp4ShortgetTimestamp4Short()RvsWayPointgetWayPoint()voidinitWithDefaults()voidsetGpsStatus(GPSStatus value)voidsetTimestamp4Short(Timestamp4Short value)voidsetWayPoint(RvsWayPoint value)
-
-
-
Method Detail
-
getWayPoint
public RvsWayPoint getWayPoint()
-
setWayPoint
public void setWayPoint(RvsWayPoint value)
-
getTimestamp4Short
public Timestamp4Short getTimestamp4Short()
-
setTimestamp4Short
public void setTimestamp4Short(Timestamp4Short value)
-
getGpsStatus
public GPSStatus getGpsStatus()
-
setGpsStatus
public void setGpsStatus(GPSStatus value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-