Class Iso4217CurrencyCode

  • All Implemented Interfaces:
    ASN1Choice, ASN1Encodable, Encodable

    public class Iso4217CurrencyCode
    extends ASN1Object
    implements ASN1Choice
    The Iso4217CurrencyCode object. Iso4217CurrencyCode ::= CHOICE { alphabetic PrintableString (SIZE 3), --Recommended numeric INTEGER (1..999) } -- Alphabetic or numeric currency code as defined in ISO 4217 -- It is recommended that the Alphabetic form is used
    • Constructor Detail

      • Iso4217CurrencyCode

        public Iso4217CurrencyCode​(int numeric)
      • Iso4217CurrencyCode

        public Iso4217CurrencyCode​(java.lang.String alphabetic)
    • Method Detail

      • isAlphabetic

        public boolean isAlphabetic()
      • getAlphabetic

        public java.lang.String getAlphabetic()
      • getNumeric

        public int getNumeric()