org.bouncycastle.asn1.x509.qualified
Class Iso4217CurrencyCode
- ASN1Choice, DEREncodable
public class Iso4217CurrencyCode
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
Iso4217CurrencyCode
public Iso4217CurrencyCode(String alphabetic)
Iso4217CurrencyCode
public Iso4217CurrencyCode(int numeric)
getAlphabetic
public String getAlphabetic()
getNumeric
public int getNumeric()
isAlphabetic
public boolean isAlphabetic()