Class QCLimitValue
java.lang.Object
eu.europa.esig.dss.model.x509.extension.QCLimitValue
- All Implemented Interfaces:
Serializable
Defines limits of transactions for a given certificate (QcStatement)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the amountGets the currencyint
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()Default constructor instantiating object with null values
-
-
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
-