Class MAPTraceEventList

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPTraceEventList
    extends AbstractFieldsObject
    API for MAP-OM-DataTypes.TraceEventList. Generated from the following ASN.1 type definition.
     TraceEventList ::=
         SEQUENCE {
             msc-s-List MSC-S-EventList OPTIONAL,
             mgw-List   MGW-EventList OPTIONAL,
             sgsn-List  SGSN-EventList OPTIONAL,
             ggsn-List  GGSN-EventList OPTIONAL,
             bmsc-List  BMSC-EventList OPTIONAL,
             ...
             mme-List   MME-EventList OPTIONAL,   -- Added in release 8.
             sgw-List   SGW-EventList OPTIONAL,   -- Added in release 8.
             pgw-List   PGW-EventList OPTIONAL    -- Added in release 8.
         }
     
    Added in release 6.

    Used as field type by MAPActivateTraceModeArg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPTraceEventList

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

      • copyOf

        public static MAPTraceEventList copyOf​(MAPTraceEventList 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:
        MAPTraceEventList
      • getBmsc_List

        public MAPBMSC_EventList getBmsc_List()
        Gets the value of the field bmsc-List.
        Returns:
        value of field bmsc-List, or null if not present
      • 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
      • getGgsn_List

        public MAPGGSN_EventList getGgsn_List()
        Gets the value of the field ggsn-List.
        Returns:
        value of field ggsn-List, or null if not present
      • getMgw_List

        public MAPMGW_EventList getMgw_List()
        Gets the value of the field mgw-List.
        Returns:
        value of field mgw-List, or null if not present
      • getMme_List

        public MAPMME_EventList getMme_List()
        Gets the value of the field mme-List.
        Returns:
        value of field mme-List, or null if not present
      • getMsc_s_List

        public MAPMSC_S_EventList getMsc_s_List()
        Gets the value of the field msc-s-List.
        Returns:
        value of field msc-s-List, or null if not present
      • getPgw_List

        public MAPPGW_EventList getPgw_List()
        Gets the value of the field pgw-List.
        Returns:
        value of field pgw-List, or null if not present
      • getSgsn_List

        public MAPSGSN_EventList getSgsn_List()
        Gets the value of the field sgsn-List.
        Returns:
        value of field sgsn-List, or null if not present
      • getSgw_List

        public MAPSGW_EventList getSgw_List()
        Gets the value of the field sgw-List.
        Returns:
        value of field sgw-List, or null if not present
      • hasBmsc_List

        public boolean hasBmsc_List()
        Tests whether the field bmsc-List has a value.
        Returns:
        whether the field bmsc-List has a value
      • hasGgsn_List

        public boolean hasGgsn_List()
        Tests whether the field ggsn-List has a value.
        Returns:
        whether the field ggsn-List has a value
      • hasMgw_List

        public boolean hasMgw_List()
        Tests whether the field mgw-List has a value.
        Returns:
        whether the field mgw-List has a value
      • hasMme_List

        public boolean hasMme_List()
        Tests whether the field mme-List has a value.
        Returns:
        whether the field mme-List has a value
      • hasMsc_s_List

        public boolean hasMsc_s_List()
        Tests whether the field msc-s-List has a value.
        Returns:
        whether the field msc-s-List has a value
      • hasPgw_List

        public boolean hasPgw_List()
        Tests whether the field pgw-List has a value.
        Returns:
        whether the field pgw-List has a value
      • hasSgsn_List

        public boolean hasSgsn_List()
        Tests whether the field sgsn-List has a value.
        Returns:
        whether the field sgsn-List has a value
      • hasSgw_List

        public boolean hasSgw_List()
        Tests whether the field sgw-List has a value.
        Returns:
        whether the field sgw-List has a value