Class QCLimitValue

java.lang.Object
eu.europa.esig.dss.model.x509.extension.QCLimitValue
All Implemented Interfaces:
Serializable

public class QCLimitValue extends Object implements Serializable
Defines limits of transactions for a given certificate (QcStatement)
See Also:
  • Constructor Details

    • QCLimitValue

      public QCLimitValue()
      Default constructor instantiating object with null values
  • Method Details

    • getCurrency

      public String getCurrency()
      Gets the currency
      Returns:
      String
    • setCurrency

      public void setCurrency(String currency)
      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