Uses of Class
com.opencloud.slee.resources.cgin.map.MAPDP_AnalysedInfoCriterium
-
Packages that use MAPDP_AnalysedInfoCriterium 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 MAPDP_AnalysedInfoCriterium in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPDP_AnalysedInfoCriterium Modifier and Type Method Description MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. clone()
Constructs a copy of this object and everything reachable from it.static MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. copyOf(MAPDP_AnalysedInfoCriterium 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.MAPDP_AnalysedInfoCriterium[]
MAPD_CSI. getDp_AnalysedInfoCriteriaList()
Gets the value of the field dp-AnalysedInfoCriteriaList.MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. setDefaultCallHandling(MAPDefaultCallHandling value)
Sets the value of the field defaultCallHandling.MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. setDialledNumber(AddressString value)
Sets the value of the field dialledNumber.MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. setGsmSCF_Address(AddressString value)
Sets the value of the field gsmSCF-Address.MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPDP_AnalysedInfoCriterium Modifier and Type Method Description static MAPDP_AnalysedInfoCriterium
MAPDP_AnalysedInfoCriterium. copyOf(MAPDP_AnalysedInfoCriterium 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.MAPD_CSI
MAPD_CSI. setDp_AnalysedInfoCriteriaList(MAPDP_AnalysedInfoCriterium[] value)
Sets the value of the field dp-AnalysedInfoCriteriaList. -
Uses of MAPDP_AnalysedInfoCriterium in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPDP_AnalysedInfoCriterium Modifier and Type Field Description static PersistCodec<MAPDP_AnalysedInfoCriterium,MAPDP_AnalysedInfoCriterium,MAPProto.MAP_MS_DataTypes_DP_AnalysedInfoCriterium>
MAPCodecs. MAP_MS_DataTypes_DP_AnalysedInfoCriterium
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DP-AnalysedInfoCriteriumstatic PersistCodec<MAPDP_AnalysedInfoCriterium,MAPDP_AnalysedInfoCriterium,MAPProto.MAP_MS_DataTypes_DP_AnalysedInfoCriterium>
MAPCodecs. MAP_MS_DataTypes_DP_AnalysedInfoCriterium
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.DP-AnalysedInfoCriterium
-