Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLocationInformationGPRS |
MAPLocationInformationGPRS.copyOf(MAPLocationInformationGPRS from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPLocationInformationGPRS |
MAPSubscriberInfo.getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.
|
MAPLocationInformationGPRS |
MAPNoteMM_EventArg.getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setAgeOfLocationInformation(int value)
Sets the value of the field ageOfLocationInformation and marks the field as present.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setAgeOfLocationInformationPresent(boolean flag)
Sets the presence or absence of the optional field ageOfLocationInformation.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setCellGlobalIdOrServiceAreaIdOrLAI(MAPCellGlobalIdOrServiceAreaIdOrLAI value)
Sets the value of the field cellGlobalIdOrServiceAreaIdOrLAI.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setCurrentLocationRetrievedPresent(boolean flag)
Sets the presence or absence of the optional field currentLocationRetrieved.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setGeodeticInformation(byte[] value)
Sets the value of the field geodeticInformation.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setGeographicalInformation(byte[] value)
Sets the value of the field geographicalInformation.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setRouteingAreaIdentity(byte[] value)
Sets the value of the field routeingAreaIdentity.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setSai_PresentPresent(boolean flag)
Sets the presence or absence of the optional field sai-Present.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setSelectedLSAIdentity(LocalisedServiceAreaId value)
Sets the value of the field selectedLSAIdentity.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
MAPLocationInformationGPRS |
MAPLocationInformationGPRS.setUserCSGInformation(MAPUserCSGInformation value)
Sets the value of the field userCSGInformation.
|
Modifier and Type | Method and Description |
---|---|
static MAPLocationInformationGPRS |
MAPLocationInformationGPRS.copyOf(MAPLocationInformationGPRS from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setLocationInformationGPRS(MAPLocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.
|
MAPNoteMM_EventArg |
MAPNoteMM_EventArg.setLocationInformationGPRS(MAPLocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLocationInformationGPRS,MAPLocationInformationGPRS,MAPProto.MAP_MS_DataTypes_LocationInformationGPRS> |
MAPCodecs.MAP_MS_DataTypes_LocationInformationGPRS
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LocationInformationGPRS
|
static PersistCodec<MAPLocationInformationGPRS,MAPLocationInformationGPRS,MAPProto.MAP_MS_DataTypes_LocationInformationGPRS> |
MAPCodecs.MAP_MS_DataTypes_LocationInformationGPRS
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LocationInformationGPRS
|