Class CAP3GPRSEventSpecificInformation

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CAP3GPRSEventSpecificInformation
    extends AbstractFieldsObject
    API for CAP-datatypes.GPRSEventSpecificInformation. Generated from the following ASN.1 type definition.
     GPRSEventSpecificInformation ::=
         CHOICE {
             attachChangeOfPositionSpecificInformation                 SEQUENCE {
                 locationInformationGPRS LocationInformationGPRS OPTIONAL,
                 ...
             },
             pdp-ContextchangeOfPositionSpecificInformation            SEQUENCE {
                 accessPointName         AccessPointName OPTIONAL,
                 chargingID              GPRSChargingID OPTIONAL,
                 locationInformationGPRS LocationInformationGPRS OPTIONAL,
                 endUserAddress          EndUserAddress OPTIONAL,
                 qualityOfService        QualityOfService OPTIONAL,
                 timeAndTimeZone         TimeAndTimezone OPTIONAL,
                 ...
                 gGSNAddress             GSN-Address OPTIONAL
             },
             detachSpecificInformation                                 SEQUENCE {
                 initiatingEntity   InitiatingEntity OPTIONAL,
                 ...
                 routeingAreaUpdate NULL OPTIONAL
             },
             disconnectSpecificInformation                             SEQUENCE {
                 initiatingEntity   InitiatingEntity OPTIONAL,
                 ...
                 routeingAreaUpdate NULL OPTIONAL
             },
             pDPContextEstablishmentSpecificInformation                SEQUENCE {
                 accessPointName         AccessPointName OPTIONAL,
                 endUserAddress          EndUserAddress OPTIONAL,
                 qualityOfService        QualityOfService OPTIONAL,
                 locationInformationGPRS LocationInformationGPRS OPTIONAL,
                 timeAndTimeZone         TimeAndTimezone OPTIONAL,
                 pDPInitiationType       PDPInitiationType OPTIONAL,
                 ...
                 secondaryPDP-context    NULL OPTIONAL
             },
             pDPContextEstablishmentAcknowledgementSpecificInformation SEQUENCE {
                 accessPointName         AccessPointName OPTIONAL,
                 chargingID              GPRSChargingID OPTIONAL,
                 endUserAddress          EndUserAddress OPTIONAL,
                 qualityOfService        QualityOfService OPTIONAL,
                 locationInformationGPRS LocationInformationGPRS OPTIONAL,
                 timeAndTimeZone         TimeAndTimezone OPTIONAL,
                 ...
                 gGSNAddress             GSN-Address OPTIONAL
             }
         }
     

    Used as field type by CAP3EventReportGPRSArg.

    See Also:
    Serialized Form