2package org.w3._2001.xmlschema;
4import java.math.BigDecimal;
5import 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));
BigDecimal unmarshal(String value)
String marshal(BigDecimal value)