Class MAPMT_smsCAMELTDP_Criteria

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPMT_smsCAMELTDP_Criteria
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.MT-smsCAMELTDP-Criteria. Generated from the following ASN.1 type definition.
     MT-smsCAMELTDP-Criteria ::=
         SEQUENCE {
             sms-TriggerDetectionPoint SMS-TriggerDetectionPoint,
             tpdu-TypeCriterion        TPDU-TypeCriterion OPTIONAL,
             ...
         }
     
    Added in release 5. Exception handling: Values of SMS-TriggerDetectionPoint other than the named ones shall be ignored.

    Used in array as field type by MAPVlrCamelSubscriptionInfo.

    Used in array as field type by MAPSGSN_CAMEL_SubscriptionInfo.

    Used in array as field type by MAPCAMEL_SubscriptionInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPMT_smsCAMELTDP_Criteria

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

      • copyOf

        public static MAPMT_smsCAMELTDP_Criteria copyOf​(MAPMT_smsCAMELTDP_Criteria 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:
        MAPMT_smsCAMELTDP_Criteria
      • 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
      • getSms_TriggerDetectionPoint

        public MAPSMS_TriggerDetectionPoint getSms_TriggerDetectionPoint()
        Gets the value of the field sms-TriggerDetectionPoint.
        Returns:
        value of field sms-TriggerDetectionPoint, or null if not present
      • getTpdu_TypeCriterion

        public MAPMT_SMS_TPDU_Type[] getTpdu_TypeCriterion()
        Gets the value of the field tpdu-TypeCriterion.
        Returns:
        value of field tpdu-TypeCriterion, or null if not present
      • hasSms_TriggerDetectionPoint

        public boolean hasSms_TriggerDetectionPoint()
        Tests whether the field sms-TriggerDetectionPoint has a value.
        Returns:
        whether the field sms-TriggerDetectionPoint has a value
      • hasTpdu_TypeCriterion

        public boolean hasTpdu_TypeCriterion()
        Tests whether the field tpdu-TypeCriterion has a value.
        Returns:
        whether the field tpdu-TypeCriterion has a value