Class CAP4ContinueWithArgumentArgExtension

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CAP4ContinueWithArgumentArgExtension
    extends AbstractFieldsObject
    API for CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArgExtension. Generated from the following ASN.1 type definition.
     ContinueWithArgumentArgExtension ::=
         SEQUENCE {
             suppress-D-CSI              NULL OPTIONAL,
             suppress-N-CSI              NULL OPTIONAL,
             suppressOutgoingCallBarring NULL OPTIONAL,
             legOrCallSegment            LegOrCallSegment OPTIONAL,
             ...
         }
     

    Used as field type by CAP4ContinueWithArgumentArg.

    See Also:
    Serialized Form
    • Constructor Detail

      • CAP4ContinueWithArgumentArgExtension

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

      • 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
      • getLegOrCallSegment

        public CAP4LegOrCallSegment getLegOrCallSegment()
        Gets the value of the field legOrCallSegment.
        Returns:
        value of field legOrCallSegment, or null if not present
      • hasLegOrCallSegment

        public boolean hasLegOrCallSegment()
        Tests whether the field legOrCallSegment has a value.
        Returns:
        whether the field legOrCallSegment has a value
      • hasSuppressOutgoingCallBarring

        public boolean hasSuppressOutgoingCallBarring()
        Tests whether the field suppressOutgoingCallBarring is present.
        Returns:
        whether the field suppressOutgoingCallBarring is present
      • hasSuppress_D_CSI

        public boolean hasSuppress_D_CSI()
        Tests whether the field suppress-D-CSI is present.
        Returns:
        whether the field suppress-D-CSI is present
      • hasSuppress_N_CSI

        public boolean hasSuppress_N_CSI()
        Tests whether the field suppress-N-CSI is present.
        Returns:
        whether the field suppress-N-CSI is present
      • setSuppressOutgoingCallBarringPresent

        public CAP4ContinueWithArgumentArgExtension setSuppressOutgoingCallBarringPresent​(boolean flag)
                                                                                   throws IllegalStateException
        Sets the presence or absence of the optional field suppressOutgoingCallBarring.
        Parameters:
        flag - either true if the field should be marked as present or false if the field should be marked as absent
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only
      • setSuppress_D_CSIPresent

        public CAP4ContinueWithArgumentArgExtension setSuppress_D_CSIPresent​(boolean flag)
                                                                      throws IllegalStateException
        Sets the presence or absence of the optional field suppress-D-CSI.
        Parameters:
        flag - either true if the field should be marked as present or false if the field should be marked as absent
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only
      • setSuppress_N_CSIPresent

        public CAP4ContinueWithArgumentArgExtension setSuppress_N_CSIPresent​(boolean flag)
                                                                      throws IllegalStateException
        Sets the presence or absence of the optional field suppress-N-CSI.
        Parameters:
        flag - either true if the field should be marked as present or false if the field should be marked as absent
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only