public class LocationInformationImpl extends SequenceBase implements LocationInformation
| Modifier and Type | Field and Description |
|---|---|
static int |
_ID_cellGlobalIdOrServiceAreaIdOrLAI |
static int |
_ID_currentLocationRetrieved |
static int |
_ID_extensionContainer |
static int |
_ID_geodeticInformation |
static int |
_ID_geographicalInformation |
static int |
_ID_locationInformationEPS |
static int |
_ID_locationNumber |
static int |
_ID_msc_Number |
static int |
_ID_sai_Present |
static int |
_ID_selectedLSA_Id |
static int |
_ID_userCSGInformation |
static int |
_ID_vlr_number |
protected static javolution.xml.XMLFormat<LocationInformationImpl> |
LOCATION_INFORMATION_XML
XML Serialization/Deserialization
|
_PrimitiveName| Constructor and Description |
|---|
LocationInformationImpl() |
LocationInformationImpl(Integer ageOfLocationInformation,
GeographicalInformation geographicalInformation,
ISDNAddressString vlrNumber,
LocationNumberMap locationNumber,
CellGlobalIdOrServiceAreaIdOrLAI cellGlobalIdOrServiceAreaIdOrLAI,
MAPExtensionContainer extensionContainer,
LSAIdentity selectedLSAId,
ISDNAddressString mscNumber,
GeodeticInformation geodeticInformation,
boolean currentLocationRetrieved,
boolean saiPresent,
LocationInformationEPS locationInformationEPS,
UserCSGInformation userCSGInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_decode(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length) |
void |
encodeData(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the content.
|
Integer |
getAgeOfLocationInformation() |
CellGlobalIdOrServiceAreaIdOrLAI |
getCellGlobalIdOrServiceAreaIdOrLAI() |
boolean |
getCurrentLocationRetrieved() |
MAPExtensionContainer |
getExtensionContainer() |
GeodeticInformation |
getGeodeticInformation() |
GeographicalInformation |
getGeographicalInformation() |
LocationInformationEPS |
getLocationInformationEPS() |
LocationNumberMap |
getLocationNumber() |
ISDNAddressString |
getMscNumber() |
boolean |
getSaiPresent() |
LSAIdentity |
getSelectedLSAId() |
UserCSGInformation |
getUserCSGInformation() |
ISDNAddressString |
getVlrNumber() |
String |
toString() |
decodeAll, decodeData, encodeAll, encodeAll, getIsPrimitive, getTag, getTagClasspublic static final int _ID_geographicalInformation
public static final int _ID_vlr_number
public static final int _ID_locationNumber
public static final int _ID_cellGlobalIdOrServiceAreaIdOrLAI
public static final int _ID_extensionContainer
public static final int _ID_selectedLSA_Id
public static final int _ID_msc_Number
public static final int _ID_geodeticInformation
public static final int _ID_currentLocationRetrieved
public static final int _ID_sai_Present
public static final int _ID_locationInformationEPS
public static final int _ID_userCSGInformation
protected static final javolution.xml.XMLFormat<LocationInformationImpl> LOCATION_INFORMATION_XML
public LocationInformationImpl()
public LocationInformationImpl(Integer ageOfLocationInformation, GeographicalInformation geographicalInformation, ISDNAddressString vlrNumber, LocationNumberMap locationNumber, CellGlobalIdOrServiceAreaIdOrLAI cellGlobalIdOrServiceAreaIdOrLAI, MAPExtensionContainer extensionContainer, LSAIdentity selectedLSAId, ISDNAddressString mscNumber, GeodeticInformation geodeticInformation, boolean currentLocationRetrieved, boolean saiPresent, LocationInformationEPS locationInformationEPS, UserCSGInformation userCSGInformation)
public Integer getAgeOfLocationInformation()
getAgeOfLocationInformation in interface LocationInformationpublic GeographicalInformation getGeographicalInformation()
getGeographicalInformation in interface LocationInformationpublic ISDNAddressString getVlrNumber()
getVlrNumber in interface LocationInformationpublic LocationNumberMap getLocationNumber()
getLocationNumber in interface LocationInformationpublic CellGlobalIdOrServiceAreaIdOrLAI getCellGlobalIdOrServiceAreaIdOrLAI()
getCellGlobalIdOrServiceAreaIdOrLAI in interface LocationInformationpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface LocationInformationpublic LSAIdentity getSelectedLSAId()
getSelectedLSAId in interface LocationInformationpublic ISDNAddressString getMscNumber()
getMscNumber in interface LocationInformationpublic GeodeticInformation getGeodeticInformation()
getGeodeticInformation in interface LocationInformationpublic boolean getCurrentLocationRetrieved()
getCurrentLocationRetrieved in interface LocationInformationpublic boolean getSaiPresent()
getSaiPresent in interface LocationInformationpublic LocationInformationEPS getLocationInformationEPS()
getLocationInformationEPS in interface LocationInformationpublic UserCSGInformation getUserCSGInformation()
getUserCSGInformation in interface LocationInformationprotected void _decode(org.mobicents.protocols.asn.AsnInputStream ansIS,
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.