Class CAP3CAMEL_CallResult

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

    public class CAP3CAMEL_CallResult
    extends CAP2CAMEL_CallResult
    API for CAP-datatypes.CAMEL-CallResult. Generated from the following ASN.1 type definition and the adaptations below.
     CAMEL-CallResult ::=
         CHOICE {
             timeDurationChargingResult SEQUENCE {
                 partyToCharge           ReceivingSideID,
                 timeInformation         TimeInformation,
                 callActive              BOOLEAN DEFAULT TRUE,
                 callReleasedAtTcpExpiry NULL OPTIONAL,
                 extensions              Extensions OPTIONAL,
                 ...
             }
         }
     CAP-datatypes {
         CAMEL-CallResult {
             @extendible
             @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2CAMEL_CallResult
         }
     }
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CAP3CAMEL_CallResult

        public CAP3CAMEL_CallResult()
    • Method Detail

      • copyOf

        public static CAP3CAMEL_CallResult copyOf​(CAP2CAMEL_CallResult from)
        Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
        Parameters:
        from - the object from which to copy
        Returns:
        CAP3CAMEL_CallResult
      • getFieldAccessors

        public static FieldAccessor[] getFieldAccessors()
        Gets a new array of the accessors for fields of this type.
        Returns:
        FieldAccessor[]
      • getFieldsMap

        public Map<String,​Object> getFieldsMap​(boolean withAbsents)
        Gets a Map from :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.
        Overrides:
        getFieldsMap in class CAP2CAMEL_CallResult
        Parameters:
        withAbsents - ignored, as value cannot be optional
        Returns:
        Map from :discriminant-name to associated-value