Class XmlQcEuLimitValue

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlQcEuLimitValue
All Implemented Interfaces:
Serializable

public class XmlQcEuLimitValue extends Object implements Serializable

Java class for QcEuLimitValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QcEuLimitValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="exponent" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • currency

      protected String currency
    • amount

      protected int amount
    • exponent

      protected int exponent
  • Constructor Details

    • XmlQcEuLimitValue

      public XmlQcEuLimitValue()
  • Method Details

    • getCurrency

      public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getAmount

      public int getAmount()
      Gets the value of the amount property.
    • setAmount

      public void setAmount(int value)
      Sets the value of the amount property.
    • getExponent

      public int getExponent()
      Gets the value of the exponent property.
    • setExponent

      public void setExponent(int value)
      Sets the value of the exponent property.