public class SubscriberInfoImpl extends Object implements SubscriberInfo, MAPAsnPrimitive
| Modifier and Type | Field and Description |
|---|---|
static int |
_ID_extensionContainer |
static int |
_ID_gprsMSClass |
static int |
_ID_imei |
static int |
_ID_locationInformation |
static int |
_ID_locationInformationGPRS |
static int |
_ID_mnpInfoRes |
static int |
_ID_msclassmark2 |
static int |
_ID_psSubscriberState |
static int |
_ID_subscriberState |
static String |
_PrimitiveName |
protected static javolution.xml.XMLFormat<SubscriberInfoImpl> |
SUBSCRIBER_INFO_XML |
| Constructor and Description |
|---|
SubscriberInfoImpl() |
SubscriberInfoImpl(LocationInformation locationInformation,
SubscriberState subscriberState,
MAPExtensionContainer extensionContainer,
LocationInformationGPRS locationInformationGPRS,
PSSubscriberState psSubscriberState,
IMEI imei,
MSClassmark2 msClassmark2,
GPRSMSClass gprsMSClass,
MNPInfoRes mnpInfoRes) |
| 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.
|
MAPExtensionContainer |
getExtensionContainer() |
GPRSMSClass |
getGPRSMSClass() |
IMEI |
getIMEI() |
boolean |
getIsPrimitive() |
LocationInformation |
getLocationInformation() |
LocationInformationGPRS |
getLocationInformationGPRS() |
MNPInfoRes |
getMNPInfoRes() |
MSClassmark2 |
getMSClassmark2() |
PSSubscriberState |
getPSSubscriberState() |
SubscriberState |
getSubscriberState() |
int |
getTag() |
int |
getTagClass() |
String |
toString() |
public static final String _PrimitiveName
public static final int _ID_locationInformation
public static final int _ID_subscriberState
public static final int _ID_extensionContainer
public static final int _ID_locationInformationGPRS
public static final int _ID_psSubscriberState
public static final int _ID_imei
public static final int _ID_msclassmark2
public static final int _ID_gprsMSClass
public static final int _ID_mnpInfoRes
protected static final javolution.xml.XMLFormat<SubscriberInfoImpl> SUBSCRIBER_INFO_XML
public SubscriberInfoImpl()
public SubscriberInfoImpl(LocationInformation locationInformation, SubscriberState subscriberState, MAPExtensionContainer extensionContainer, LocationInformationGPRS locationInformationGPRS, PSSubscriberState psSubscriberState, IMEI imei, MSClassmark2 msClassmark2, GPRSMSClass gprsMSClass, MNPInfoRes mnpInfoRes)
public LocationInformation getLocationInformation()
getLocationInformation in interface SubscriberInfopublic SubscriberState getSubscriberState()
getSubscriberState in interface SubscriberInfopublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface SubscriberInfopublic LocationInformationGPRS getLocationInformationGPRS()
getLocationInformationGPRS in interface SubscriberInfopublic PSSubscriberState getPSSubscriberState()
getPSSubscriberState in interface SubscriberInfopublic IMEI getIMEI()
getIMEI in interface SubscriberInfopublic MSClassmark2 getMSClassmark2()
getMSClassmark2 in interface SubscriberInfopublic GPRSMSClass getGPRSMSClass()
getGPRSMSClass in interface SubscriberInfopublic MNPInfoRes getMNPInfoRes()
getMNPInfoRes in interface SubscriberInfopublic 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 © 2016. All Rights Reserved.