Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCCBS_Data
-
Packages that use MAPCCBS_Data 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 MAPCCBS_Data in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCCBS_Data Modifier and Type Method Description MAPCCBS_Data
MAPCCBS_Data. clone()
Constructs a copy of this object and everything reachable from it.static MAPCCBS_Data
MAPCCBS_Data. copyOf(MAPCCBS_Data 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.MAPCCBS_Data
MAPRegisterCC_EntryArg. getCcbs_Data()
Gets the value of the field ccbs-Data.MAPCCBS_Data
MAPCCBS_Data. setCallInfo(MAPExternalSignalInfo value)
Sets the value of the field callInfo.MAPCCBS_Data
MAPCCBS_Data. setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.MAPCCBS_Data
MAPCCBS_Data. setNetworkSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field networkSignalInfo.MAPCCBS_Data
MAPCCBS_Data. setServiceIndicator(MAPServiceIndicator value)
Sets the value of the field serviceIndicator.MAPCCBS_Data
MAPCCBS_Data. setTranslatedB_Number(AddressString value)
Sets the value of the field translatedB-Number.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCCBS_Data Modifier and Type Method Description static MAPCCBS_Data
MAPCCBS_Data. copyOf(MAPCCBS_Data 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.MAPRegisterCC_EntryArg
MAPRegisterCC_EntryArg. setCcbs_Data(MAPCCBS_Data value)
Sets the value of the field ccbs-Data. -
Uses of MAPCCBS_Data in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCCBS_Data Modifier and Type Field Description static PersistCodec<MAPCCBS_Data,MAPCCBS_Data,MAPProto.MAP_SS_DataTypes_CCBS_Data>
MAPCodecs. MAP_SS_DataTypes_CCBS_Data
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.CCBS-Datastatic PersistCodec<MAPCCBS_Data,MAPCCBS_Data,MAPProto.MAP_SS_DataTypes_CCBS_Data>
MAPCodecs. MAP_SS_DataTypes_CCBS_Data
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.CCBS-Data
-