Class CS1GapTreatment

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CS1GapTreatment
    extends CCGapTreatment
    API for Core-INAP-CS1-DataTypes.GapTreatment. Generated from the following ASN.1 type definition and the adaptations below.
     GapTreatment ::=
         CHOICE {
             informationToSend InformationToSend,
             releaseCause      Cause,
             both              SEQUENCE {
                 informationToSend InformationToSend,
                 releaseCause      Cause
             }
         }
     Core-INAP-CS1-DataTypes {
         GapTreatment {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCGapTreatment
         }
     }
     

    Used as field type by CS1CallGapArg.

    See Also:
    Serialized Form