Class XmlQCLimitValue
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlQCLimitValue
- All Implemented Interfaces:
Serializable
public class XmlQCLimitValue extends Object implements Serializable
Java class for QCLimitValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QCLimitValue"> <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:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XmlQCLimitValue()
-
Method Summary
Modifier and Type Method Description int
getAmount()
Gets the value of the amount property.String
getCurrency()
Gets the value of the currency property.int
getExponent()
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
-
XmlQCLimitValue
public XmlQCLimitValue()
-
-
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.
-