Class CAP2ConnectArg

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

    public class CAP2ConnectArg
    extends CAP1ConnectArg
    API for CAP-DataTypes.ConnectArg. Generated from the following ASN.1 type definition and the adaptations below.
     ConnectArg ::=
         SEQUENCE {
             destinationRoutingAddress DestinationRoutingAddress,
             alertingPattern           AlertingPattern OPTIONAL,
             originalCalledPartyID     OriginalCalledPartyID OPTIONAL,
             extensions                SEQUENCE (SIZE (1..10)) OF ExtensionField OPTIONAL,
             callingPartysCategory     CallingPartysCategory OPTIONAL,
             redirectingPartyID        RedirectingPartyID OPTIONAL,
             redirectionInformation    RedirectionInformation OPTIONAL,
             genericNumbers            GenericNumbers OPTIONAL,
             suppressionOfAnnouncement SuppressionOfAnnouncement OPTIONAL,
             oCSIApplicable            OCSIApplicable OPTIONAL,
             ...
             na-Info                   NA-Info OPTIONAL
         }
     CAP-DataTypes {
         ConnectArg {
             @parentType com.opencloud.slee.resources.cgin.cap_v1.CAP1ConnectArg
         }
     }
     

    Used as argument type by CAP2Operations.connect.

    See Also:
    Serialized Form