Class APPUpgradeInfoReq
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.APPUpgradeInfoReq
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class APPUpgradeInfoReq extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description APPUpgradeInfoReq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APPTypegetAppType()StringgetAppVersion()org.bn.coders.IASN1PreparedElementDatagetPreparedData()voidinitWithDefaults()voidsetAppType(APPType value)voidsetAppVersion(String value)
-
-
-
Method Detail
-
getAppType
public APPType getAppType()
-
setAppType
public void setAppType(APPType value)
-
getAppVersion
public String getAppVersion()
-
setAppVersion
public void setAppVersion(String 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
-
-