Class SepaElvTransactionInfo

    • Constructor Detail

      • SepaElvTransactionInfo

        public SepaElvTransactionInfo()
        Constructs a new empty instance.
      • SepaElvTransactionInfo

        protected SepaElvTransactionInfo​(boolean noInit)
        Constructs a new empty instance.
      • SepaElvTransactionInfo

        public SepaElvTransactionInfo​(JSONObject jsonObject)
        Construct a new instance backed by the given JSONObject, the parameter is not copied so changes to it will be reflected in this instance and vice-versa.
      • SepaElvTransactionInfo

        public SepaElvTransactionInfo​(SepaElvTransactionInfo src)
        Constructs a new instance that is a deep copy of the source instance. It does not copy the bundle or changelog.
    • Method Detail

      • getReceiptFormat

        public String getReceiptFormat()
        Value of tag E1.DF8206 from NEXO config.
      • getExtAppLabel

        public String getExtAppLabel()
        Value of tag E6.DF8211 or E6.DF8212 (Online or Offline TX printout).
      • getPreNotification

        public String getPreNotification()
        Value of tag E6.DF8214 info form NEXO config.
      • getMandate

        public String getMandate()
        Value of tag E6.DF8215 info from NEXO config.
      • getCreditorId

        public String getCreditorId()
        Value of tag E6.DF8216 info from NEXO config.
      • getMandateId

        public String getMandateId()
        Generated by SPA according to ELV – TBD: use Trace number instead of receipt number.
      • getIban

        public String getIban()
        Received in ICC related data from IPG (tag 5F53).
      • getIsMerchantForced

        public Boolean getIsMerchantForced()
        Defines if the corresponding SEPA ELV TX was forced by the merchant (override defined limit).
      • getJSONObject

        public JSONObject getJSONObject()
        Returns the internal JSONObject backing this instance, the return value is not a copy so changes to it will be reflected in this instance and vice-versa.
        Specified by:
        getJSONObject in interface JSONifiable
      • isNotNullReceiptFormat

        public boolean isNotNullReceiptFormat()
        Checks whether the 'receiptFormat' field is set and is not null
      • isNotNullExtAppLabel

        public boolean isNotNullExtAppLabel()
        Checks whether the 'extAppLabel' field is set and is not null
      • isNotNullPreNotification

        public boolean isNotNullPreNotification()
        Checks whether the 'preNotification' field is set and is not null
      • isNotNullMandate

        public boolean isNotNullMandate()
        Checks whether the 'mandate' field is set and is not null
      • isNotNullCreditorId

        public boolean isNotNullCreditorId()
        Checks whether the 'creditorId' field is set and is not null
      • isNotNullMandateId

        public boolean isNotNullMandateId()
        Checks whether the 'mandateId' field is set and is not null
      • isNotNullIban

        public boolean isNotNullIban()
        Checks whether the 'iban' field is set and is not null
      • hasReceiptFormat

        public boolean hasReceiptFormat()
        Checks whether the 'receiptFormat' field has been set, however the value could be null
      • hasExtAppLabel

        public boolean hasExtAppLabel()
        Checks whether the 'extAppLabel' field has been set, however the value could be null
      • hasPreNotification

        public boolean hasPreNotification()
        Checks whether the 'preNotification' field has been set, however the value could be null
      • hasMandate

        public boolean hasMandate()
        Checks whether the 'mandate' field has been set, however the value could be null
      • hasCreditorId

        public boolean hasCreditorId()
        Checks whether the 'creditorId' field has been set, however the value could be null
      • hasMandateId

        public boolean hasMandateId()
        Checks whether the 'mandateId' field has been set, however the value could be null
      • hasIban

        public boolean hasIban()
        Checks whether the 'iban' field has been set, however the value could be null
      • hasIsMerchantForced

        public boolean hasIsMerchantForced()
        Checks whether the 'isMerchantForced' field has been set, however the value could be null
      • clearReceiptFormat

        public void clearReceiptFormat()
        Clears the 'receiptFormat' field, the 'has' method for this field will now return false
      • clearExtAppLabel

        public void clearExtAppLabel()
        Clears the 'extAppLabel' field, the 'has' method for this field will now return false
      • clearPreNotification

        public void clearPreNotification()
        Clears the 'preNotification' field, the 'has' method for this field will now return false
      • clearMandate

        public void clearMandate()
        Clears the 'mandate' field, the 'has' method for this field will now return false
      • clearCreditorId

        public void clearCreditorId()
        Clears the 'creditorId' field, the 'has' method for this field will now return false
      • clearMandateId

        public void clearMandateId()
        Clears the 'mandateId' field, the 'has' method for this field will now return false
      • clearIban

        public void clearIban()
        Clears the 'iban' field, the 'has' method for this field will now return false
      • clearIsMerchantForced

        public void clearIsMerchantForced()
        Clears the 'isMerchantForced' field, the 'has' method for this field will now return false
      • containsChanges

        public boolean containsChanges()
        Returns true if this instance has any changes.
      • resetChangeLog

        public void resetChangeLog()
        Reset the log of changes made to this instance, calling copyChanges() after this would return an empty instance.
      • copyChanges

        public SepaElvTransactionInfo copyChanges()
        Create a copy of this instance that contains only fields that were set after the constructor was called.
      • mergeChanges

        public void mergeChanges​(SepaElvTransactionInfo src)
        Copy all the changed fields from the given source to this instance.