org.w3._2001.xmlschema
Class Adapter1
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
org.w3._2001.xmlschema.Adapter1
public class Adapter1
- extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Adapter1
public Adapter1()
unmarshal
public Date unmarshal(String value)
- Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
marshal
public String marshal(Date value)
- Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Copyright © 2004-2011 Hudson. All Rights Reserved.