//// 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. //
// --------------------- GETTER / SETTER METHODS ---------------------/** * Gets the value of the author property. * * @return possible object is * {@link String } */publicStringgetAuthor(){returnauthor;}/** * Sets the value of the author property. * * @param value allowed object is * {@link String } */publicvoidsetAuthor(Stringvalue){this.author=value;}/** * Gets the value of the content property. * <p/> * <p/> * 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 content property. * <p/> * <p/> * For example, to add a new item, do as follows: * <pre> * getContent().add(newItem); * </pre> * <p/> * <p/> * <p/> * Objects of the following type(s) are allowed in the list * {@link String }
*/publicList<Serializable>getContent(){if(content==null){content=newArrayList<Serializable>();}returnthis.content;}/** * Gets the value of the created property. * * @return possible object is * {@link Long } */publicLonggetCreated(){returncreated;}/** * Sets the value of the created property. * * @param value allowed object is * {@link Long } */publicvoidsetCreated(Longvalue){this.created=value;}/** * Gets the value of the deleted property. * * @return possible object is * {@link String } */publicStringgetDeleted(){returndeleted;}/** * Sets the value of the deleted property. * * @param value allowed object is * {@link String } */publicvoidsetDeleted(Stringvalue){this.deleted=value;}/** * Gets the value of the id property. * * @return possible object is * {@link String } */publicStringgetId(){returnid;}/** * Sets the value of the id property. * * @param value allowed object is * {@link String } */publicvoidsetId(Stringvalue){this.id=value;}/** * Gets the value of the issueId property. * * @return possible object is * {@link String } */publicStringgetIssueId(){returnissueId;}/** * Sets the value of the issueId property. * * @param value allowed object is * {@link String } */publicvoidsetIssueId(Stringvalue){this.issueId=value;}/** * Gets the value of the name property. * * @return possible object is * {@link String } */publicStringgetName(){returnname;}/** * Sets the value of the name property. * * @param value allowed object is * {@link String } */publicvoidsetName(Stringvalue){this.name=value;}/** * Gets the value of the shownForIssueAuthor property. * * @return possible object is * {@link String } */publicStringgetShownForIssueAuthor(){returnshownForIssueAuthor;}/** * Sets the value of the shownForIssueAuthor property. * * @param value allowed object is * {@link String } */publicvoidsetShownForIssueAuthor(Stringvalue){this.shownForIssueAuthor=value;}/** * Gets the value of the text property. * * @return possible object is * {@link String } */publicStringgetText(){returntext;}/** * Sets the value of the text property. * * @param value allowed object is * {@link String } */publicvoidsetText(Stringvalue){this.text=value;}
/** * Gets the value of the updated property. * * @return possible object is * {@link Long } */publicLonggetUpdated(){returnupdated;}/** * Sets the value of the updated property. * * @param value allowed object is * {@link Long } */publicvoidsetUpdated(Longvalue){this.updated=value;}
// -------------------------- INNER CLASSES --------------------------/** * <p>Java class for anonymous complex type. * <p/> * <p>The following schema fragment specifies the expected content contained within this class. * <p/> * <pre> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> * </extension> * </simpleContent> * </complexType> * </pre> */@XmlAccessorType(XmlAccessType.FIELD)@XmlType(name="",propOrder={"value"})publicstaticclassValue{// ------------------------------ FIELDS ------------------------------@XmlAttributeprotectedStringrole;@XmlAttributeprotectedStringtype;@XmlValueprotectedStringvalue;// --------------------- GETTER / SETTER METHODS ---------------------/** * Gets the value of the role property. * * @return possible object is * {@link String } */publicStringgetRole(){returnrole;}/** * Sets the value of the role property. * * @param value allowed object is * {@link String } */publicvoidsetRole(Stringvalue){this.role=value;}/** * Gets the value of the type property. * * @return possible object is * {@link String } */publicStringgetType(){returntype;}/** * Sets the value of the type property. * * @param value allowed object is * {@link String } */publicvoidsetType(Stringvalue){this.type=value;}/** * Gets the value of the value property. * * @return possible object is * {@link String } */publicStringgetValue(){returnvalue;}/** * Sets the value of the value property. * * @param value allowed object is * {@link String } */publicvoidsetValue(Stringvalue){this.value=value;}}}