Class CAP2SendChargingInformationArg

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

    public class CAP2SendChargingInformationArg
    extends CCSendChargingInformationArg
    API for CAP-DataTypes.SendChargingInformationArg. Generated from the following ASN.1 type definition and the adaptations below.
     SendChargingInformationArg ::=
         SEQUENCE {
             sCIBillingChargingCharacteristics SCIBillingChargingCharacteristics,
             partyToCharge                     SendingSideID,
             extensions                        SEQUENCE (SIZE (1..10)) OF ExtensionField OPTIONAL,
             ...
         }
     CAP-DataTypes {
         SendChargingInformationArg {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCSendChargingInformationArg
             partyToCharge {
                 @rename legID
             }
         }
     }
     

    Used as argument type by CAP2Operations.sendChargingInformation.

    See Also:
    Serialized Form
    • Constructor Detail

      • CAP2SendChargingInformationArg

        public CAP2SendChargingInformationArg()
        Constructs an object with uninitialised state.