Guest User

Untitled

a guest
Dec 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <xml ... xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
  2. xmlns:xs="http://www.w3.org/2001/XMLSchema" ...>
  3.  
  4. @XmlType (propOrder={"idCar","model","color"})
  5.  
  6. @XmlAccessorOrder(XmlAccessOrder.ALPHABETICAL)
Add Comment
Please, Sign In to add comment