org.mobicents.protocols.ss7.map.service.lsm
public class ProvideSubscriberLocationRequestIndicationImpl extends LsmMessageImpl implements ProvideSubscriberLocationRequestIndication
| Constructor and Description |
|---|
ProvideSubscriberLocationRequestIndicationImpl() |
ProvideSubscriberLocationRequestIndicationImpl(LocationType locationType,
ISDNAddressString mlcNumber,
LCSClientID lcsClientID,
java.lang.Boolean privacyOverride,
IMSI imsi,
ISDNAddressString msisdn,
LMSI lmsi,
IMEI imei,
java.lang.Integer lcsPriority,
LCSQoS lcsQoS,
MAPExtensionContainer extensionContainer,
SupportedGADShapes supportedGADShapes,
java.lang.Byte lcsReferenceNumber,
java.lang.Integer lcsServiceTypeID,
LCSCodeword lcsCodeword,
LCSPrivacyCheck lcsPrivacyCheck,
AreaEventInfo areaEventInfo,
byte[] hgmlcAddress) |
| 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.
|
AreaEventInfo |
getAreaEventInfo() |
MAPExtensionContainer |
getExtensionContainer() |
byte[] |
getHGMLCAddress() |
IMEI |
getIMEI() |
IMSI |
getIMSI() |
boolean |
getIsPrimitive() |
LCSClientID |
getLCSClientID() |
LCSCodeword |
getLCSCodeword() |
java.lang.Integer |
getLCSPriority() |
LCSPrivacyCheck |
getLCSPrivacyCheck() |
LCSQoS |
getLCSQoS() |
java.lang.Byte |
getLCSReferenceNumber() |
java.lang.Integer |
getLCSServiceTypeID() |
LMSI |
getLMSI() |
LocationType |
getLocationType() |
ISDNAddressString |
getMlcNumber() |
ISDNAddressString |
getMSISDN() |
java.lang.Boolean |
getPrivacyOverride() |
SupportedGADShapes |
getSupportedGADShapes() |
int |
getTag() |
int |
getTagClass() |
getMAPDialoggetInvokeId, setInvokeId, setMAPDialogclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMAPDialoggetInvokeId, setInvokeId, setMAPDialogpublic ProvideSubscriberLocationRequestIndicationImpl()
public ProvideSubscriberLocationRequestIndicationImpl(LocationType locationType, ISDNAddressString mlcNumber, LCSClientID lcsClientID, java.lang.Boolean privacyOverride, IMSI imsi, ISDNAddressString msisdn, LMSI lmsi, IMEI imei, java.lang.Integer lcsPriority, LCSQoS lcsQoS, MAPExtensionContainer extensionContainer, SupportedGADShapes supportedGADShapes, java.lang.Byte lcsReferenceNumber, java.lang.Integer lcsServiceTypeID, LCSCodeword lcsCodeword, LCSPrivacyCheck lcsPrivacyCheck, AreaEventInfo areaEventInfo, byte[] hgmlcAddress)
locationType - mlcNumber - lcsClientID - privacyOverride - imsi - msisdn - lmsi - imei - lcsPriority - lcsQoS - extensionContainer - supportedGADShapes - lcsReferenceNumber - lcsServiceTypeID - lcsCodeword - lcsPrivacyCheck - areaEventInfo - hgmlcAddress - public LocationType getLocationType()
getLocationType in interface ProvideSubscriberLocationRequestIndicationpublic ISDNAddressString getMlcNumber()
getMlcNumber in interface ProvideSubscriberLocationRequestIndicationpublic LCSClientID getLCSClientID()
getLCSClientID in interface ProvideSubscriberLocationRequestIndicationpublic java.lang.Boolean getPrivacyOverride()
getPrivacyOverride in interface ProvideSubscriberLocationRequestIndicationpublic IMSI getIMSI()
getIMSI in interface ProvideSubscriberLocationRequestIndicationpublic ISDNAddressString getMSISDN()
getMSISDN in interface ProvideSubscriberLocationRequestIndicationpublic LMSI getLMSI()
getLMSI in interface ProvideSubscriberLocationRequestIndicationpublic java.lang.Integer getLCSPriority()
getLCSPriority in interface ProvideSubscriberLocationRequestIndicationpublic LCSQoS getLCSQoS()
getLCSQoS in interface ProvideSubscriberLocationRequestIndicationpublic IMEI getIMEI()
getIMEI in interface ProvideSubscriberLocationRequestIndicationpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface ProvideSubscriberLocationRequestIndicationpublic SupportedGADShapes getSupportedGADShapes()
getSupportedGADShapes in interface ProvideSubscriberLocationRequestIndicationpublic java.lang.Byte getLCSReferenceNumber()
getLCSReferenceNumber in interface ProvideSubscriberLocationRequestIndicationpublic LCSCodeword getLCSCodeword()
getLCSCodeword in interface ProvideSubscriberLocationRequestIndicationpublic java.lang.Integer getLCSServiceTypeID()
getLCSServiceTypeID in interface ProvideSubscriberLocationRequestIndicationpublic LCSPrivacyCheck getLCSPrivacyCheck()
getLCSPrivacyCheck in interface ProvideSubscriberLocationRequestIndicationpublic AreaEventInfo getAreaEventInfo()
getAreaEventInfo in interface ProvideSubscriberLocationRequestIndicationpublic byte[] getHGMLCAddress()
getHGMLCAddress in interface ProvideSubscriberLocationRequestIndicationpublic 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 MAPAsnPrimitiveMAPExceptionCopyright © 2012. All Rights Reserved.