Class Currency
java.lang.Object
dev.tuplle.petri4j.parser.petriflow.model.Currency
Java class for currency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="currency"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fractionSize" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the value of the code property.int
Gets the value of the fractionSize property.Gets the value of the locale property.void
Sets the value of the code property.void
setFractionSize
(int value) Sets the value of the fractionSize property.void
Sets the value of the locale property.
-
Field Details
-
code
-
fractionSize
protected int fractionSize -
locale
-
-
Constructor Details
-
Currency
public Currency()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getFractionSize
public int getFractionSize()Gets the value of the fractionSize property. -
setFractionSize
public void setFractionSize(int value) Sets the value of the fractionSize property. -
getLocale
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
Sets the value of the locale property.- Parameters:
value
- allowed object isString
-