Class CAP2EventSpecificInformationBCSM

  • All Implemented Interfaces:
    DataObject, Serializable
    Direct Known Subclasses:
    CAP3EventSpecificInformationBCSM

    public class CAP2EventSpecificInformationBCSM
    extends CCEventSpecificInformationBCSM
    API for CAP-DataTypes.EventSpecificInformationBCSM. Generated from the following ASN.1 type definition and the adaptations below.
     EventSpecificInformationBCSM ::=
         CHOICE {
             routeSelectFailureSpecificInfo SEQUENCE {
                 failureCause Cause OPTIONAL,
                 ...
             },
             oCalledPartyBusySpecificInfo   SEQUENCE {
                 busyCause Cause OPTIONAL,
                 ...
             },
             oNoAnswerSpecificInfo          SEQUENCE {
                 ...
             },
             oAnswerSpecificInfo            SEQUENCE {
                 ...
             },
             oDisconnectSpecificInfo        SEQUENCE {
                 releaseCause Cause OPTIONAL,
                 ...
             },
             tBusySpecificInfo              SEQUENCE {
                 busyCause     Cause OPTIONAL,
                 callForwarded NULL OPTIONAL,
                 ...
             },
             tNoAnswerSpecificInfo          SEQUENCE {
                 callForwarded NULL OPTIONAL,
                 ...
             },
             tAnswerSpecificInfo            SEQUENCE {
                 ...
             },
             tDisconnectSpecificInfo        SEQUENCE {
                 releaseCause Cause OPTIONAL,
                 ...
             }
         }
     CAP-DataTypes {
         EventSpecificInformationBCSM {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM
             tBusySpecificInfo {
                 @rename tCalledPartyBusySpecificInfo
             }
         }
     }
     
    See Also:
    Serialized Form