Class CS1RequestedInformationValue

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CS1RequestedInformationValue
    extends CCRequestedInformationValue
    API for Core-INAP-CS1-DataTypes.RequestedInformationValue. Generated from the following ASN.1 type definition and the adaptations below.
     RequestedInformationValue ::=
         CHOICE {
             callAttemptElapsedTimeValue   INTEGER (0..255),
             callStopTimeValue             DateAndTime,
             callConnectedElapsedTimeValue Integer4,
             calledAddressValue            Digits,
             releaseCauseValue             Cause
         }
     Core-INAP-CS1-DataTypes {
         RequestedInformationValue {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationValue
             calledAddressValue {
                 @import com.opencloud.slee.resources.in.datatypes.cc.GenericNumber
             }
         }
     }
     
    See Also:
    Serialized Form