Class CAP2InitialDPArg

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

    public class CAP2InitialDPArg
    extends CAP1InitialDPArg
    API for CAP-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,
             iPSSPCapabilities            IPSSPCapabilities OPTIONAL,
             locationNumber               LocationNumber OPTIONAL,
             originalCalledPartyID        OriginalCalledPartyID OPTIONAL,
             extensions                   SEQUENCE (SIZE (1..10)) OF ExtensionField OPTIONAL,
             highLayerCompatibility       HighLayerCompatibility OPTIONAL,
             additionalCallingPartyNumber AdditionalCallingPartyNumber OPTIONAL,
             bearerCapability             BearerCapability OPTIONAL,
             eventTypeBCSM                EventTypeBCSM OPTIONAL,
             redirectingPartyID           RedirectingPartyID OPTIONAL,
             redirectionInformation       RedirectionInformation OPTIONAL,
             iMSI                         IMSI OPTIONAL,
             subscriberState              SubscriberState OPTIONAL,
             locationInformation          LocationInformation OPTIONAL,
             ext-basicServiceCode         Ext-BasicServiceCode OPTIONAL,
             callReferenceNumber          CallReferenceNumber OPTIONAL,
             mscAddress                   ISDN-AddressString OPTIONAL,
             calledPartyBCDNumber         CalledPartyBCDNumber OPTIONAL,
             timeAndTimezone              TimeAndTimezone OPTIONAL,
             gsm-ForwardingPending        NULL OPTIONAL,
             ...
             initialDPArgExtension        InitialDPArgExtension OPTIONAL
         }
     CAP-DataTypes {
         InitialDPArg {
             @parentType com.opencloud.slee.resources.cgin.cap_v1.CAP1InitialDPArg
         }
     }
     

    Used as argument type by CAP2Operations.initialDP.

    See Also:
    Serialized Form