Class MAPSendRoutingInfoForSMRes

    • Constructor Detail

      • MAPSendRoutingInfoForSMRes

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

      • copyOf

        public static MAPSendRoutingInfoForSMRes copyOf​(MAPSendRoutingInfoForSMRes 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:
        MAPSendRoutingInfoForSMRes
      • 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
      • getImsi

        public IMSIAddress getImsi()
        Gets the value of the field imsi.
        Returns:
        value of field imsi, or null if not present
      • getLocationOrForwarding

        public MAPLocationOrForwarding getLocationOrForwarding()
        Gets the value of the field locationOrForwarding.
        Returns:
        value of field locationOrForwarding, or null if not present
      • getMwd_Set

        public boolean getMwd_Set()
        Gets the value of the field mwd-Set.
        Returns:
        value of field mwd-Set
      • hasImsi

        public boolean hasImsi()
        Tests whether the field imsi has a value.
        Returns:
        whether the field imsi has a value
      • hasLocationOrForwarding

        public boolean hasLocationOrForwarding()
        Tests whether the field locationOrForwarding has a value.
        Returns:
        whether the field locationOrForwarding has a value
      • hasMwd_Set

        public boolean hasMwd_Set()
        Tests whether the field mwd-Set has a value.
        Returns:
        whether the field mwd-Set has a value
      • setMwd_SetPresent

        public MAPSendRoutingInfoForSMRes setMwd_SetPresent​(boolean flag)
                                                     throws IllegalStateException
        Sets the presence or absence of the optional field mwd-Set.
        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