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: