public class LSADataImpl extends SequenceBase implements LSAData
| Modifier and Type | Field and Description |
|---|---|
static int |
_TAG_extensionContainer |
static int |
_TAG_lsaActiveModeIndicator |
static int |
_TAG_lsaAttributes |
static int |
_TAG_lsaIdentity |
_PrimitiveName| Constructor and Description |
|---|
LSADataImpl() |
LSADataImpl(LSAIdentity lsaIdentity,
LSAAttributes lsaAttributes,
boolean lsaActiveModeIndicator,
MAPExtensionContainer extensionContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_decode(org.mobicents.protocols.asn.AsnInputStream asnIS,
int length) |
void |
encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the content.
|
MAPExtensionContainer |
getExtensionContainer() |
boolean |
getLsaActiveModeIndicator() |
LSAAttributes |
getLSAAttributes() |
LSAIdentity |
getLSAIdentity() |
String |
toString() |
decodeAll, decodeData, encodeAll, encodeAll, getIsPrimitive, getTag, getTagClasspublic static final int _TAG_lsaIdentity
public static final int _TAG_lsaAttributes
public static final int _TAG_lsaActiveModeIndicator
public static final int _TAG_extensionContainer
public LSADataImpl()
public LSADataImpl(LSAIdentity lsaIdentity, LSAAttributes lsaAttributes, boolean lsaActiveModeIndicator, MAPExtensionContainer extensionContainer)
public LSAIdentity getLSAIdentity()
getLSAIdentity in interface LSADatapublic LSAAttributes getLSAAttributes()
getLSAAttributes in interface LSADatapublic boolean getLsaActiveModeIndicator()
getLsaActiveModeIndicator in interface LSADatapublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface LSADataprotected void _decode(org.mobicents.protocols.asn.AsnInputStream asnIS,
int length)
throws MAPParsingComponentException,
IOException,
org.mobicents.protocols.asn.AsnException
_decode in class SequenceBaseMAPParsingComponentExceptionIOExceptionorg.mobicents.protocols.asn.AsnExceptionpublic void encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeData in interface MAPAsnPrimitiveMAPExceptionCopyright © 2016. All Rights Reserved.