[Simple-support] JAXB elements to simple xml
Brought to you by:
niallg
|
From: Ashish G. <agu...@gm...> - 2013-01-23 21:34:53
|
Hi, I am trying to convert from JAXB elements to simple Xml. Most of them are converted but I am not sure about some of these. @XmlAnyElement(lax = true) protected List<Object> any; @XmlValue protected String value; @XmlAnyAttribute private Map<QName, String> moreInfo = new HashMap<QName, String>(); @XmlSchemaType(name = "dateTime") Any suggestions ? Thanks Ashish |