Enum Class BzstCesopAccountIdentifierTypeEnum

java.lang.Object
java.lang.Enum<BzstCesopAccountIdentifierTypeEnum>
software.xdev.bzst.dip.client.model.message.cesop.BzstCesopAccountIdentifierTypeEnum
All Implemented Interfaces:
Serializable, Comparable<BzstCesopAccountIdentifierTypeEnum>, Constable

public enum BzstCesopAccountIdentifierTypeEnum extends Enum<BzstCesopAccountIdentifierTypeEnum>
  • Enum Constant Details

    • IBAN

      public static final BzstCesopAccountIdentifierTypeEnum IBAN
      The IBAN of the payer/payee's payment account which unambiguously identifies, and gives the location of the payer/payee.
    • OBAN

      public static final BzstCesopAccountIdentifierTypeEnum OBAN
      The OBAN of the payer/payee’s payment account which unambiguously identifies, and gives the location of the payer/payee.
    • OTHER

      public static final BzstCesopAccountIdentifierTypeEnum OTHER
      Other identifier which unambiguously identifies, and gives the location of the payer/payee.
  • Method Details

    • values

      public static BzstCesopAccountIdentifierTypeEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BzstCesopAccountIdentifierTypeEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()