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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the amountGets the currencyintGets the exponentvoidsetAmount(int amount) Sets the amountvoidsetCurrency(String currency) Sets the currencyvoidsetExponent(int exponent) Sets the exponent
-
Constructor Details
-
QCLimitValue
public QCLimitValue()Default constructor instantiating object with null values
-
-
Method Details
-
getCurrency
-
setCurrency
-
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
-