public class CancelLocationRequestImpl extends MobilityMessageImpl implements CancelLocationRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
_PrimitiveName |
static int |
TAG_cancelLocationRequest |
MAP_MESSAGE_XML| Constructor and Description |
|---|
CancelLocationRequestImpl(IMSI imsi,
IMSIWithLMSI imsiWithLmsi,
CancellationType cancellationType,
MAPExtensionContainer extensionContainer,
TypeOfUpdate typeOfUpdate,
boolean mtrfSupportedAndAuthorized,
boolean mtrfSupportedAndNotAuthorized,
ISDNAddressString newMSCNumber,
ISDNAddressString newVLRNumber,
LMSI newLmsi,
long mapProtocolVersion) |
CancelLocationRequestImpl(long mapProtocolVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
Decoding the length and the content of the primitive (the tag has already read)
|
void |
decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
Decoding the content of the primitive (the tag and the length have already read)
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the tag, the length and the content.
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
Encoding the tag, the length and the content.
|
void |
encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the content.
|
CancellationType |
getCancellationType() |
MAPExtensionContainer |
getExtensionContainer() |
IMSI |
getImsi() |
IMSIWithLMSI |
getImsiWithLmsi() |
boolean |
getIsPrimitive() |
long |
getMapProtocolVersion() |
MAPMessageType |
getMessageType() |
boolean |
getMtrfSupportedAndAuthorized() |
boolean |
getMtrfSupportedAndNotAuthorized() |
LMSI |
getNewLmsi() |
ISDNAddressString |
getNewMSCNumber() |
ISDNAddressString |
getNewVLRNumber() |
int |
getOperationCode() |
int |
getTag() |
int |
getTagClass() |
TypeOfUpdate |
getTypeOfUpdate() |
String |
toString() |
getMAPDialoggetInvokeId, setInvokeId, setMAPDialogclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMAPDialoggetInvokeId, setInvokeId, setMAPDialogpublic static final int TAG_cancelLocationRequest
public static final String _PrimitiveName
public CancelLocationRequestImpl(long mapProtocolVersion)
public CancelLocationRequestImpl(IMSI imsi, IMSIWithLMSI imsiWithLmsi, CancellationType cancellationType, MAPExtensionContainer extensionContainer, TypeOfUpdate typeOfUpdate, boolean mtrfSupportedAndAuthorized, boolean mtrfSupportedAndNotAuthorized, ISDNAddressString newMSCNumber, ISDNAddressString newVLRNumber, LMSI newLmsi, long mapProtocolVersion)
public MAPMessageType getMessageType()
getMessageType in interface MAPMessagepublic int getOperationCode()
getOperationCode in interface MAPMessagepublic IMSI getImsi()
getImsi in interface CancelLocationRequestpublic IMSIWithLMSI getImsiWithLmsi()
getImsiWithLmsi in interface CancelLocationRequestpublic CancellationType getCancellationType()
getCancellationType in interface CancelLocationRequestpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface CancelLocationRequestpublic TypeOfUpdate getTypeOfUpdate()
getTypeOfUpdate in interface CancelLocationRequestpublic boolean getMtrfSupportedAndAuthorized()
getMtrfSupportedAndAuthorized in interface CancelLocationRequestpublic boolean getMtrfSupportedAndNotAuthorized()
getMtrfSupportedAndNotAuthorized in interface CancelLocationRequestpublic ISDNAddressString getNewMSCNumber()
getNewMSCNumber in interface CancelLocationRequestpublic ISDNAddressString getNewVLRNumber()
getNewVLRNumber in interface CancelLocationRequestpublic LMSI getNewLmsi()
getNewLmsi in interface CancelLocationRequestpublic int getTag()
throws MAPException
getTag in interface MAPAsnPrimitiveMAPExceptionpublic int getTagClass()
getTagClass in interface MAPAsnPrimitivepublic boolean getIsPrimitive()
getIsPrimitive in interface MAPAsnPrimitivepublic void decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeAll in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the length and the content of the primitiveMAPParsingComponentExceptionpublic void decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeData in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the content of the primitivelength - The length of the contentMAPParsingComponentExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeData in interface MAPAsnPrimitiveMAPExceptionpublic long getMapProtocolVersion()
getMapProtocolVersion in interface CancelLocationRequestCopyright © 2016. All Rights Reserved.