Package eu.europa.esig.dss.diagnostic
Class QCLimitValueWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.QCLimitValueWrapper
The class provides a user-friendly API for dealing with
XmlQCEuLimitValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the defined amountReturns the Iso4217CurrencyCodeint
Returns the defined exponent
-
Constructor Details
-
QCLimitValueWrapper
Default constructor- Parameters:
qcEuLimitValue
-XmlQcEuLimitValue
-
-
Method Details
-
getCurrency
Returns the Iso4217CurrencyCode- Returns:
String
-
getAmount
public int getAmount()Returns the defined amount- Returns:
- int amount
-
getExponent
public int getExponent()Returns the defined exponent- Returns:
- int exponent
-