GLS ShipIT
4.0.f2
GLS ShipIT - SOAP services
Loading...
Searching...
No Matches
soap-datatypes
build
generated
sources
wsdl2java
java
org
w3
_2001
xmlschema
org/w3/_2001/xmlschema/Adapter3.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
Adapter3
8
extends
XmlAdapter<String, Date>
9
{
10
11
12
public
Date
unmarshal
(String value) {
13
return
(eu.glsgroup.fpcs.soap.util.DataTypeAdapter.unmarshalDate(value));
14
}
15
16
public
String
marshal
(Date value) {
17
return
(eu.glsgroup.fpcs.soap.util.DataTypeAdapter.marshalDate(value));
18
}
19
20
}
org.w3._2001.xmlschema.Adapter3
Definition
org/w3/_2001/xmlschema/Adapter3.java:9
org.w3._2001.xmlschema.Adapter3.marshal
String marshal(Date value)
Definition
org/w3/_2001/xmlschema/Adapter3.java:16
org.w3._2001.xmlschema.Adapter3.unmarshal
Date unmarshal(String value)
Definition
org/w3/_2001/xmlschema/Adapter3.java:12
Generated on Tue Feb 11 2025 16:18:14 for GLS ShipIT by
1.9.7