Class XmlQcEuLimitValue
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlQcEuLimitValue
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the amount property.Gets the value of the currency property.int
Gets the value of the exponent property.void
setAmount
(int value) Sets the value of the amount property.void
setCurrency
(String value) Sets the value of the currency property.void
setExponent
(int value) Sets the value of the exponent property.
-
Field Details
-
currency
-
amount
protected int amount -
exponent
protected int exponent
-
-
Constructor Details
-
XmlQcEuLimitValue
public XmlQcEuLimitValue()
-
-
Method Details
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value
- allowed object isString
-
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.
-