java.lang.Object
dev.tuplle.petri4j.parser.petriflow.model.Currency

public class Currency extends Object

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 Details

    • code

      protected String code
    • fractionSize

      protected int fractionSize
    • locale

      protected String locale
  • Constructor Details

    • Currency

      public Currency()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • 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

      public String getLocale()
      Gets the value of the locale property.
      Returns:
      possible object is String
    • setLocale

      public void setLocale(String value)
      Sets the value of the locale property.
      Parameters:
      value - allowed object is String