Package org.proforma
Class BigDecimal18PlaceAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,BigDecimal>
org.proforma.BigDecimal18PlaceAdapter
public class BigDecimal18PlaceAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,BigDecimal>
Adapter to generate values conforming https://www.w3.org/TR/xmlschema-2/#decimal .
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BigDecimal18PlaceAdapter
public BigDecimal18PlaceAdapter()
-
-
Method Details
-
marshal
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,
BigDecimal> - Throws:
Exception
-
unmarshal
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,
BigDecimal> - Throws:
Exception
-