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