Package org.w3._2001.xmlschema
Class Adapter1
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
-
- org.w3._2001.xmlschema.Adapter1
-
public class Adapter1 extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
-
-
Constructor Summary
Constructors Constructor Description Adapter1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(java.util.Date value)
java.util.Date
unmarshal(java.lang.String value)
-
-
-
Method Detail
-
unmarshal
public java.util.Date unmarshal(java.lang.String value)
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
-
marshal
public java.lang.String marshal(java.util.Date value)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
-
-