GLS ShipIT
3.3.20
GLS ShipIT - SOAP services
soap-datatypes
generated-src
java
eu
glsgroup
ws
parcelshopsearch
eu/glsgroup/ws/parcelshopsearch/Adapter1.java
Go to the documentation of this file.
1
2
package
eu.glsgroup.ws.parcelshopsearch;
3
4
import
java.math.BigDecimal;
5
import
javax.xml.bind.annotation.adapters.XmlAdapter;
6
7
public
class
Adapter1
8
extends
XmlAdapter<String, BigDecimal>
9
{
10
11
12
public
BigDecimal
unmarshal
(String value) {
13
return
(
eu
.
glsgroup
.
fpcs
.soap.util.DataTypeAdapter.unmarshalBigDecimal(value));
14
}
15
16
public
String
marshal
(BigDecimal value) {
17
return
(
eu
.
glsgroup
.
fpcs
.soap.util.DataTypeAdapter.marshalBigDecimal(value));
18
}
19
20
}
eu
eu.glsgroup.ws.parcelshopsearch.Adapter1.unmarshal
BigDecimal unmarshal(String value)
Definition:
eu/glsgroup/ws/parcelshopsearch/Adapter1.java:12
eu.glsgroup
eu.glsgroup.ws.parcelshopsearch.Adapter1.marshal
String marshal(BigDecimal value)
Definition:
eu/glsgroup/ws/parcelshopsearch/Adapter1.java:16
eu.glsgroup.ws.parcelshopsearch.Adapter1
Definition:
eu/glsgroup/ws/parcelshopsearch/Adapter1.java:7
eu.glsgroup.fpcs
Generated on Wed Apr 19 2023 13:36:53 for GLS ShipIT by
1.8.13