2 package org.w3._2001.xmlschema;
4 import java.math.BigDecimal;
5 import javax.xml.bind.annotation.adapters.XmlAdapter;
8 extends XmlAdapter<String, BigDecimal>
13 return (eu.glsgroup.fpcs.soap.util.DataTypeAdapter.unmarshalBigDecimal(value));
17 return (eu.glsgroup.fpcs.soap.util.DataTypeAdapter.marshalBigDecimal(value));