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 |
---|---|
MAPLocationArea |
MAPLocationArea.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLocationArea |
MAPLocationArea.copyOf(MAPLocationArea 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.
|
MAPLocationArea[] |
MAPUpdateLocationArg.getPagingArea()
Gets the value of the field pagingArea.
|
MAPLocationArea[] |
MAPProvideRoamingNumberArg_v3.getPagingArea()
Gets the value of the field pagingArea.
|
MAPLocationArea |
MAPLocationArea.setLac(byte[] value)
Sets the value of the lac choice.
|
MAPLocationArea |
MAPLocationArea.setLaiFixedLength(LocationAreaId value)
Sets the value of the laiFixedLength choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPLocationArea |
MAPLocationArea.copyOf(MAPLocationArea 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.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setPagingArea(MAPLocationArea[] value)
Sets the value of the field pagingArea.
|
MAPProvideRoamingNumberArg_v3 |
MAPProvideRoamingNumberArg_v3.setPagingArea(MAPLocationArea[] value)
Sets the value of the field pagingArea.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLocationArea,MAPLocationArea,MAPProto.MAP_MS_DataTypes_LocationArea> |
MAPCodecs.MAP_MS_DataTypes_LocationArea
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LocationArea
|
static PersistCodec<MAPLocationArea,MAPLocationArea,MAPProto.MAP_MS_DataTypes_LocationArea> |
MAPCodecs.MAP_MS_DataTypes_LocationArea
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LocationArea
|