Class OTA_RVCReq
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.entity.OTA_RVCReq
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class OTA_RVCReq extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description OTA_RVCReq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bn.coders.IASN1PreparedElementDatagetPreparedData()Collection<RvcReqParam>getRvcParams()byte[]getRvcReqType()voidinitWithDefaults()booleanisRvcParamsPresent()voidsetRvcParams(Collection<RvcReqParam> value)voidsetRvcReqType(byte[] value)
-
-
-
Method Detail
-
getRvcReqType
public byte[] getRvcReqType()
-
setRvcReqType
public void setRvcReqType(byte[] value)
-
getRvcParams
public Collection<RvcReqParam> getRvcParams()
-
isRvcParamsPresent
public boolean isRvcParamsPresent()
-
setRvcParams
public void setRvcParams(Collection<RvcReqParam> 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
-
-