Class CAP2AssistRequestInstructionsArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CAP2AssistRequestInstructionsArg
    extends CCAssistRequestInstructionsArg
    API for CAP-DataTypes.AssistRequestInstructionsArg. Generated from the following ASN.1 type definition and the adaptations below.
     AssistRequestInstructionsArg ::=
         SEQUENCE {
             correlationID     CorrelationID,
             iPSSPCapabilities IPSSPCapabilities,
             extensions        SEQUENCE (SIZE (1..10)) OF ExtensionField OPTIONAL,
             ...
         }
     CAP-DataTypes {
         AssistRequestInstructionsArg {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCAssistRequestInstructionsArg
             correlationID {
                 @import com.opencloud.slee.resources.in.datatypes.cc.GenericNumber
             }
         }
     }
     

    Used as argument type by CAP2Operations.assistRequestInstructions.

    See Also:
    Serialized Form