public class RequestedInfoImpl extends Object implements RequestedInfo, MAPAsnPrimitive
| Modifier and Type | Field and Description |
|---|---|
static int |
_ID_currentLocation |
static int |
_ID_extensionContainer |
static int |
_ID_imei |
static int |
_ID_locationInformation |
static int |
_ID_mnpRequestedInfo |
static int |
_ID_msclassmark |
static int |
_ID_requestedDomain |
static int |
_ID_subscriberState |
static String |
_PrimitiveName |
| Constructor and Description |
|---|
RequestedInfoImpl() |
RequestedInfoImpl(boolean locationInformation,
boolean subscriberState,
MAPExtensionContainer extensionContainer,
boolean currentLocation,
DomainType requestedDomain,
boolean imei,
boolean msClassmark,
boolean mnpRequestedInfo) |
| 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.
|
boolean |
getCurrentLocation() |
MAPExtensionContainer |
getExtensionContainer() |
boolean |
getImei() |
boolean |
getIsPrimitive() |
boolean |
getLocationInformation() |
boolean |
getMnpRequestedInfo() |
boolean |
getMsClassmark() |
DomainType |
getRequestedDomain() |
boolean |
getSubscriberState() |
int |
getTag() |
int |
getTagClass() |
String |
toString() |
public static final int _ID_locationInformation
public static final int _ID_subscriberState
public static final int _ID_extensionContainer
public static final int _ID_currentLocation
public static final int _ID_requestedDomain
public static final int _ID_imei
public static final int _ID_msclassmark
public static final int _ID_mnpRequestedInfo
public static final String _PrimitiveName
public RequestedInfoImpl()
public RequestedInfoImpl(boolean locationInformation,
boolean subscriberState,
MAPExtensionContainer extensionContainer,
boolean currentLocation,
DomainType requestedDomain,
boolean imei,
boolean msClassmark,
boolean mnpRequestedInfo)
locationInformation - subscriberState - extensionContainer - currentLocation - requestedDomain - imei - msClassmark - mnpRequestedInfo - public 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 boolean getLocationInformation()
getLocationInformation in interface RequestedInfopublic boolean getSubscriberState()
getSubscriberState in interface RequestedInfopublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface RequestedInfopublic boolean getCurrentLocation()
getCurrentLocation in interface RequestedInfopublic DomainType getRequestedDomain()
getRequestedDomain in interface RequestedInfopublic boolean getImei()
getImei in interface RequestedInfopublic boolean getMsClassmark()
getMsClassmark in interface RequestedInfopublic boolean getMnpRequestedInfo()
getMnpRequestedInfo in interface RequestedInfoCopyright © 2016. All Rights Reserved.