Class CAP2PromptAndCollectUserInformationArg

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

    public class CAP2PromptAndCollectUserInformationArg
    extends CCPromptAndCollectUserInformationArg
    API for CAP-DataTypes.PromptAndCollectUserInformationArg. Generated from the following ASN.1 type definition and the adaptations below.
     PromptAndCollectUserInformationArg ::=
         SEQUENCE {
             collectedInfo             CollectedInfo,
             disconnectFromIPForbidden BOOLEAN DEFAULT TRUE,
             informationToSend         InformationToSend OPTIONAL,
             extensions                SEQUENCE (SIZE (1..10)) OF ExtensionField OPTIONAL,
             ...
         }
     CAP-DataTypes {
         PromptAndCollectUserInformationArg {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCPromptAndCollectUserInformationArg
         }
     }
     

    Used as argument type by CAP2Operations.promptAndCollectUserInformation.

    See Also:
    Serialized Form