Class OTA_RVCStatus25857
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.entity.OTA_RVCStatus25857
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class OTA_RVCStatus25857 extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description OTA_RVCStatus25857()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RvsBasicStatus25857getBasicVehicleStatus()IntegergetFailureType()RvsPositiongetGpsPosition()org.bn.coders.IASN1PreparedElementDatagetPreparedData()byte[]getRvcReqSts()byte[]getRvcReqType()voidinitWithDefaults()booleanisFailureTypePresent()voidsetBasicVehicleStatus(RvsBasicStatus25857 value)voidsetFailureType(Integer value)voidsetGpsPosition(RvsPosition value)voidsetRvcReqSts(byte[] value)voidsetRvcReqType(byte[] value)
-
-
-
Method Detail
-
getRvcReqType
public byte[] getRvcReqType()
-
setRvcReqType
public void setRvcReqType(byte[] value)
-
getRvcReqSts
public byte[] getRvcReqSts()
-
setRvcReqSts
public void setRvcReqSts(byte[] value)
-
getFailureType
public Integer getFailureType()
-
isFailureTypePresent
public boolean isFailureTypePresent()
-
setFailureType
public void setFailureType(Integer value)
-
getGpsPosition
public RvsPosition getGpsPosition()
-
setGpsPosition
public void setGpsPosition(RvsPosition value)
-
getBasicVehicleStatus
public RvsBasicStatus25857 getBasicVehicleStatus()
-
setBasicVehicleStatus
public void setBasicVehicleStatus(RvsBasicStatus25857 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
-
-