Class MPAppAttributeResp
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.MPAppAttributeResp
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class MPAppAttributeResp extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description MPAppAttributeResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataAppAttribute()org.bn.coders.IASN1PreparedElementDatagetPreparedData()voidinitWithDefaults()booleanisDataAppAttributePresent()voidsetDataAppAttribute(String value)
-
-
-
Method Detail
-
getDataAppAttribute
public String getDataAppAttribute()
-
isDataAppAttributePresent
public boolean isDataAppAttributePresent()
-
setDataAppAttribute
public void setDataAppAttribute(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
-
-