//// 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. //
protectedList<Object>fieldOrComment;@XmlAttributeprotectedStringid;// --------------------- GETTER / SETTER METHODS ---------------------/** * Gets the value of the fieldOrComment 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 fieldOrComment property. * <p/> * <p/> * For example, to add a new item, do as follows: * <pre> * getFieldOrComment().add(newItem); * </pre> * <p/> * <p/> * <p/> * Objects of the following type(s) are allowed in the list
*/publicList<Object>getFieldOrComment(){if(fieldOrComment==null){fieldOrComment=newArrayList<Object>();}returnthis.fieldOrComment;}/** * 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;}}