Class CS1InitialDPArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CS1InitialDPArg
    extends CCInitialDPArg
    API for Core-INAP-CS1-DataTypes.InitialDPArg. Generated from the following ASN.1 type definition and the adaptations below.
     InitialDPArg ::=
         SEQUENCE {
             serviceKey                   ServiceKey,
             calledPartyNumber            CalledPartyNumber OPTIONAL,
             callingPartyNumber           CallingPartyNumber OPTIONAL,
             callingPartysCategory        CallingPartysCategory OPTIONAL,
             cGEncountered                CGEncountered OPTIONAL,
             iPSSPCapabilities            IPSSPCapabilities OPTIONAL,
             iPAvailable                  IPAvailable OPTIONAL,
             locationNumber               LocationNumber OPTIONAL,
             originalCalledPartyID        OriginalCalledPartyID OPTIONAL,
             extensions                   SEQUENCE (SIZE (1..1000)) OF ExtensionField OPTIONAL,
             highLayerCompatibility       HighLayerCompatibility OPTIONAL,
             serviceInteractionIndicators ServiceInteractionIndicators OPTIONAL,
             additionalCallingPartyNumber AdditionalCallingPartyNumber OPTIONAL,
             forwardCallIndicators        ForwardCallIndicators OPTIONAL,
             bearerCapability             BearerCapability OPTIONAL,
             eventTypeBCSM                EventTypeBCSM OPTIONAL,
             redirectingPartyID           RedirectingPartyID OPTIONAL,
             redirectionInformation       RedirectionInformation OPTIONAL,
             ...
         }
     Core-INAP-CS1-DataTypes {
         InitialDPArg {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCInitialDPArg
         }
     }
     

    Used as argument type by CS1Operations.initialDP.

    See Also:
    Serialized Form