Class CAP3QualityOfService

    • Constructor Detail

      • CAP3QualityOfService

        public CAP3QualityOfService()
        Constructs an object with uninitialised state.
    • Method Detail

      • copyOf

        public static CAP3QualityOfService copyOf​(CAP3QualityOfService 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:
        CAP3QualityOfService
      • 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 field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • getNegotiated_QoS

        public CAP3GPRS_QoS getNegotiated_QoS()
        Gets the value of the field negotiated-QoS.
        Returns:
        value of field negotiated-QoS, or null if not present
      • getRequested_QoS

        public CAP3GPRS_QoS getRequested_QoS()
        Gets the value of the field requested-QoS.
        Returns:
        value of field requested-QoS, or null if not present
      • getSubscribed_QoS

        public CAP3GPRS_QoS getSubscribed_QoS()
        Gets the value of the field subscribed-QoS.
        Returns:
        value of field subscribed-QoS, or null if not present
      • hasNegotiated_QoS

        public boolean hasNegotiated_QoS()
        Tests whether the field negotiated-QoS has a value.
        Returns:
        whether the field negotiated-QoS has a value
      • hasRequested_QoS

        public boolean hasRequested_QoS()
        Tests whether the field requested-QoS has a value.
        Returns:
        whether the field requested-QoS has a value
      • hasSubscribed_QoS

        public boolean hasSubscribed_QoS()
        Tests whether the field subscribed-QoS has a value.
        Returns:
        whether the field subscribed-QoS has a value