Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLocationArea
-
Packages that use MAPLocationArea 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. -
-
Uses of MAPLocationArea in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLocationArea Modifier and Type Method Description MAPLocationAreaMAPLocationArea. clone()Constructs a copy of this object and everything reachable from it.static MAPLocationAreaMAPLocationArea. 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[]MAPProvideRoamingNumberArg_v3. getPagingArea()Gets the value of the field pagingArea.MAPLocationArea[]MAPUpdateLocationArg. getPagingArea()Gets the value of the field pagingArea.MAPLocationAreaMAPLocationArea. setLac(byte[] value)Sets the value of the lac choice.MAPLocationAreaMAPLocationArea. setLaiFixedLength(LocationAreaId value)Sets the value of the laiFixedLength choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLocationArea Modifier and Type Method Description static MAPLocationAreaMAPLocationArea. 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.MAPProvideRoamingNumberArg_v3MAPProvideRoamingNumberArg_v3. setPagingArea(MAPLocationArea[] value)Sets the value of the field pagingArea.MAPUpdateLocationArgMAPUpdateLocationArg. setPagingArea(MAPLocationArea[] value)Sets the value of the field pagingArea. -
Uses of MAPLocationArea in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLocationArea Modifier and Type Field Description static PersistCodec<MAPLocationArea,MAPLocationArea,MAPProto.MAP_MS_DataTypes_LocationArea>MAPCodecs. MAP_MS_DataTypes_LocationAreaSingleton codec for the ASN.1 type: MAP-MS-DataTypes.LocationAreastatic PersistCodec<MAPLocationArea,MAPLocationArea,MAPProto.MAP_MS_DataTypes_LocationArea>MAPCodecs. MAP_MS_DataTypes_LocationAreaSingleton codec for the ASN.1 type: MAP-MS-DataTypes.LocationArea
-