Class CS1PlayAnnouncementArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CS1PlayAnnouncementArg
    extends CCPlayAnnouncementArg
    API for Core-INAP-CS1-DataTypes.PlayAnnouncementArg. Generated from the following ASN.1 type definition and the adaptations below.
     PlayAnnouncementArg ::=
         SEQUENCE {
             informationToSend           InformationToSend,
             disconnectFromIPForbidden   BOOLEAN DEFAULT TRUE,
             requestAnnouncementComplete BOOLEAN DEFAULT TRUE,
             extensions                  SEQUENCE (SIZE (1..1000)) OF ExtensionField OPTIONAL,
             ...
         }
     Core-INAP-CS1-DataTypes {
         PlayAnnouncementArg {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCPlayAnnouncementArg
         }
     }
     

    Used as argument type by CS1Operations.playAnnouncement.

    See Also:
    Serialized Form
    • Constructor Detail

      • CS1PlayAnnouncementArg

        public CS1PlayAnnouncementArg()
        Constructs an object with uninitialised state.