Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CellGlobalId
-
Packages that use CellGlobalId Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of CellGlobalId in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CellGlobalId Modifier and Type Method Description CellGlobalId
CAP4ChangeOfLocation. getCellGlobalId()
Gets the value of the cellGlobalId choice.CellGlobalId
CAP4MetDPCriterion. getEnteringCellGlobalId()
Gets the value of the enteringCellGlobalId choice.CellGlobalId
CAP4MetDPCriterion. getEnteringServiceAreaId()
Gets the value of the enteringServiceAreaId choice.CellGlobalId
CAP4MetDPCriterion. getLeavingCellGlobalId()
Gets the value of the leavingCellGlobalId choice.CellGlobalId
CAP4MetDPCriterion. getLeavingServiceAreaId()
Gets the value of the leavingServiceAreaId choice.CellGlobalId
CAP4ChangeOfLocation. getServiceAreaId()
Gets the value of the serviceAreaId choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CellGlobalId Modifier and Type Method Description CAP4ChangeOfLocation
CAP4ChangeOfLocation. setCellGlobalId(CellGlobalId value)
Sets the value of the cellGlobalId choice.CAP4MetDPCriterion
CAP4MetDPCriterion. setEnteringCellGlobalId(CellGlobalId value)
Sets the value of the enteringCellGlobalId choice.CAP4MetDPCriterion
CAP4MetDPCriterion. setEnteringServiceAreaId(CellGlobalId value)
Sets the value of the enteringServiceAreaId choice.CAP4MetDPCriterion
CAP4MetDPCriterion. setLeavingCellGlobalId(CellGlobalId value)
Sets the value of the leavingCellGlobalId choice.CAP4MetDPCriterion
CAP4MetDPCriterion. setLeavingServiceAreaId(CellGlobalId value)
Sets the value of the leavingServiceAreaId choice.CAP4ChangeOfLocation
CAP4ChangeOfLocation. setServiceAreaId(CellGlobalId value)
Sets the value of the serviceAreaId choice. -
Uses of CellGlobalId in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return CellGlobalId Modifier and Type Method Description CellGlobalId
MAPCellGlobalIdOrServiceAreaIdOrLAI. getCellGlobalIdOrServiceAreaIdFixedLength()
Gets the value of the cellGlobalIdOrServiceAreaIdFixedLength choice.CellGlobalId
MAPSendGroupCallInfoArg. getCellId()
Gets the value of the field cellId.CellGlobalId
MAPPerformHandoverArg. getServingCellId()
Gets the value of the field servingCellId.CellGlobalId
MAPPerformSubsequentHandoverArg. getServingCellId()
Gets the value of the field servingCellId.CellGlobalId
MAPNoteInternalHandoverArg. getTargetCellId()
Gets the value of the field targetCellId.CellGlobalId
MAPPerformHandoverArg. getTargetCellId()
Gets the value of the field targetCellId.CellGlobalId
MAPPerformSubsequentHandoverArg. getTargetCellId()
Gets the value of the field targetCellId.CellGlobalId
MAPPrepareHO_Arg. getTargetCellId()
Gets the value of the field targetCellId.CellGlobalId
MAPPrepareSubsequentHO_Arg. getTargetCellId()
Gets the value of the field targetCellId.Methods in com.opencloud.slee.resources.cgin.map with parameters of type CellGlobalId Modifier and Type Method Description MAPCellGlobalIdOrServiceAreaIdOrLAI
MAPCellGlobalIdOrServiceAreaIdOrLAI. setCellGlobalIdOrServiceAreaIdFixedLength(CellGlobalId value)
Sets the value of the cellGlobalIdOrServiceAreaIdFixedLength choice.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setCellId(CellGlobalId value)
Sets the value of the field cellId.MAPPerformHandoverArg
MAPPerformHandoverArg. setServingCellId(CellGlobalId value)
Sets the value of the field servingCellId.MAPPerformSubsequentHandoverArg
MAPPerformSubsequentHandoverArg. setServingCellId(CellGlobalId value)
Sets the value of the field servingCellId.MAPNoteInternalHandoverArg
MAPNoteInternalHandoverArg. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.MAPPerformHandoverArg
MAPPerformHandoverArg. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.MAPPerformSubsequentHandoverArg
MAPPerformSubsequentHandoverArg. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.MAPPrepareHO_Arg_v3
MAPPrepareHO_Arg_v3. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.MAPPrepareHO_Arg
MAPPrepareHO_Arg. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.MAPPrepareSubsequentHO_Arg_v3
MAPPrepareSubsequentHO_Arg_v3. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.MAPPrepareSubsequentHO_Arg
MAPPrepareSubsequentHO_Arg. setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type CellGlobalId Constructor Description MAPPrepareSubsequentHO_Arg(CellGlobalId TargetCellId_param, AddressString TargetMSC_Number_param, MAPExternalSignalInfo Bss_APDU_param)
Constructs an object from given values for all fields. -
Uses of CellGlobalId in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type CellGlobalId Modifier and Type Field Description static BCDStringCodec<CellGlobalId>
CellGlobalId. MOBILECOUNTRYCODE_CODEC
BCD string codec for field MobileCountryCode.static BCDStringCodec<CellGlobalId>
CellGlobalId. MOBILENETWORKCODE_CODEC
BCD string codec for field MobileNetworkCode.Methods in com.opencloud.slee.resources.in.datatypes.cc that return CellGlobalId Modifier and Type Method Description CellGlobalId
CellGlobalId. clone()
Constructs a copy of this object and everything reachable from it.static CellGlobalId
CellGlobalId. copyOf(CellGlobalId 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.CellGlobalId
CellGlobalId. setCellId(int value)
Sets the value of the cell identification (CI).CellGlobalId
CellGlobalId. setCellIdPresent(boolean flag)
Sets the presence or absence of the field CellId.CellGlobalId
CellGlobalId. setLocationAreaCode(int value)
Sets the value of the location area code (LAC).CellGlobalId
CellGlobalId. setLocationAreaCodePresent(boolean flag)
Sets the presence or absence of the field LocationAreaCode.CellGlobalId
CellGlobalId. setMobileCountryCode(String value)
Sets the value of the mobile country code (MCC).CellGlobalId
CellGlobalId. setMobileCountryCode(String value, StringCodec<CellGlobalId> codec)
Sets the value of the mobile country code (MCC) using the given codec.CellGlobalId
CellGlobalId. setMobileCountryCodeEncoded(byte[] encoded)
Sets the encoded value of the mobile country code (MCC) to a clone of the given byte array.CellGlobalId
CellGlobalId. setMobileNetworkCode(String value)
Sets the value of the mobile network code (MNC).CellGlobalId
CellGlobalId. setMobileNetworkCode(String value, StringCodec<CellGlobalId> codec)
Sets the value of the mobile network code (MNC) using the given codec.CellGlobalId
CellGlobalId. setMobileNetworkCodeEncoded(byte[] encoded)
Sets the encoded value of the mobile network code (MNC) to a clone of the given byte array.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type CellGlobalId Modifier and Type Method Description StringCodec<CellGlobalId>
CellGlobalId. getMobileCountryCodeCodec()
Gets the codec used for field MobileCountryCode.StringCodec<CellGlobalId>
CellGlobalId. getMobileNetworkCodeCodec()
Gets the codec used for field MobileNetworkCode.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CellGlobalId Modifier and Type Method Description static CellGlobalId
CellGlobalId. copyOf(CellGlobalId 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.Method parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type CellGlobalId Modifier and Type Method Description String
CellGlobalId. getMobileCountryCode(StringCodec<CellGlobalId> codec)
Gets the value of the mobile country code (MCC) using the given codec.String
CellGlobalId. getMobileNetworkCode(StringCodec<CellGlobalId> codec)
Gets the value of the mobile network code (MNC) using the given codec.CellGlobalId
CellGlobalId. setMobileCountryCode(String value, StringCodec<CellGlobalId> codec)
Sets the value of the mobile country code (MCC) using the given codec.CellGlobalId
CellGlobalId. setMobileNetworkCode(String value, StringCodec<CellGlobalId> codec)
Sets the value of the mobile network code (MNC) using the given codec.Constructor parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type CellGlobalId Constructor Description CellGlobalId(String mobileCountryCode, String mobileNetworkCode, int locationAreaCode, int cellId, StringCodec<CellGlobalId> MobileCountryCode_codec, StringCodec<CellGlobalId> MobileNetworkCode_codec)
Constructs a new CellGlobalId object from given arguments, using the given codecs for encoding fields of type String.
-