The Product class is just a plain old java object, with a few properties and getters and setters.
By adding the @XmlRootElement annotation, we make it possible for JAXB to unmarshal this object into a XML document and
to marshal it back from the same XML document.
The XML representation of a Product will look like this:
10010
Armadillo