2package eu.glsgroup.ws.parcelshopsearch;
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));
String marshal(BigDecimal value)
BigDecimal unmarshal(String value)