") * @XmlList(entry = "person", inline = true) */ public $persons; /** * @Type("string") */ public $location; public function __construct() { $this->persons = new ArrayCollection(); } }