Uses of Class
com.opencloud.slee.resources.cgin.map.MAPExt_CallBarringFeature
-
Packages that use MAPExt_CallBarringFeature 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_CallBarringFeature in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPExt_CallBarringFeature Modifier and Type Method Description MAPExt_CallBarringFeature
MAPExt_CallBarringFeature. clone()
Constructs a copy of this object and everything reachable from it.static MAPExt_CallBarringFeature
MAPExt_CallBarringFeature. copyOf(MAPCallBarringFeature 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_CallBarringFeature[]
MAPCallBarringData. getCallBarringFeatureList()
Gets the value of the field callBarringFeatureList.MAPExt_CallBarringFeature[]
MAPExt_CallBarringInfoFor_CSE. getCallBarringFeatureList()
Gets the value of the field callBarringFeatureList.MAPExt_CallBarringFeature
MAPExt_CallBarringFeature. setBasicService(MAPExt_BasicServiceCode value)
Sets the value of the field basicService.MAPExt_CallBarringFeature
MAPExt_CallBarringFeature. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPExt_CallBarringFeature
MAPExt_CallBarringFeature. setSs_Status(byte[] value)
Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPExt_CallBarringFeature Modifier and Type Method Description MAPCallBarringData
MAPCallBarringData. setCallBarringFeatureList(MAPExt_CallBarringFeature[] value)
Sets the value of the field callBarringFeatureList.MAPExt_CallBarInfo
MAPExt_CallBarInfo. setCallBarringFeatureList(MAPExt_CallBarringFeature[] value)
Sets the value of the field callBarringFeatureList.MAPExt_CallBarringInfoFor_CSE
MAPExt_CallBarringInfoFor_CSE. setCallBarringFeatureList(MAPExt_CallBarringFeature[] value)
Sets the value of the field callBarringFeatureList. -
Uses of MAPExt_CallBarringFeature in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPExt_CallBarringFeature Modifier and Type Field Description static PersistCodec<MAPCallBarringFeature,MAPExt_CallBarringFeature,MAPProto.MAP_MS_DataTypes_Ext_CallBarringFeature>
MAPCodecs. MAP_MS_DataTypes_Ext_CallBarringFeature
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-CallBarringFeature
-