//// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema.
*/@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name="",propOrder={"issues"})@XmlRootElement(name="issueCompacts")publicclassIssueCompacts{@XmlElement(name="issue")protectedList<Issue>issues;/** * Gets the value of the issues property.
* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the issues property.