Package net.heberling.ismart.asn1.v2_1
Class MP_DispatcherHeader
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.MP_DispatcherHeader
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class MP_DispatcherHeader extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description MP_DispatcherHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDispatcherBodyEncoding()IntegergetDispatcherMessageLength()org.bn.coders.IASN1PreparedElementDatagetPreparedData()IntegergetProtocolVersion()voidinitWithDefaults()voidsetDispatcherBodyEncoding(Integer value)voidsetDispatcherMessageLength(Integer value)voidsetProtocolVersion(Integer value)
-
-
-
Method Detail
-
getDispatcherBodyEncoding
public Integer getDispatcherBodyEncoding()
-
setDispatcherBodyEncoding
public void setDispatcherBodyEncoding(Integer value)
-
getDispatcherMessageLength
public Integer getDispatcherMessageLength()
-
setDispatcherMessageLength
public void setDispatcherMessageLength(Integer value)
-
getProtocolVersion
public Integer getProtocolVersion()
-
setProtocolVersion
public void setProtocolVersion(Integer 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
-
-