Class Format
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.Format
-
public class Format extends java.lang.ObjectJava class for format complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="format"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="currency" type="{}currency"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Format()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencygetCurrency()Gets the value of the currency property.voidsetCurrency(Currency value)Sets the value of the currency property.
-
-
-
Field Detail
-
currency
protected Currency currency
-
-