public class LocationInformationEPSImpl extends SequenceBase implements LocationInformationEPS
| Modifier and Type | Field and Description |
|---|---|
static int |
_ID_ageOfLocationInformation |
static int |
_ID_currentLocationRetrieved |
static int |
_ID_eUtranCellGlobalIdentity |
static int |
_ID_extensionContainer |
static int |
_ID_geodeticInformation |
static int |
_ID_geographicalInformation |
static int |
_ID_mme_Name |
static int |
_ID_trackingAreaIdentity |
protected static javolution.xml.XMLFormat<LocationInformationEPSImpl> |
LOCATION_INFORMATION_EPS_XML
XML Serialization/Deserialization
|
_PrimitiveName| Constructor and Description |
|---|
LocationInformationEPSImpl() |
LocationInformationEPSImpl(EUtranCgi eUtranCellGlobalIdentity,
TAId trackingAreaIdentity,
MAPExtensionContainer extensionContainer,
GeographicalInformation geographicalInformation,
GeodeticInformation geodeticInformation,
boolean currentLocationRetrieved,
Integer ageOfLocationInformation,
DiameterIdentity mmeName) |
| 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() |
boolean |
getCurrentLocationRetrieved() |
EUtranCgi |
getEUtranCellGlobalIdentity() |
MAPExtensionContainer |
getExtensionContainer() |
GeodeticInformation |
getGeodeticInformation() |
GeographicalInformation |
getGeographicalInformation() |
DiameterIdentity |
getMmeName() |
TAId |
getTrackingAreaIdentity() |
String |
toString() |
decodeAll, decodeData, encodeAll, encodeAll, getIsPrimitive, getTag, getTagClasspublic static final int _ID_eUtranCellGlobalIdentity
public static final int _ID_trackingAreaIdentity
public static final int _ID_extensionContainer
public static final int _ID_geographicalInformation
public static final int _ID_geodeticInformation
public static final int _ID_currentLocationRetrieved
public static final int _ID_ageOfLocationInformation
public static final int _ID_mme_Name
protected static final javolution.xml.XMLFormat<LocationInformationEPSImpl> LOCATION_INFORMATION_EPS_XML
public LocationInformationEPSImpl()
public LocationInformationEPSImpl(EUtranCgi eUtranCellGlobalIdentity, TAId trackingAreaIdentity, MAPExtensionContainer extensionContainer, GeographicalInformation geographicalInformation, GeodeticInformation geodeticInformation, boolean currentLocationRetrieved, Integer ageOfLocationInformation, DiameterIdentity mmeName)
eUtranCellGlobalIdentity - trackingAreaIdentity - extensionContainer - geographicalInformation - geodeticInformation - currentLocationRetrieved - ageOfLocationInformation - mmeName - public EUtranCgi getEUtranCellGlobalIdentity()
getEUtranCellGlobalIdentity in interface LocationInformationEPSpublic TAId getTrackingAreaIdentity()
getTrackingAreaIdentity in interface LocationInformationEPSpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface LocationInformationEPSpublic GeographicalInformation getGeographicalInformation()
getGeographicalInformation in interface LocationInformationEPSpublic GeodeticInformation getGeodeticInformation()
getGeodeticInformation in interface LocationInformationEPSpublic boolean getCurrentLocationRetrieved()
getCurrentLocationRetrieved in interface LocationInformationEPSpublic Integer getAgeOfLocationInformation()
getAgeOfLocationInformation in interface LocationInformationEPSpublic DiameterIdentity getMmeName()
getMmeName in interface LocationInformationEPSprotected 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.