Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCCBS_Feature
-
Packages that use MAPCCBS_Feature 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_Feature in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCCBS_Feature Modifier and Type Method Description MAPCCBS_Feature
MAPCCBS_Feature. clone()
Constructs a copy of this object and everything reachable from it.static MAPCCBS_Feature
MAPCCBS_Feature. copyOf(MAPCCBS_Feature 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_Feature
MAPCCBS_Data. getCcbs_Feature()
Gets the value of the field ccbs-Feature.MAPCCBS_Feature
MAPRegisterCC_EntryRes. getCcbs_Feature()
Gets the value of the field ccbs-Feature.MAPCCBS_Feature
MAPRemoteUserFreeArg. getCcbs_Feature()
Gets the value of the field ccbs-Feature.MAPCCBS_Feature[]
MAPGenericServiceInfo. getCcbs_FeatureList()
Gets the value of the field ccbs-FeatureList.MAPCCBS_Feature
MAPCCBS_Feature. setB_subscriberNumber(AddressString value)
Sets the value of the field b-subscriberNumber.MAPCCBS_Feature
MAPCCBS_Feature. setB_subscriberSubaddress(ISDNSubaddress value)
Sets the value of the field b-subscriberSubaddress.MAPCCBS_Feature
MAPCCBS_Feature. setBasicServiceGroup(MAPBasicServiceCode value)
Sets the value of the field basicServiceGroup.MAPCCBS_Feature
MAPCCBS_Feature. setCcbs_Index(int value)
Sets the value of the field ccbs-Index and marks the field as present.MAPCCBS_Feature
MAPCCBS_Feature. setCcbs_IndexPresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Index.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCCBS_Feature Modifier and Type Method Description static MAPCCBS_Feature
MAPCCBS_Feature. copyOf(MAPCCBS_Feature 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
MAPCCBS_Data. setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.MAPRegisterCC_EntryRes
MAPRegisterCC_EntryRes. setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.MAPRemoteUserFreeArg
MAPRemoteUserFreeArg. setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.MAPGenericServiceInfo
MAPGenericServiceInfo. setCcbs_FeatureList(MAPCCBS_Feature[] value)
Sets the value of the field ccbs-FeatureList. -
Uses of MAPCCBS_Feature in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCCBS_Feature Modifier and Type Field Description static PersistCodec<MAPCCBS_Feature,MAPCCBS_Feature,MAPProto.MAP_SS_DataTypes_CCBS_Feature>
MAPCodecs. MAP_SS_DataTypes_CCBS_Feature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.CCBS-Featurestatic PersistCodec<MAPCCBS_Feature,MAPCCBS_Feature,MAPProto.MAP_SS_DataTypes_CCBS_Feature>
MAPCodecs. MAP_SS_DataTypes_CCBS_Feature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.CCBS-Feature
-