Class MAPTracePropagationList

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPTracePropagationList
    extends AbstractFieldsObject
    API for MAP-OM-DataTypes.TracePropagationList. Generated from the following ASN.1 type definition.
     TracePropagationList ::=
         SEQUENCE {
             traceReference                 TraceReference OPTIONAL,
             traceType                      TraceType OPTIONAL,
             traceReference2                TraceReference2 OPTIONAL,
             traceRecordingSessionReference TraceRecordingSessionReference OPTIONAL,
             rnc-TraceDepth                 TraceDepth OPTIONAL,
             rnc-InterfaceList              RNC-InterfaceList OPTIONAL,
             msc-s-TraceDepth               TraceDepth OPTIONAL,
             msc-s-InterfaceList            MSC-S-InterfaceList OPTIONAL,
             msc-s-EventList                MSC-S-EventList OPTIONAL,
             mgw-TraceDepth                 TraceDepth OPTIONAL,
             mgw-InterfaceList              MGW-InterfaceList OPTIONAL,
             mgw-EventList                  MGW-EventList OPTIONAL,
             ...
         }
     
    Added in release 6.

    Used as field type by MAPForwardAccessSignalling_Arg_v3.

    Used as field type by MAPPrepareHO_Arg_v3.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPTracePropagationList

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

      • copyOf

        public static MAPTracePropagationList copyOf​(MAPTracePropagationList 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:
        MAPTracePropagationList
      • 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
      • getMgw_EventList

        public MAPMGW_EventList getMgw_EventList()
        Gets the value of the field mgw-EventList.
        Returns:
        value of field mgw-EventList, or null if not present
      • getMgw_InterfaceList

        public MAPMGW_InterfaceList getMgw_InterfaceList()
        Gets the value of the field mgw-InterfaceList.
        Returns:
        value of field mgw-InterfaceList, or null if not present
      • getMgw_TraceDepth

        public MAPTraceDepth getMgw_TraceDepth()
        Gets the value of the field mgw-TraceDepth.
        Returns:
        value of field mgw-TraceDepth, or null if not present
      • getMsc_s_EventList

        public MAPMSC_S_EventList getMsc_s_EventList()
        Gets the value of the field msc-s-EventList.
        Returns:
        value of field msc-s-EventList, or null if not present
      • getMsc_s_InterfaceList

        public MAPMSC_S_InterfaceList getMsc_s_InterfaceList()
        Gets the value of the field msc-s-InterfaceList.
        Returns:
        value of field msc-s-InterfaceList, or null if not present
      • getMsc_s_TraceDepth

        public MAPTraceDepth getMsc_s_TraceDepth()
        Gets the value of the field msc-s-TraceDepth.
        Returns:
        value of field msc-s-TraceDepth, or null if not present
      • getRnc_InterfaceList

        public MAPRNC_InterfaceList getRnc_InterfaceList()
        Gets the value of the field rnc-InterfaceList.
        Returns:
        value of field rnc-InterfaceList, or null if not present
      • getRnc_TraceDepth

        public MAPTraceDepth getRnc_TraceDepth()
        Gets the value of the field rnc-TraceDepth.
        Returns:
        value of field rnc-TraceDepth, or null if not present
      • getTraceRecordingSessionReference

        public byte[] getTraceRecordingSessionReference()
        Gets the value of the field traceRecordingSessionReference.
        Returns:
        value of field traceRecordingSessionReference, or null if not present
      • getTraceReference

        public byte[] getTraceReference()
        Gets the value of the field traceReference.
        Returns:
        value of field traceReference, or null if not present
      • getTraceReference2

        public byte[] getTraceReference2()
        Gets the value of the field traceReference2.
        Returns:
        value of field traceReference2, or null if not present
      • getTraceType

        public int getTraceType()
        Gets the value of the field traceType.
        Returns:
        value of field traceType
      • hasMgw_EventList

        public boolean hasMgw_EventList()
        Tests whether the field mgw-EventList has a value.
        Returns:
        whether the field mgw-EventList has a value
      • hasMgw_InterfaceList

        public boolean hasMgw_InterfaceList()
        Tests whether the field mgw-InterfaceList has a value.
        Returns:
        whether the field mgw-InterfaceList has a value
      • hasMgw_TraceDepth

        public boolean hasMgw_TraceDepth()
        Tests whether the field mgw-TraceDepth has a value.
        Returns:
        whether the field mgw-TraceDepth has a value
      • hasMsc_s_EventList

        public boolean hasMsc_s_EventList()
        Tests whether the field msc-s-EventList has a value.
        Returns:
        whether the field msc-s-EventList has a value
      • hasMsc_s_InterfaceList

        public boolean hasMsc_s_InterfaceList()
        Tests whether the field msc-s-InterfaceList has a value.
        Returns:
        whether the field msc-s-InterfaceList has a value
      • hasMsc_s_TraceDepth

        public boolean hasMsc_s_TraceDepth()
        Tests whether the field msc-s-TraceDepth has a value.
        Returns:
        whether the field msc-s-TraceDepth has a value
      • hasRnc_InterfaceList

        public boolean hasRnc_InterfaceList()
        Tests whether the field rnc-InterfaceList has a value.
        Returns:
        whether the field rnc-InterfaceList has a value
      • hasRnc_TraceDepth

        public boolean hasRnc_TraceDepth()
        Tests whether the field rnc-TraceDepth has a value.
        Returns:
        whether the field rnc-TraceDepth has a value
      • hasTraceRecordingSessionReference

        public boolean hasTraceRecordingSessionReference()
        Tests whether the field traceRecordingSessionReference has a value.
        Returns:
        whether the field traceRecordingSessionReference has a value
      • hasTraceReference

        public boolean hasTraceReference()
        Tests whether the field traceReference has a value.
        Returns:
        whether the field traceReference has a value
      • hasTraceReference2

        public boolean hasTraceReference2()
        Tests whether the field traceReference2 has a value.
        Returns:
        whether the field traceReference2 has a value
      • hasTraceType

        public boolean hasTraceType()
        Tests whether the field traceType has a value.
        Returns:
        whether the field traceType has a value
      • setTraceRecordingSessionReference

        public MAPTracePropagationList setTraceRecordingSessionReference​(byte[] value)
                                                                  throws IllegalStateException
        Sets the value of the field traceRecordingSessionReference. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only
      • setTraceReference

        public MAPTracePropagationList setTraceReference​(byte[] value)
                                                  throws IllegalStateException
        Sets the value of the field traceReference. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only
      • setTraceReference2

        public MAPTracePropagationList setTraceReference2​(byte[] value)
                                                   throws IllegalStateException
        Sets the value of the field traceReference2. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only
      • setTraceTypePresent

        public MAPTracePropagationList setTraceTypePresent​(boolean flag)
                                                    throws IllegalStateException
        Sets the presence or absence of the optional field traceType.
        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