Class MAPSM_DeliveryFailureCauseWithDiagnostic

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSM_DeliveryFailureCauseWithDiagnostic
    extends AbstractFieldsObject
    API for MAP-ER-DataTypes.SM-DeliveryFailureCauseWithDiagnostic. Generated from the following ASN.1 type definition and the adaptations below.
     SM-DeliveryFailureCauseWithDiagnostic ::=
         SEQUENCE {
             sm-EnumeratedDeliveryFailureCause SM-EnumeratedDeliveryFailureCause,
             diagnosticInfo                    SignalInfo OPTIONAL,
             extensionContainer                ExtensionContainer OPTIONAL,       -- Added in R96.
             ...
         }
     MAP-ER-DataTypes {
         SM-DeliveryFailureCauseWithDiagnostic {
             diagnosticInfo {
                 @api {
                     @decodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.decodeRPError
                     @encodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.encodeRPError
                     @import com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU
                 }
             }
         }
     }
     
    Added in ph2.

    Used as field type by MAPSM_DeliveryFailureCause.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSM_DeliveryFailureCauseWithDiagnostic

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

      • getDiagnosticInfo

        public SMSTPDU getDiagnosticInfo()
        Gets the value of the field diagnosticInfo.
        Returns:
        value of field diagnosticInfo, or null if not present
      • getExtensionContainer

        public MAPExtensionContainer getExtensionContainer()
        Gets the value of the field extensionContainer.
        Returns:
        value of field extensionContainer, 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
      • getSm_EnumeratedDeliveryFailureCause

        public MAPSM_EnumeratedDeliveryFailureCause getSm_EnumeratedDeliveryFailureCause()
        Gets the value of the field sm-EnumeratedDeliveryFailureCause.
        Returns:
        value of field sm-EnumeratedDeliveryFailureCause, or null if not present
      • hasDiagnosticInfo

        public boolean hasDiagnosticInfo()
        Tests whether the field diagnosticInfo has a value.
        Returns:
        whether the field diagnosticInfo has a value
      • hasExtensionContainer

        public boolean hasExtensionContainer()
        Tests whether the field extensionContainer has a value.
        Returns:
        whether the field extensionContainer has a value
      • hasSm_EnumeratedDeliveryFailureCause

        public boolean hasSm_EnumeratedDeliveryFailureCause()
        Tests whether the field sm-EnumeratedDeliveryFailureCause has a value.
        Returns:
        whether the field sm-EnumeratedDeliveryFailureCause has a value