public class UserIdXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,UserId>
UserIdXmlAdapter()
String
marshal(UserId userId)
UserId
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserIdXmlAdapter()
public UserId unmarshal(String value)
unmarshal
javax.xml.bind.annotation.adapters.XmlAdapter<String,UserId>
public String marshal(UserId userId)
marshal