GLS ShipIT
GLS ShipIT - SOAP services
Adapter1.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 Adapter1
8  extends XmlAdapter<String, Date>
9 {
10 
11 
12  public Date unmarshal(String value) {
14  }
15 
16  public String marshal(Date value) {
18  }
19 
20 }
eu.glsgroup.fpcs
eu.glsgroup.fpcs.soap.util.DataTypeAdapter
Definition: DataTypeAdapter.java:11
eu.glsgroup.fpcs.soap
eu.glsgroup.fpcs.soap.util
Definition: ConverterUtils.java:1
org.w3._2001.xmlschema.Adapter1.unmarshal
Date unmarshal(String value)
Definition: Adapter1.java:12
eu.glsgroup.fpcs.soap.util.DataTypeAdapter.unmarshalDateTime
static Date unmarshalDateTime(String value)
Definition: DataTypeAdapter.java:72
org.w3._2001.xmlschema.Adapter1
Definition: Adapter1.java:9
eu.glsgroup
org.w3._2001.xmlschema.Adapter1.marshal
String marshal(Date value)
Definition: Adapter1.java:16
eu
eu.glsgroup.fpcs.soap.util.DataTypeAdapter.marshalDateTime
static String marshalDateTime(Date value)
Definition: DataTypeAdapter.java:87