Just add the @XmlAccessorType(XmlAccessType.FIELD) annotation to your TokenVO class to define explicit way of accessing your properties.
@XmlAccessorType(XmlAccessType.FIELD)