Class CAP2AChBillingChargingCharacteristics

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CAP2AChBillingChargingCharacteristics
    extends CCAChBillingChargingCharacteristics
    API for CAP-DataTypes.AChBillingChargingCharacteristics. Generated from the following ASN.1 type definition and the adaptations below.
     AChBillingChargingCharacteristics ::=
         OCTET STRING (SIZE (5..177)) (CONTAINING CAMEL-AChBillingChargingCharacteristics)
     CAP-DataTypes {
         AChBillingChargingCharacteristics {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCAChBillingChargingCharacteristics
         }
     }
     

    This API has both a byteArray and a containedValue.

    When a value of this type is received from the network, the received bytes are assigned to the byteArray, and then those bytes are decoded and any resulting value is assigned to the containedValue.

    When a value of this type is sent to the network, any non-null containedValue is encoded and the resulting bytes are sent to the network, otherwise the bytes in the byteArray are sent to the network.

    Used as field type by CAP2ApplyChargingArg.

    See Also:
    Serialized Form