Package eu.europa.esig.dss.model
Class QCLimitValue
java.lang.Object
eu.europa.esig.dss.model.QCLimitValue
public class QCLimitValue extends Object
Defines limits of transactions for a given certificate (QcStatement)
-
Constructor Summary
Constructors Constructor Description QCLimitValue()
-
Method Summary
Modifier and Type Method Description int
getAmount()
Gets the amountString
getCurrency()
Gets the currencyint
getExponent()
Gets the exponentvoid
setAmount(int amount)
Sets the amountvoid
setCurrency(String currency)
Sets the currencyvoid
setExponent(int exponent)
Sets the exponent
-
Constructor Details
-
QCLimitValue
public QCLimitValue()
-
-
Method Details
-
getCurrency
Gets the currency- Returns:
String
-
setCurrency
Sets the currency- Parameters:
currency
-String
-
getAmount
public int getAmount()Gets the amount- Returns:
- integer
-
setAmount
public void setAmount(int amount)Sets the amount- Parameters:
amount
- integer
-
getExponent
public int getExponent()Gets the exponent- Returns:
- integer
-
setExponent
public void setExponent(int exponent)Sets the exponent- Parameters:
exponent
- integer
-