Uses of Class
com.opencloud.slee.resources.cgin.map.MAPExt_SS_Info
-
Packages that use MAPExt_SS_Info 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 MAPExt_SS_Info in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPExt_SS_Info Modifier and Type Method Description MAPExt_SS_InfoMAPExt_SS_Info. clone()Constructs a copy of this object and everything reachable from it.static MAPExt_SS_InfoMAPExt_SS_Info. copyOf(MAPSS_Information 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.MAPExt_SS_Info[]MAPSubscriberData. getProvisionedSS()Gets the value of the field provisionedSS.MAPExt_SS_InfoMAPExt_SS_Info. setCallBarringInfo(MAPExt_CallBarInfo value)Sets the value of the callBarringInfo choice.MAPExt_SS_InfoMAPExt_SS_Info. setCug_Info(MAPCUG_Info value)Sets the value of the cug-Info choice.MAPExt_SS_InfoMAPExt_SS_Info. setEmlpp_Info(MAPEMLPP_Info value)Sets the value of the emlpp-Info choice.MAPExt_SS_InfoMAPExt_SS_Info. setForwardingInfo(MAPExt_ForwInfo value)Sets the value of the forwardingInfo choice.MAPExt_SS_InfoMAPExt_SS_Info. setSs_Data(MAPExt_SS_Data value)Sets the value of the ss-Data choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPExt_SS_Info Modifier and Type Method Description MAPInsertSubscriberDataArgMAPInsertSubscriberDataArg. setProvisionedSS(MAPExt_SS_Info[] value)Sets the value of the field provisionedSS.MAPSubscriberDataMAPSubscriberData. setProvisionedSS(MAPExt_SS_Info[] value)Sets the value of the field provisionedSS. -
Uses of MAPExt_SS_Info in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPExt_SS_Info Modifier and Type Field Description static PersistCodec<MAPSS_Information,MAPExt_SS_Info,MAPProto.MAP_MS_DataTypes_Ext_SS_Info>MAPCodecs. MAP_MS_DataTypes_Ext_SS_InfoSingleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-SS-Info
-