Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM
-
Packages that use CCEventSpecificInformationBCSM Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.com.opencloud.slee.resources.cgin.callcontrol.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v1 Provides an API for the CAP v1 protocol.com.opencloud.slee.resources.cgin.cap_v1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v2.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCEventSpecificInformationBCSM Modifier and Type Method Description CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. clone()Constructs a copy of this object and everything reachable from it.static CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. copyOf(CCEventSpecificInformationBCSM 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.CCEventSpecificInformationBCSMCCEventReportBCSMArg. getEventSpecificInformationBCSM()Gets the value of the field eventSpecificInformationBCSM.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setAnalyzedInfoSpecificInfo(CCEventSpecificInformationBCSM.AnalyzedInfoSpecificInfo value)Sets the value of the analyzedInfoSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setCollectedInfoSpecificInfo(CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo value)Sets the value of the collectedInfoSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setOAnswerSpecificInfo(CCEventSpecificInformationBCSM.OAnswerSpecificInfo value)Sets the value of the oAnswerSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setOCalledPartyBusySpecificInfo(CCEventSpecificInformationBCSM.OCalledPartyBusySpecificInfo value)Sets the value of the oCalledPartyBusySpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setODisconnectSpecificInfo(CCEventSpecificInformationBCSM.ODisconnectSpecificInfo value)Sets the value of the oDisconnectSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setOMidCallSpecificInfo(CCEventSpecificInformationBCSM.OMidCallSpecificInfo value)Sets the value of the oMidCallSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setONoAnswerSpecificInfo(CCEventSpecificInformationBCSM.ONoAnswerSpecificInfo value)Sets the value of the oNoAnswerSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setRouteSelectFailureSpecificInfo(CCEventSpecificInformationBCSM.RouteSelectFailureSpecificInfo value)Sets the value of the routeSelectFailureSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setTAnswerSpecificInfo(CCEventSpecificInformationBCSM.TAnswerSpecificInfo value)Sets the value of the tAnswerSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setTCalledPartyBusySpecificInfo(CCEventSpecificInformationBCSM.TCalledPartyBusySpecificInfo value)Sets the value of the tCalledPartyBusySpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setTDisconnectSpecificInfo(CCEventSpecificInformationBCSM.TDisconnectSpecificInfo value)Sets the value of the tDisconnectSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setTMidCallSpecificInfo(CCEventSpecificInformationBCSM.TMidCallSpecificInfo value)Sets the value of the tMidCallSpecificInfo choice.CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. setTNoAnswerSpecificInfo(CCEventSpecificInformationBCSM.TNoAnswerSpecificInfo value)Sets the value of the tNoAnswerSpecificInfo choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCEventSpecificInformationBCSM Modifier and Type Method Description static CCEventSpecificInformationBCSMCCEventSpecificInformationBCSM. copyOf(CCEventSpecificInformationBCSM 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.CCEventReportBCSMArgCCEventReportBCSMArg. setEventSpecificInformationBCSM(CCEventSpecificInformationBCSM value)Sets the value of the field eventSpecificInformationBCSM. -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCEventSpecificInformationBCSM Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM,CCEventSpecificInformationBCSM,CCProto.CC_DataTypes_EventSpecificInformationBCSM>CCCodecs. CC_DataTypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: CC-DataTypes.EventSpecificInformationBCSMstatic PersistCodec<CCEventSpecificInformationBCSM,CCEventSpecificInformationBCSM,CCProto.CC_DataTypes_EventSpecificInformationBCSM>CCCodecs. CC_DataTypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: CC-DataTypes.EventSpecificInformationBCSM -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CCEventSpecificInformationBCSM Modifier and Type Method Description CAP1EventReportBCSMArgCAP1EventReportBCSMArg. setEventSpecificInformationBCSM(CCEventSpecificInformationBCSM value)Sets the value of the field eventSpecificInformationBCSM. -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v1.persist
Fields in com.opencloud.slee.resources.cgin.cap_v1.persist with type parameters of type CCEventSpecificInformationBCSM Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM,CCEventSpecificInformationBCSM,CAP1Proto.CAP_DataTypes_EventSpecificInformationBCSM>CAP1Codecs. CAP_DataTypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: CAP-DataTypes.EventSpecificInformationBCSMstatic PersistCodec<CCEventSpecificInformationBCSM,CCEventSpecificInformationBCSM,CAP1Proto.CAP_DataTypes_EventSpecificInformationBCSM>CAP1Codecs. CAP_DataTypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: CAP-DataTypes.EventSpecificInformationBCSM -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v2
Subclasses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v2 Modifier and Type Class Description classCAP2EventSpecificInformationBCSMAPI for CAP-DataTypes.EventSpecificInformationBCSM.Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCEventSpecificInformationBCSM Modifier and Type Method Description static CAP2EventSpecificInformationBCSMCAP2EventSpecificInformationBCSM. copyOf(CCEventSpecificInformationBCSM 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. -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CCEventSpecificInformationBCSM Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM,CAP2EventSpecificInformationBCSM,CAP2Proto.CAP_DataTypes_EventSpecificInformationBCSM>CAP2Codecs. CAP_DataTypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: CAP-DataTypes.EventSpecificInformationBCSM -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v3
Subclasses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v3 Modifier and Type Class Description classCAP3EventSpecificInformationBCSMAPI for CAP-datatypes.EventSpecificInformationBCSM.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCEventSpecificInformationBCSM Modifier and Type Method Description static CAP3EventSpecificInformationBCSMCAP3EventSpecificInformationBCSM. copyOf(CCEventSpecificInformationBCSM 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. -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCEventSpecificInformationBCSM Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM,CAP3EventSpecificInformationBCSM,CAP3Proto.CAP_datatypes_EventSpecificInformationBCSM>CAP3Codecs. CAP_datatypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: CAP-datatypes.EventSpecificInformationBCSM -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description classCAP4EventSpecificInformationBCSMAPI for CAP-datatypes.EventSpecificInformationBCSM.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CCEventSpecificInformationBCSM Modifier and Type Method Description static CAP4EventSpecificInformationBCSMCAP4EventSpecificInformationBCSM. copyOf(CCEventSpecificInformationBCSM 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. -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCEventSpecificInformationBCSM Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM,CAP4EventSpecificInformationBCSM,CAP4Proto.CAP_datatypes_EventSpecificInformationBCSM>CAP4Codecs. CAP_datatypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: CAP-datatypes.EventSpecificInformationBCSM -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCEventSpecificInformationBCSM Modifier and Type Method Description CS1EventReportBCSMArgCS1EventReportBCSMArg. setEventSpecificInformationBCSM(CCEventSpecificInformationBCSM value)Sets the value of the field eventSpecificInformationBCSM. -
Uses of CCEventSpecificInformationBCSM in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CCEventSpecificInformationBCSM Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM,CCEventSpecificInformationBCSM,CS1Proto.Core_INAP_CS1_DataTypes_EventSpecificInformationBCSM>CS1Codecs. Core_INAP_CS1_DataTypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.EventSpecificInformationBCSMstatic PersistCodec<CCEventSpecificInformationBCSM,CCEventSpecificInformationBCSM,CS1Proto.Core_INAP_CS1_DataTypes_EventSpecificInformationBCSM>CS1Codecs. Core_INAP_CS1_DataTypes_EventSpecificInformationBCSMSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.EventSpecificInformationBCSM
-