| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| Model |
|
| 1.1549295774647887;1.155 | ||||
| Model$Contributors |
|
| 1.1549295774647887;1.155 | ||||
| Model$Dependencies |
|
| 1.1549295774647887;1.155 | ||||
| Model$Developers |
|
| 1.1549295774647887;1.155 | ||||
| Model$Licenses |
|
| 1.1549295774647887;1.155 | ||||
| Model$MailingLists |
|
| 1.1549295774647887;1.155 | ||||
| Model$Modules |
|
| 1.1549295774647887;1.155 | ||||
| Model$PluginRepositories |
|
| 1.1549295774647887;1.155 | ||||
| Model$Profiles |
|
| 1.1549295774647887;1.155 | ||||
| Model$Properties |
|
| 1.1549295774647887;1.155 | ||||
| Model$Reports |
|
| 1.1549295774647887;1.155 | ||||
| Model$Repositories |
|
| 1.1549295774647887;1.155 |
| 1 | // | |
| 2 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 | |
| 3 | // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> | |
| 4 | // Any modifications to this file will be lost upon recompilation of the source schema. | |
| 5 | // Generated on: 2012.11.09 at 12:33:57 PM EST | |
| 6 | // | |
| 7 | ||
| 8 | ||
| 9 | package org.owasp.dependencycheck.jaxb.pom.generated; | |
| 10 | ||
| 11 | import java.util.ArrayList; | |
| 12 | import java.util.List; | |
| 13 | import javax.annotation.Generated; | |
| 14 | import javax.xml.bind.annotation.XmlAccessType; | |
| 15 | import javax.xml.bind.annotation.XmlAccessorType; | |
| 16 | import javax.xml.bind.annotation.XmlAnyElement; | |
| 17 | import javax.xml.bind.annotation.XmlElement; | |
| 18 | import javax.xml.bind.annotation.XmlType; | |
| 19 | import org.w3c.dom.Element; | |
| 20 | ||
| 21 | ||
| 22 | /** | |
| 23 | * | |
| 24 | * The <code><project></code> element is the root of the descriptor. | |
| 25 | * The following table lists all of the possible child elements. | |
| 26 | * | |
| 27 | * | |
| 28 | * <p>Java class for Model complex type. | |
| 29 | * | |
| 30 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 31 | * | |
| 32 | * <pre> | |
| 33 | * <complexType name="Model"> | |
| 34 | * <complexContent> | |
| 35 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 36 | * <all> | |
| 37 | * <element name="parent" type="{http://maven.apache.org/POM/4.0.0}Parent" minOccurs="0"/> | |
| 38 | * <element name="modelVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 39 | * <element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 40 | * <element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 41 | * <element name="packaging" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 42 | * <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 43 | * <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 44 | * <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 45 | * <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 46 | * <element name="prerequisites" type="{http://maven.apache.org/POM/4.0.0}Prerequisites" minOccurs="0"/> | |
| 47 | * <element name="issueManagement" type="{http://maven.apache.org/POM/4.0.0}IssueManagement" minOccurs="0"/> | |
| 48 | * <element name="ciManagement" type="{http://maven.apache.org/POM/4.0.0}CiManagement" minOccurs="0"/> | |
| 49 | * <element name="inceptionYear" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 50 | * <element name="mailingLists" minOccurs="0"> | |
| 51 | * <complexType> | |
| 52 | * <complexContent> | |
| 53 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 54 | * <sequence> | |
| 55 | * <element name="mailingList" type="{http://maven.apache.org/POM/4.0.0}MailingList" maxOccurs="unbounded" minOccurs="0"/> | |
| 56 | * </sequence> | |
| 57 | * </restriction> | |
| 58 | * </complexContent> | |
| 59 | * </complexType> | |
| 60 | * </element> | |
| 61 | * <element name="developers" minOccurs="0"> | |
| 62 | * <complexType> | |
| 63 | * <complexContent> | |
| 64 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 65 | * <sequence> | |
| 66 | * <element name="developer" type="{http://maven.apache.org/POM/4.0.0}Developer" maxOccurs="unbounded" minOccurs="0"/> | |
| 67 | * </sequence> | |
| 68 | * </restriction> | |
| 69 | * </complexContent> | |
| 70 | * </complexType> | |
| 71 | * </element> | |
| 72 | * <element name="contributors" minOccurs="0"> | |
| 73 | * <complexType> | |
| 74 | * <complexContent> | |
| 75 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 76 | * <sequence> | |
| 77 | * <element name="contributor" type="{http://maven.apache.org/POM/4.0.0}Contributor" maxOccurs="unbounded" minOccurs="0"/> | |
| 78 | * </sequence> | |
| 79 | * </restriction> | |
| 80 | * </complexContent> | |
| 81 | * </complexType> | |
| 82 | * </element> | |
| 83 | * <element name="licenses" minOccurs="0"> | |
| 84 | * <complexType> | |
| 85 | * <complexContent> | |
| 86 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 87 | * <sequence> | |
| 88 | * <element name="license" type="{http://maven.apache.org/POM/4.0.0}License" maxOccurs="unbounded" minOccurs="0"/> | |
| 89 | * </sequence> | |
| 90 | * </restriction> | |
| 91 | * </complexContent> | |
| 92 | * </complexType> | |
| 93 | * </element> | |
| 94 | * <element name="scm" type="{http://maven.apache.org/POM/4.0.0}Scm" minOccurs="0"/> | |
| 95 | * <element name="organization" type="{http://maven.apache.org/POM/4.0.0}Organization" minOccurs="0"/> | |
| 96 | * <element name="build" type="{http://maven.apache.org/POM/4.0.0}Build" minOccurs="0"/> | |
| 97 | * <element name="profiles" minOccurs="0"> | |
| 98 | * <complexType> | |
| 99 | * <complexContent> | |
| 100 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 101 | * <sequence> | |
| 102 | * <element name="profile" type="{http://maven.apache.org/POM/4.0.0}Profile" maxOccurs="unbounded" minOccurs="0"/> | |
| 103 | * </sequence> | |
| 104 | * </restriction> | |
| 105 | * </complexContent> | |
| 106 | * </complexType> | |
| 107 | * </element> | |
| 108 | * <element name="modules" minOccurs="0"> | |
| 109 | * <complexType> | |
| 110 | * <complexContent> | |
| 111 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 112 | * <sequence> | |
| 113 | * <element name="module" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> | |
| 114 | * </sequence> | |
| 115 | * </restriction> | |
| 116 | * </complexContent> | |
| 117 | * </complexType> | |
| 118 | * </element> | |
| 119 | * <element name="repositories" minOccurs="0"> | |
| 120 | * <complexType> | |
| 121 | * <complexContent> | |
| 122 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 123 | * <sequence> | |
| 124 | * <element name="repository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 125 | * </sequence> | |
| 126 | * </restriction> | |
| 127 | * </complexContent> | |
| 128 | * </complexType> | |
| 129 | * </element> | |
| 130 | * <element name="pluginRepositories" minOccurs="0"> | |
| 131 | * <complexType> | |
| 132 | * <complexContent> | |
| 133 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 134 | * <sequence> | |
| 135 | * <element name="pluginRepository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 136 | * </sequence> | |
| 137 | * </restriction> | |
| 138 | * </complexContent> | |
| 139 | * </complexType> | |
| 140 | * </element> | |
| 141 | * <element name="dependencies" minOccurs="0"> | |
| 142 | * <complexType> | |
| 143 | * <complexContent> | |
| 144 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 145 | * <sequence> | |
| 146 | * <element name="dependency" type="{http://maven.apache.org/POM/4.0.0}Dependency" maxOccurs="unbounded" minOccurs="0"/> | |
| 147 | * </sequence> | |
| 148 | * </restriction> | |
| 149 | * </complexContent> | |
| 150 | * </complexType> | |
| 151 | * </element> | |
| 152 | * <element name="reports" minOccurs="0"> | |
| 153 | * <complexType> | |
| 154 | * <complexContent> | |
| 155 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 156 | * <sequence> | |
| 157 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 158 | * </sequence> | |
| 159 | * </restriction> | |
| 160 | * </complexContent> | |
| 161 | * </complexType> | |
| 162 | * </element> | |
| 163 | * <element name="reporting" type="{http://maven.apache.org/POM/4.0.0}Reporting" minOccurs="0"/> | |
| 164 | * <element name="dependencyManagement" type="{http://maven.apache.org/POM/4.0.0}DependencyManagement" minOccurs="0"/> | |
| 165 | * <element name="distributionManagement" type="{http://maven.apache.org/POM/4.0.0}DistributionManagement" minOccurs="0"/> | |
| 166 | * <element name="properties" minOccurs="0"> | |
| 167 | * <complexType> | |
| 168 | * <complexContent> | |
| 169 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 170 | * <sequence> | |
| 171 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 172 | * </sequence> | |
| 173 | * </restriction> | |
| 174 | * </complexContent> | |
| 175 | * </complexType> | |
| 176 | * </element> | |
| 177 | * </all> | |
| 178 | * </restriction> | |
| 179 | * </complexContent> | |
| 180 | * </complexType> | |
| 181 | * </pre> | |
| 182 | * | |
| 183 | * | |
| 184 | */ | |
| 185 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 186 | @XmlType(name = "Model", propOrder = { | |
| 187 | ||
| 188 | }) | |
| 189 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 190 | 7 | public class Model { |
| 191 | ||
| 192 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 193 | protected Parent parent; | |
| 194 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 195 | protected String modelVersion; | |
| 196 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 197 | protected String groupId; | |
| 198 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 199 | protected String artifactId; | |
| 200 | @XmlElement(defaultValue = "jar") | |
| 201 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 202 | protected String packaging; | |
| 203 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 204 | protected String name; | |
| 205 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 206 | protected String version; | |
| 207 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 208 | protected String description; | |
| 209 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 210 | protected String url; | |
| 211 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 212 | protected Prerequisites prerequisites; | |
| 213 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 214 | protected IssueManagement issueManagement; | |
| 215 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 216 | protected CiManagement ciManagement; | |
| 217 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 218 | protected String inceptionYear; | |
| 219 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 220 | protected Model.MailingLists mailingLists; | |
| 221 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 222 | protected Model.Developers developers; | |
| 223 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 224 | protected Model.Contributors contributors; | |
| 225 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 226 | protected Model.Licenses licenses; | |
| 227 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 228 | protected Scm scm; | |
| 229 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 230 | protected Organization organization; | |
| 231 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 232 | protected Build build; | |
| 233 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 234 | protected Model.Profiles profiles; | |
| 235 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 236 | protected Model.Modules modules; | |
| 237 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 238 | protected Model.Repositories repositories; | |
| 239 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 240 | protected Model.PluginRepositories pluginRepositories; | |
| 241 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 242 | protected Model.Dependencies dependencies; | |
| 243 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 244 | protected Model.Reports reports; | |
| 245 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 246 | protected Reporting reporting; | |
| 247 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 248 | protected DependencyManagement dependencyManagement; | |
| 249 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 250 | protected DistributionManagement distributionManagement; | |
| 251 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 252 | protected Model.Properties properties; | |
| 253 | ||
| 254 | /** | |
| 255 | * Gets the value of the parent property. | |
| 256 | * | |
| 257 | * @return | |
| 258 | * possible object is | |
| 259 | * {@link Parent } | |
| 260 | * | |
| 261 | */ | |
| 262 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 263 | public Parent getParent() { | |
| 264 | 0 | return parent; |
| 265 | } | |
| 266 | ||
| 267 | /** | |
| 268 | * Sets the value of the parent property. | |
| 269 | * | |
| 270 | * @param value | |
| 271 | * allowed object is | |
| 272 | * {@link Parent } | |
| 273 | * | |
| 274 | */ | |
| 275 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 276 | public void setParent(Parent value) { | |
| 277 | 0 | this.parent = value; |
| 278 | 0 | } |
| 279 | ||
| 280 | /** | |
| 281 | * Gets the value of the modelVersion property. | |
| 282 | * | |
| 283 | * @return | |
| 284 | * possible object is | |
| 285 | * {@link String } | |
| 286 | * | |
| 287 | */ | |
| 288 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 289 | public String getModelVersion() { | |
| 290 | 0 | return modelVersion; |
| 291 | } | |
| 292 | ||
| 293 | /** | |
| 294 | * Sets the value of the modelVersion property. | |
| 295 | * | |
| 296 | * @param value | |
| 297 | * allowed object is | |
| 298 | * {@link String } | |
| 299 | * | |
| 300 | */ | |
| 301 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 302 | public void setModelVersion(String value) { | |
| 303 | 0 | this.modelVersion = value; |
| 304 | 0 | } |
| 305 | ||
| 306 | /** | |
| 307 | * Gets the value of the groupId property. | |
| 308 | * | |
| 309 | * @return | |
| 310 | * possible object is | |
| 311 | * {@link String } | |
| 312 | * | |
| 313 | */ | |
| 314 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 315 | public String getGroupId() { | |
| 316 | 7 | return groupId; |
| 317 | } | |
| 318 | ||
| 319 | /** | |
| 320 | * Sets the value of the groupId property. | |
| 321 | * | |
| 322 | * @param value | |
| 323 | * allowed object is | |
| 324 | * {@link String } | |
| 325 | * | |
| 326 | */ | |
| 327 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 328 | public void setGroupId(String value) { | |
| 329 | 0 | this.groupId = value; |
| 330 | 0 | } |
| 331 | ||
| 332 | /** | |
| 333 | * Gets the value of the artifactId property. | |
| 334 | * | |
| 335 | * @return | |
| 336 | * possible object is | |
| 337 | * {@link String } | |
| 338 | * | |
| 339 | */ | |
| 340 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 341 | public String getArtifactId() { | |
| 342 | 7 | return artifactId; |
| 343 | } | |
| 344 | ||
| 345 | /** | |
| 346 | * Sets the value of the artifactId property. | |
| 347 | * | |
| 348 | * @param value | |
| 349 | * allowed object is | |
| 350 | * {@link String } | |
| 351 | * | |
| 352 | */ | |
| 353 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 354 | public void setArtifactId(String value) { | |
| 355 | 0 | this.artifactId = value; |
| 356 | 0 | } |
| 357 | ||
| 358 | /** | |
| 359 | * Gets the value of the packaging property. | |
| 360 | * | |
| 361 | * @return | |
| 362 | * possible object is | |
| 363 | * {@link String } | |
| 364 | * | |
| 365 | */ | |
| 366 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 367 | public String getPackaging() { | |
| 368 | 0 | return packaging; |
| 369 | } | |
| 370 | ||
| 371 | /** | |
| 372 | * Sets the value of the packaging property. | |
| 373 | * | |
| 374 | * @param value | |
| 375 | * allowed object is | |
| 376 | * {@link String } | |
| 377 | * | |
| 378 | */ | |
| 379 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 380 | public void setPackaging(String value) { | |
| 381 | 0 | this.packaging = value; |
| 382 | 0 | } |
| 383 | ||
| 384 | /** | |
| 385 | * Gets the value of the name property. | |
| 386 | * | |
| 387 | * @return | |
| 388 | * possible object is | |
| 389 | * {@link String } | |
| 390 | * | |
| 391 | */ | |
| 392 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 393 | public String getName() { | |
| 394 | 7 | return name; |
| 395 | } | |
| 396 | ||
| 397 | /** | |
| 398 | * Sets the value of the name property. | |
| 399 | * | |
| 400 | * @param value | |
| 401 | * allowed object is | |
| 402 | * {@link String } | |
| 403 | * | |
| 404 | */ | |
| 405 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 406 | public void setName(String value) { | |
| 407 | 0 | this.name = value; |
| 408 | 0 | } |
| 409 | ||
| 410 | /** | |
| 411 | * Gets the value of the version property. | |
| 412 | * | |
| 413 | * @return | |
| 414 | * possible object is | |
| 415 | * {@link String } | |
| 416 | * | |
| 417 | */ | |
| 418 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 419 | public String getVersion() { | |
| 420 | 7 | return version; |
| 421 | } | |
| 422 | ||
| 423 | /** | |
| 424 | * Sets the value of the version property. | |
| 425 | * | |
| 426 | * @param value | |
| 427 | * allowed object is | |
| 428 | * {@link String } | |
| 429 | * | |
| 430 | */ | |
| 431 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 432 | public void setVersion(String value) { | |
| 433 | 0 | this.version = value; |
| 434 | 0 | } |
| 435 | ||
| 436 | /** | |
| 437 | * Gets the value of the description property. | |
| 438 | * | |
| 439 | * @return | |
| 440 | * possible object is | |
| 441 | * {@link String } | |
| 442 | * | |
| 443 | */ | |
| 444 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 445 | public String getDescription() { | |
| 446 | 10 | return description; |
| 447 | } | |
| 448 | ||
| 449 | /** | |
| 450 | * Sets the value of the description property. | |
| 451 | * | |
| 452 | * @param value | |
| 453 | * allowed object is | |
| 454 | * {@link String } | |
| 455 | * | |
| 456 | */ | |
| 457 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 458 | public void setDescription(String value) { | |
| 459 | 0 | this.description = value; |
| 460 | 0 | } |
| 461 | ||
| 462 | /** | |
| 463 | * Gets the value of the url property. | |
| 464 | * | |
| 465 | * @return | |
| 466 | * possible object is | |
| 467 | * {@link String } | |
| 468 | * | |
| 469 | */ | |
| 470 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 471 | public String getUrl() { | |
| 472 | 0 | return url; |
| 473 | } | |
| 474 | ||
| 475 | /** | |
| 476 | * Sets the value of the url property. | |
| 477 | * | |
| 478 | * @param value | |
| 479 | * allowed object is | |
| 480 | * {@link String } | |
| 481 | * | |
| 482 | */ | |
| 483 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 484 | public void setUrl(String value) { | |
| 485 | 0 | this.url = value; |
| 486 | 0 | } |
| 487 | ||
| 488 | /** | |
| 489 | * Gets the value of the prerequisites property. | |
| 490 | * | |
| 491 | * @return | |
| 492 | * possible object is | |
| 493 | * {@link Prerequisites } | |
| 494 | * | |
| 495 | */ | |
| 496 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 497 | public Prerequisites getPrerequisites() { | |
| 498 | 0 | return prerequisites; |
| 499 | } | |
| 500 | ||
| 501 | /** | |
| 502 | * Sets the value of the prerequisites property. | |
| 503 | * | |
| 504 | * @param value | |
| 505 | * allowed object is | |
| 506 | * {@link Prerequisites } | |
| 507 | * | |
| 508 | */ | |
| 509 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 510 | public void setPrerequisites(Prerequisites value) { | |
| 511 | 0 | this.prerequisites = value; |
| 512 | 0 | } |
| 513 | ||
| 514 | /** | |
| 515 | * Gets the value of the issueManagement property. | |
| 516 | * | |
| 517 | * @return | |
| 518 | * possible object is | |
| 519 | * {@link IssueManagement } | |
| 520 | * | |
| 521 | */ | |
| 522 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 523 | public IssueManagement getIssueManagement() { | |
| 524 | 0 | return issueManagement; |
| 525 | } | |
| 526 | ||
| 527 | /** | |
| 528 | * Sets the value of the issueManagement property. | |
| 529 | * | |
| 530 | * @param value | |
| 531 | * allowed object is | |
| 532 | * {@link IssueManagement } | |
| 533 | * | |
| 534 | */ | |
| 535 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 536 | public void setIssueManagement(IssueManagement value) { | |
| 537 | 0 | this.issueManagement = value; |
| 538 | 0 | } |
| 539 | ||
| 540 | /** | |
| 541 | * Gets the value of the ciManagement property. | |
| 542 | * | |
| 543 | * @return | |
| 544 | * possible object is | |
| 545 | * {@link CiManagement } | |
| 546 | * | |
| 547 | */ | |
| 548 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 549 | public CiManagement getCiManagement() { | |
| 550 | 0 | return ciManagement; |
| 551 | } | |
| 552 | ||
| 553 | /** | |
| 554 | * Sets the value of the ciManagement property. | |
| 555 | * | |
| 556 | * @param value | |
| 557 | * allowed object is | |
| 558 | * {@link CiManagement } | |
| 559 | * | |
| 560 | */ | |
| 561 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 562 | public void setCiManagement(CiManagement value) { | |
| 563 | 0 | this.ciManagement = value; |
| 564 | 0 | } |
| 565 | ||
| 566 | /** | |
| 567 | * Gets the value of the inceptionYear property. | |
| 568 | * | |
| 569 | * @return | |
| 570 | * possible object is | |
| 571 | * {@link String } | |
| 572 | * | |
| 573 | */ | |
| 574 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 575 | public String getInceptionYear() { | |
| 576 | 0 | return inceptionYear; |
| 577 | } | |
| 578 | ||
| 579 | /** | |
| 580 | * Sets the value of the inceptionYear property. | |
| 581 | * | |
| 582 | * @param value | |
| 583 | * allowed object is | |
| 584 | * {@link String } | |
| 585 | * | |
| 586 | */ | |
| 587 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 588 | public void setInceptionYear(String value) { | |
| 589 | 0 | this.inceptionYear = value; |
| 590 | 0 | } |
| 591 | ||
| 592 | /** | |
| 593 | * Gets the value of the mailingLists property. | |
| 594 | * | |
| 595 | * @return | |
| 596 | * possible object is | |
| 597 | * {@link Model.MailingLists } | |
| 598 | * | |
| 599 | */ | |
| 600 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 601 | public Model.MailingLists getMailingLists() { | |
| 602 | 0 | return mailingLists; |
| 603 | } | |
| 604 | ||
| 605 | /** | |
| 606 | * Sets the value of the mailingLists property. | |
| 607 | * | |
| 608 | * @param value | |
| 609 | * allowed object is | |
| 610 | * {@link Model.MailingLists } | |
| 611 | * | |
| 612 | */ | |
| 613 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 614 | public void setMailingLists(Model.MailingLists value) { | |
| 615 | 0 | this.mailingLists = value; |
| 616 | 0 | } |
| 617 | ||
| 618 | /** | |
| 619 | * Gets the value of the developers property. | |
| 620 | * | |
| 621 | * @return | |
| 622 | * possible object is | |
| 623 | * {@link Model.Developers } | |
| 624 | * | |
| 625 | */ | |
| 626 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 627 | public Model.Developers getDevelopers() { | |
| 628 | 0 | return developers; |
| 629 | } | |
| 630 | ||
| 631 | /** | |
| 632 | * Sets the value of the developers property. | |
| 633 | * | |
| 634 | * @param value | |
| 635 | * allowed object is | |
| 636 | * {@link Model.Developers } | |
| 637 | * | |
| 638 | */ | |
| 639 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 640 | public void setDevelopers(Model.Developers value) { | |
| 641 | 0 | this.developers = value; |
| 642 | 0 | } |
| 643 | ||
| 644 | /** | |
| 645 | * Gets the value of the contributors property. | |
| 646 | * | |
| 647 | * @return | |
| 648 | * possible object is | |
| 649 | * {@link Model.Contributors } | |
| 650 | * | |
| 651 | */ | |
| 652 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 653 | public Model.Contributors getContributors() { | |
| 654 | 0 | return contributors; |
| 655 | } | |
| 656 | ||
| 657 | /** | |
| 658 | * Sets the value of the contributors property. | |
| 659 | * | |
| 660 | * @param value | |
| 661 | * allowed object is | |
| 662 | * {@link Model.Contributors } | |
| 663 | * | |
| 664 | */ | |
| 665 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 666 | public void setContributors(Model.Contributors value) { | |
| 667 | 0 | this.contributors = value; |
| 668 | 0 | } |
| 669 | ||
| 670 | /** | |
| 671 | * Gets the value of the licenses property. | |
| 672 | * | |
| 673 | * @return | |
| 674 | * possible object is | |
| 675 | * {@link Model.Licenses } | |
| 676 | * | |
| 677 | */ | |
| 678 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 679 | public Model.Licenses getLicenses() { | |
| 680 | 8 | return licenses; |
| 681 | } | |
| 682 | ||
| 683 | /** | |
| 684 | * Sets the value of the licenses property. | |
| 685 | * | |
| 686 | * @param value | |
| 687 | * allowed object is | |
| 688 | * {@link Model.Licenses } | |
| 689 | * | |
| 690 | */ | |
| 691 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 692 | public void setLicenses(Model.Licenses value) { | |
| 693 | 0 | this.licenses = value; |
| 694 | 0 | } |
| 695 | ||
| 696 | /** | |
| 697 | * Gets the value of the scm property. | |
| 698 | * | |
| 699 | * @return | |
| 700 | * possible object is | |
| 701 | * {@link Scm } | |
| 702 | * | |
| 703 | */ | |
| 704 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 705 | public Scm getScm() { | |
| 706 | 0 | return scm; |
| 707 | } | |
| 708 | ||
| 709 | /** | |
| 710 | * Sets the value of the scm property. | |
| 711 | * | |
| 712 | * @param value | |
| 713 | * allowed object is | |
| 714 | * {@link Scm } | |
| 715 | * | |
| 716 | */ | |
| 717 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 718 | public void setScm(Scm value) { | |
| 719 | 0 | this.scm = value; |
| 720 | 0 | } |
| 721 | ||
| 722 | /** | |
| 723 | * Gets the value of the organization property. | |
| 724 | * | |
| 725 | * @return | |
| 726 | * possible object is | |
| 727 | * {@link Organization } | |
| 728 | * | |
| 729 | */ | |
| 730 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 731 | public Organization getOrganization() { | |
| 732 | 7 | return organization; |
| 733 | } | |
| 734 | ||
| 735 | /** | |
| 736 | * Sets the value of the organization property. | |
| 737 | * | |
| 738 | * @param value | |
| 739 | * allowed object is | |
| 740 | * {@link Organization } | |
| 741 | * | |
| 742 | */ | |
| 743 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 744 | public void setOrganization(Organization value) { | |
| 745 | 0 | this.organization = value; |
| 746 | 0 | } |
| 747 | ||
| 748 | /** | |
| 749 | * Gets the value of the build property. | |
| 750 | * | |
| 751 | * @return | |
| 752 | * possible object is | |
| 753 | * {@link Build } | |
| 754 | * | |
| 755 | */ | |
| 756 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 757 | public Build getBuild() { | |
| 758 | 0 | return build; |
| 759 | } | |
| 760 | ||
| 761 | /** | |
| 762 | * Sets the value of the build property. | |
| 763 | * | |
| 764 | * @param value | |
| 765 | * allowed object is | |
| 766 | * {@link Build } | |
| 767 | * | |
| 768 | */ | |
| 769 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 770 | public void setBuild(Build value) { | |
| 771 | 0 | this.build = value; |
| 772 | 0 | } |
| 773 | ||
| 774 | /** | |
| 775 | * Gets the value of the profiles property. | |
| 776 | * | |
| 777 | * @return | |
| 778 | * possible object is | |
| 779 | * {@link Model.Profiles } | |
| 780 | * | |
| 781 | */ | |
| 782 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 783 | public Model.Profiles getProfiles() { | |
| 784 | 0 | return profiles; |
| 785 | } | |
| 786 | ||
| 787 | /** | |
| 788 | * Sets the value of the profiles property. | |
| 789 | * | |
| 790 | * @param value | |
| 791 | * allowed object is | |
| 792 | * {@link Model.Profiles } | |
| 793 | * | |
| 794 | */ | |
| 795 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 796 | public void setProfiles(Model.Profiles value) { | |
| 797 | 0 | this.profiles = value; |
| 798 | 0 | } |
| 799 | ||
| 800 | /** | |
| 801 | * Gets the value of the modules property. | |
| 802 | * | |
| 803 | * @return | |
| 804 | * possible object is | |
| 805 | * {@link Model.Modules } | |
| 806 | * | |
| 807 | */ | |
| 808 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 809 | public Model.Modules getModules() { | |
| 810 | 0 | return modules; |
| 811 | } | |
| 812 | ||
| 813 | /** | |
| 814 | * Sets the value of the modules property. | |
| 815 | * | |
| 816 | * @param value | |
| 817 | * allowed object is | |
| 818 | * {@link Model.Modules } | |
| 819 | * | |
| 820 | */ | |
| 821 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 822 | public void setModules(Model.Modules value) { | |
| 823 | 0 | this.modules = value; |
| 824 | 0 | } |
| 825 | ||
| 826 | /** | |
| 827 | * Gets the value of the repositories property. | |
| 828 | * | |
| 829 | * @return | |
| 830 | * possible object is | |
| 831 | * {@link Model.Repositories } | |
| 832 | * | |
| 833 | */ | |
| 834 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 835 | public Model.Repositories getRepositories() { | |
| 836 | 0 | return repositories; |
| 837 | } | |
| 838 | ||
| 839 | /** | |
| 840 | * Sets the value of the repositories property. | |
| 841 | * | |
| 842 | * @param value | |
| 843 | * allowed object is | |
| 844 | * {@link Model.Repositories } | |
| 845 | * | |
| 846 | */ | |
| 847 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 848 | public void setRepositories(Model.Repositories value) { | |
| 849 | 0 | this.repositories = value; |
| 850 | 0 | } |
| 851 | ||
| 852 | /** | |
| 853 | * Gets the value of the pluginRepositories property. | |
| 854 | * | |
| 855 | * @return | |
| 856 | * possible object is | |
| 857 | * {@link Model.PluginRepositories } | |
| 858 | * | |
| 859 | */ | |
| 860 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 861 | public Model.PluginRepositories getPluginRepositories() { | |
| 862 | 0 | return pluginRepositories; |
| 863 | } | |
| 864 | ||
| 865 | /** | |
| 866 | * Sets the value of the pluginRepositories property. | |
| 867 | * | |
| 868 | * @param value | |
| 869 | * allowed object is | |
| 870 | * {@link Model.PluginRepositories } | |
| 871 | * | |
| 872 | */ | |
| 873 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 874 | public void setPluginRepositories(Model.PluginRepositories value) { | |
| 875 | 0 | this.pluginRepositories = value; |
| 876 | 0 | } |
| 877 | ||
| 878 | /** | |
| 879 | * Gets the value of the dependencies property. | |
| 880 | * | |
| 881 | * @return | |
| 882 | * possible object is | |
| 883 | * {@link Model.Dependencies } | |
| 884 | * | |
| 885 | */ | |
| 886 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 887 | public Model.Dependencies getDependencies() { | |
| 888 | 0 | return dependencies; |
| 889 | } | |
| 890 | ||
| 891 | /** | |
| 892 | * Sets the value of the dependencies property. | |
| 893 | * | |
| 894 | * @param value | |
| 895 | * allowed object is | |
| 896 | * {@link Model.Dependencies } | |
| 897 | * | |
| 898 | */ | |
| 899 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 900 | public void setDependencies(Model.Dependencies value) { | |
| 901 | 0 | this.dependencies = value; |
| 902 | 0 | } |
| 903 | ||
| 904 | /** | |
| 905 | * Gets the value of the reports property. | |
| 906 | * | |
| 907 | * @return | |
| 908 | * possible object is | |
| 909 | * {@link Model.Reports } | |
| 910 | * | |
| 911 | */ | |
| 912 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 913 | public Model.Reports getReports() { | |
| 914 | 0 | return reports; |
| 915 | } | |
| 916 | ||
| 917 | /** | |
| 918 | * Sets the value of the reports property. | |
| 919 | * | |
| 920 | * @param value | |
| 921 | * allowed object is | |
| 922 | * {@link Model.Reports } | |
| 923 | * | |
| 924 | */ | |
| 925 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 926 | public void setReports(Model.Reports value) { | |
| 927 | 0 | this.reports = value; |
| 928 | 0 | } |
| 929 | ||
| 930 | /** | |
| 931 | * Gets the value of the reporting property. | |
| 932 | * | |
| 933 | * @return | |
| 934 | * possible object is | |
| 935 | * {@link Reporting } | |
| 936 | * | |
| 937 | */ | |
| 938 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 939 | public Reporting getReporting() { | |
| 940 | 0 | return reporting; |
| 941 | } | |
| 942 | ||
| 943 | /** | |
| 944 | * Sets the value of the reporting property. | |
| 945 | * | |
| 946 | * @param value | |
| 947 | * allowed object is | |
| 948 | * {@link Reporting } | |
| 949 | * | |
| 950 | */ | |
| 951 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 952 | public void setReporting(Reporting value) { | |
| 953 | 0 | this.reporting = value; |
| 954 | 0 | } |
| 955 | ||
| 956 | /** | |
| 957 | * Gets the value of the dependencyManagement property. | |
| 958 | * | |
| 959 | * @return | |
| 960 | * possible object is | |
| 961 | * {@link DependencyManagement } | |
| 962 | * | |
| 963 | */ | |
| 964 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 965 | public DependencyManagement getDependencyManagement() { | |
| 966 | 0 | return dependencyManagement; |
| 967 | } | |
| 968 | ||
| 969 | /** | |
| 970 | * Sets the value of the dependencyManagement property. | |
| 971 | * | |
| 972 | * @param value | |
| 973 | * allowed object is | |
| 974 | * {@link DependencyManagement } | |
| 975 | * | |
| 976 | */ | |
| 977 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 978 | public void setDependencyManagement(DependencyManagement value) { | |
| 979 | 0 | this.dependencyManagement = value; |
| 980 | 0 | } |
| 981 | ||
| 982 | /** | |
| 983 | * Gets the value of the distributionManagement property. | |
| 984 | * | |
| 985 | * @return | |
| 986 | * possible object is | |
| 987 | * {@link DistributionManagement } | |
| 988 | * | |
| 989 | */ | |
| 990 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 991 | public DistributionManagement getDistributionManagement() { | |
| 992 | 0 | return distributionManagement; |
| 993 | } | |
| 994 | ||
| 995 | /** | |
| 996 | * Sets the value of the distributionManagement property. | |
| 997 | * | |
| 998 | * @param value | |
| 999 | * allowed object is | |
| 1000 | * {@link DistributionManagement } | |
| 1001 | * | |
| 1002 | */ | |
| 1003 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1004 | public void setDistributionManagement(DistributionManagement value) { | |
| 1005 | 0 | this.distributionManagement = value; |
| 1006 | 0 | } |
| 1007 | ||
| 1008 | /** | |
| 1009 | * Gets the value of the properties property. | |
| 1010 | * | |
| 1011 | * @return | |
| 1012 | * possible object is | |
| 1013 | * {@link Model.Properties } | |
| 1014 | * | |
| 1015 | */ | |
| 1016 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1017 | public Model.Properties getProperties() { | |
| 1018 | 0 | return properties; |
| 1019 | } | |
| 1020 | ||
| 1021 | /** | |
| 1022 | * Sets the value of the properties property. | |
| 1023 | * | |
| 1024 | * @param value | |
| 1025 | * allowed object is | |
| 1026 | * {@link Model.Properties } | |
| 1027 | * | |
| 1028 | */ | |
| 1029 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1030 | public void setProperties(Model.Properties value) { | |
| 1031 | 0 | this.properties = value; |
| 1032 | 0 | } |
| 1033 | ||
| 1034 | ||
| 1035 | /** | |
| 1036 | * <p>Java class for anonymous complex type. | |
| 1037 | * | |
| 1038 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1039 | * | |
| 1040 | * <pre> | |
| 1041 | * <complexType> | |
| 1042 | * <complexContent> | |
| 1043 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1044 | * <sequence> | |
| 1045 | * <element name="contributor" type="{http://maven.apache.org/POM/4.0.0}Contributor" maxOccurs="unbounded" minOccurs="0"/> | |
| 1046 | * </sequence> | |
| 1047 | * </restriction> | |
| 1048 | * </complexContent> | |
| 1049 | * </complexType> | |
| 1050 | * </pre> | |
| 1051 | * | |
| 1052 | * | |
| 1053 | */ | |
| 1054 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1055 | @XmlType(name = "", propOrder = { | |
| 1056 | "contributor" | |
| 1057 | }) | |
| 1058 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1059 | 1 | public static class Contributors { |
| 1060 | ||
| 1061 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1062 | protected List<Contributor> contributor; | |
| 1063 | ||
| 1064 | /** | |
| 1065 | * Gets the value of the contributor property. | |
| 1066 | * | |
| 1067 | * <p> | |
| 1068 | * This accessor method returns a reference to the live list, | |
| 1069 | * not a snapshot. Therefore any modification you make to the | |
| 1070 | * returned list will be present inside the JAXB object. | |
| 1071 | * This is why there is not a <CODE>set</CODE> method for the contributor property. | |
| 1072 | * | |
| 1073 | * <p> | |
| 1074 | * For example, to add a new item, do as follows: | |
| 1075 | * <pre> | |
| 1076 | * getContributor().add(newItem); | |
| 1077 | * </pre> | |
| 1078 | * | |
| 1079 | * | |
| 1080 | * <p> | |
| 1081 | * Objects of the following type(s) are allowed in the list | |
| 1082 | * {@link Contributor } | |
| 1083 | * | |
| 1084 | * | |
| 1085 | */ | |
| 1086 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1087 | public List<Contributor> getContributor() { | |
| 1088 | 0 | if (contributor == null) { |
| 1089 | 0 | contributor = new ArrayList<Contributor>(); |
| 1090 | } | |
| 1091 | 0 | return this.contributor; |
| 1092 | } | |
| 1093 | ||
| 1094 | } | |
| 1095 | ||
| 1096 | ||
| 1097 | /** | |
| 1098 | * <p>Java class for anonymous complex type. | |
| 1099 | * | |
| 1100 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1101 | * | |
| 1102 | * <pre> | |
| 1103 | * <complexType> | |
| 1104 | * <complexContent> | |
| 1105 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1106 | * <sequence> | |
| 1107 | * <element name="dependency" type="{http://maven.apache.org/POM/4.0.0}Dependency" maxOccurs="unbounded" minOccurs="0"/> | |
| 1108 | * </sequence> | |
| 1109 | * </restriction> | |
| 1110 | * </complexContent> | |
| 1111 | * </complexType> | |
| 1112 | * </pre> | |
| 1113 | * | |
| 1114 | * | |
| 1115 | */ | |
| 1116 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1117 | @XmlType(name = "", propOrder = { | |
| 1118 | "dependency" | |
| 1119 | }) | |
| 1120 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1121 | 7 | public static class Dependencies { |
| 1122 | ||
| 1123 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1124 | protected List<Dependency> dependency; | |
| 1125 | ||
| 1126 | /** | |
| 1127 | * Gets the value of the dependency property. | |
| 1128 | * | |
| 1129 | * <p> | |
| 1130 | * This accessor method returns a reference to the live list, | |
| 1131 | * not a snapshot. Therefore any modification you make to the | |
| 1132 | * returned list will be present inside the JAXB object. | |
| 1133 | * This is why there is not a <CODE>set</CODE> method for the dependency property. | |
| 1134 | * | |
| 1135 | * <p> | |
| 1136 | * For example, to add a new item, do as follows: | |
| 1137 | * <pre> | |
| 1138 | * getDependency().add(newItem); | |
| 1139 | * </pre> | |
| 1140 | * | |
| 1141 | * | |
| 1142 | * <p> | |
| 1143 | * Objects of the following type(s) are allowed in the list | |
| 1144 | * {@link Dependency } | |
| 1145 | * | |
| 1146 | * | |
| 1147 | */ | |
| 1148 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1149 | public List<Dependency> getDependency() { | |
| 1150 | 0 | if (dependency == null) { |
| 1151 | 0 | dependency = new ArrayList<Dependency>(); |
| 1152 | } | |
| 1153 | 0 | return this.dependency; |
| 1154 | } | |
| 1155 | ||
| 1156 | } | |
| 1157 | ||
| 1158 | ||
| 1159 | /** | |
| 1160 | * <p>Java class for anonymous complex type. | |
| 1161 | * | |
| 1162 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1163 | * | |
| 1164 | * <pre> | |
| 1165 | * <complexType> | |
| 1166 | * <complexContent> | |
| 1167 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1168 | * <sequence> | |
| 1169 | * <element name="developer" type="{http://maven.apache.org/POM/4.0.0}Developer" maxOccurs="unbounded" minOccurs="0"/> | |
| 1170 | * </sequence> | |
| 1171 | * </restriction> | |
| 1172 | * </complexContent> | |
| 1173 | * </complexType> | |
| 1174 | * </pre> | |
| 1175 | * | |
| 1176 | * | |
| 1177 | */ | |
| 1178 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1179 | @XmlType(name = "", propOrder = { | |
| 1180 | "developer" | |
| 1181 | }) | |
| 1182 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1183 | 1 | public static class Developers { |
| 1184 | ||
| 1185 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1186 | protected List<Developer> developer; | |
| 1187 | ||
| 1188 | /** | |
| 1189 | * Gets the value of the developer property. | |
| 1190 | * | |
| 1191 | * <p> | |
| 1192 | * This accessor method returns a reference to the live list, | |
| 1193 | * not a snapshot. Therefore any modification you make to the | |
| 1194 | * returned list will be present inside the JAXB object. | |
| 1195 | * This is why there is not a <CODE>set</CODE> method for the developer property. | |
| 1196 | * | |
| 1197 | * <p> | |
| 1198 | * For example, to add a new item, do as follows: | |
| 1199 | * <pre> | |
| 1200 | * getDeveloper().add(newItem); | |
| 1201 | * </pre> | |
| 1202 | * | |
| 1203 | * | |
| 1204 | * <p> | |
| 1205 | * Objects of the following type(s) are allowed in the list | |
| 1206 | * {@link Developer } | |
| 1207 | * | |
| 1208 | * | |
| 1209 | */ | |
| 1210 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1211 | public List<Developer> getDeveloper() { | |
| 1212 | 0 | if (developer == null) { |
| 1213 | 0 | developer = new ArrayList<Developer>(); |
| 1214 | } | |
| 1215 | 0 | return this.developer; |
| 1216 | } | |
| 1217 | ||
| 1218 | } | |
| 1219 | ||
| 1220 | ||
| 1221 | /** | |
| 1222 | * <p>Java class for anonymous complex type. | |
| 1223 | * | |
| 1224 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1225 | * | |
| 1226 | * <pre> | |
| 1227 | * <complexType> | |
| 1228 | * <complexContent> | |
| 1229 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1230 | * <sequence> | |
| 1231 | * <element name="license" type="{http://maven.apache.org/POM/4.0.0}License" maxOccurs="unbounded" minOccurs="0"/> | |
| 1232 | * </sequence> | |
| 1233 | * </restriction> | |
| 1234 | * </complexContent> | |
| 1235 | * </complexType> | |
| 1236 | * </pre> | |
| 1237 | * | |
| 1238 | * | |
| 1239 | */ | |
| 1240 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1241 | @XmlType(name = "", propOrder = { | |
| 1242 | "license" | |
| 1243 | }) | |
| 1244 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1245 | 1 | public static class Licenses { |
| 1246 | ||
| 1247 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1248 | protected List<License> license; | |
| 1249 | ||
| 1250 | /** | |
| 1251 | * Gets the value of the license property. | |
| 1252 | * | |
| 1253 | * <p> | |
| 1254 | * This accessor method returns a reference to the live list, | |
| 1255 | * not a snapshot. Therefore any modification you make to the | |
| 1256 | * returned list will be present inside the JAXB object. | |
| 1257 | * This is why there is not a <CODE>set</CODE> method for the license property. | |
| 1258 | * | |
| 1259 | * <p> | |
| 1260 | * For example, to add a new item, do as follows: | |
| 1261 | * <pre> | |
| 1262 | * getLicense().add(newItem); | |
| 1263 | * </pre> | |
| 1264 | * | |
| 1265 | * | |
| 1266 | * <p> | |
| 1267 | * Objects of the following type(s) are allowed in the list | |
| 1268 | * {@link License } | |
| 1269 | * | |
| 1270 | * | |
| 1271 | */ | |
| 1272 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1273 | public List<License> getLicense() { | |
| 1274 | 1 | if (license == null) { |
| 1275 | 0 | license = new ArrayList<License>(); |
| 1276 | } | |
| 1277 | 1 | return this.license; |
| 1278 | } | |
| 1279 | ||
| 1280 | } | |
| 1281 | ||
| 1282 | ||
| 1283 | /** | |
| 1284 | * <p>Java class for anonymous complex type. | |
| 1285 | * | |
| 1286 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1287 | * | |
| 1288 | * <pre> | |
| 1289 | * <complexType> | |
| 1290 | * <complexContent> | |
| 1291 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1292 | * <sequence> | |
| 1293 | * <element name="mailingList" type="{http://maven.apache.org/POM/4.0.0}MailingList" maxOccurs="unbounded" minOccurs="0"/> | |
| 1294 | * </sequence> | |
| 1295 | * </restriction> | |
| 1296 | * </complexContent> | |
| 1297 | * </complexType> | |
| 1298 | * </pre> | |
| 1299 | * | |
| 1300 | * | |
| 1301 | */ | |
| 1302 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1303 | @XmlType(name = "", propOrder = { | |
| 1304 | "mailingList" | |
| 1305 | }) | |
| 1306 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1307 | 0 | public static class MailingLists { |
| 1308 | ||
| 1309 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1310 | protected List<MailingList> mailingList; | |
| 1311 | ||
| 1312 | /** | |
| 1313 | * Gets the value of the mailingList property. | |
| 1314 | * | |
| 1315 | * <p> | |
| 1316 | * This accessor method returns a reference to the live list, | |
| 1317 | * not a snapshot. Therefore any modification you make to the | |
| 1318 | * returned list will be present inside the JAXB object. | |
| 1319 | * This is why there is not a <CODE>set</CODE> method for the mailingList property. | |
| 1320 | * | |
| 1321 | * <p> | |
| 1322 | * For example, to add a new item, do as follows: | |
| 1323 | * <pre> | |
| 1324 | * getMailingList().add(newItem); | |
| 1325 | * </pre> | |
| 1326 | * | |
| 1327 | * | |
| 1328 | * <p> | |
| 1329 | * Objects of the following type(s) are allowed in the list | |
| 1330 | * {@link MailingList } | |
| 1331 | * | |
| 1332 | * | |
| 1333 | */ | |
| 1334 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1335 | public List<MailingList> getMailingList() { | |
| 1336 | 0 | if (mailingList == null) { |
| 1337 | 0 | mailingList = new ArrayList<MailingList>(); |
| 1338 | } | |
| 1339 | 0 | return this.mailingList; |
| 1340 | } | |
| 1341 | ||
| 1342 | } | |
| 1343 | ||
| 1344 | ||
| 1345 | /** | |
| 1346 | * <p>Java class for anonymous complex type. | |
| 1347 | * | |
| 1348 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1349 | * | |
| 1350 | * <pre> | |
| 1351 | * <complexType> | |
| 1352 | * <complexContent> | |
| 1353 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1354 | * <sequence> | |
| 1355 | * <element name="module" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> | |
| 1356 | * </sequence> | |
| 1357 | * </restriction> | |
| 1358 | * </complexContent> | |
| 1359 | * </complexType> | |
| 1360 | * </pre> | |
| 1361 | * | |
| 1362 | * | |
| 1363 | */ | |
| 1364 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1365 | @XmlType(name = "", propOrder = { | |
| 1366 | "module" | |
| 1367 | }) | |
| 1368 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1369 | 0 | public static class Modules { |
| 1370 | ||
| 1371 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1372 | protected List<String> module; | |
| 1373 | ||
| 1374 | /** | |
| 1375 | * Gets the value of the module property. | |
| 1376 | * | |
| 1377 | * <p> | |
| 1378 | * This accessor method returns a reference to the live list, | |
| 1379 | * not a snapshot. Therefore any modification you make to the | |
| 1380 | * returned list will be present inside the JAXB object. | |
| 1381 | * This is why there is not a <CODE>set</CODE> method for the module property. | |
| 1382 | * | |
| 1383 | * <p> | |
| 1384 | * For example, to add a new item, do as follows: | |
| 1385 | * <pre> | |
| 1386 | * getModule().add(newItem); | |
| 1387 | * </pre> | |
| 1388 | * | |
| 1389 | * | |
| 1390 | * <p> | |
| 1391 | * Objects of the following type(s) are allowed in the list | |
| 1392 | * {@link String } | |
| 1393 | * | |
| 1394 | * | |
| 1395 | */ | |
| 1396 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1397 | public List<String> getModule() { | |
| 1398 | 0 | if (module == null) { |
| 1399 | 0 | module = new ArrayList<String>(); |
| 1400 | } | |
| 1401 | 0 | return this.module; |
| 1402 | } | |
| 1403 | ||
| 1404 | } | |
| 1405 | ||
| 1406 | ||
| 1407 | /** | |
| 1408 | * <p>Java class for anonymous complex type. | |
| 1409 | * | |
| 1410 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1411 | * | |
| 1412 | * <pre> | |
| 1413 | * <complexType> | |
| 1414 | * <complexContent> | |
| 1415 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1416 | * <sequence> | |
| 1417 | * <element name="pluginRepository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 1418 | * </sequence> | |
| 1419 | * </restriction> | |
| 1420 | * </complexContent> | |
| 1421 | * </complexType> | |
| 1422 | * </pre> | |
| 1423 | * | |
| 1424 | * | |
| 1425 | */ | |
| 1426 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1427 | @XmlType(name = "", propOrder = { | |
| 1428 | "pluginRepository" | |
| 1429 | }) | |
| 1430 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1431 | 1 | public static class PluginRepositories { |
| 1432 | ||
| 1433 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1434 | protected List<Repository> pluginRepository; | |
| 1435 | ||
| 1436 | /** | |
| 1437 | * Gets the value of the pluginRepository property. | |
| 1438 | * | |
| 1439 | * <p> | |
| 1440 | * This accessor method returns a reference to the live list, | |
| 1441 | * not a snapshot. Therefore any modification you make to the | |
| 1442 | * returned list will be present inside the JAXB object. | |
| 1443 | * This is why there is not a <CODE>set</CODE> method for the pluginRepository property. | |
| 1444 | * | |
| 1445 | * <p> | |
| 1446 | * For example, to add a new item, do as follows: | |
| 1447 | * <pre> | |
| 1448 | * getPluginRepository().add(newItem); | |
| 1449 | * </pre> | |
| 1450 | * | |
| 1451 | * | |
| 1452 | * <p> | |
| 1453 | * Objects of the following type(s) are allowed in the list | |
| 1454 | * {@link Repository } | |
| 1455 | * | |
| 1456 | * | |
| 1457 | */ | |
| 1458 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1459 | public List<Repository> getPluginRepository() { | |
| 1460 | 0 | if (pluginRepository == null) { |
| 1461 | 0 | pluginRepository = new ArrayList<Repository>(); |
| 1462 | } | |
| 1463 | 0 | return this.pluginRepository; |
| 1464 | } | |
| 1465 | ||
| 1466 | } | |
| 1467 | ||
| 1468 | ||
| 1469 | /** | |
| 1470 | * <p>Java class for anonymous complex type. | |
| 1471 | * | |
| 1472 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1473 | * | |
| 1474 | * <pre> | |
| 1475 | * <complexType> | |
| 1476 | * <complexContent> | |
| 1477 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1478 | * <sequence> | |
| 1479 | * <element name="profile" type="{http://maven.apache.org/POM/4.0.0}Profile" maxOccurs="unbounded" minOccurs="0"/> | |
| 1480 | * </sequence> | |
| 1481 | * </restriction> | |
| 1482 | * </complexContent> | |
| 1483 | * </complexType> | |
| 1484 | * </pre> | |
| 1485 | * | |
| 1486 | * | |
| 1487 | */ | |
| 1488 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1489 | @XmlType(name = "", propOrder = { | |
| 1490 | "profile" | |
| 1491 | }) | |
| 1492 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1493 | 6 | public static class Profiles { |
| 1494 | ||
| 1495 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1496 | protected List<Profile> profile; | |
| 1497 | ||
| 1498 | /** | |
| 1499 | * Gets the value of the profile property. | |
| 1500 | * | |
| 1501 | * <p> | |
| 1502 | * This accessor method returns a reference to the live list, | |
| 1503 | * not a snapshot. Therefore any modification you make to the | |
| 1504 | * returned list will be present inside the JAXB object. | |
| 1505 | * This is why there is not a <CODE>set</CODE> method for the profile property. | |
| 1506 | * | |
| 1507 | * <p> | |
| 1508 | * For example, to add a new item, do as follows: | |
| 1509 | * <pre> | |
| 1510 | * getProfile().add(newItem); | |
| 1511 | * </pre> | |
| 1512 | * | |
| 1513 | * | |
| 1514 | * <p> | |
| 1515 | * Objects of the following type(s) are allowed in the list | |
| 1516 | * {@link Profile } | |
| 1517 | * | |
| 1518 | * | |
| 1519 | */ | |
| 1520 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1521 | public List<Profile> getProfile() { | |
| 1522 | 0 | if (profile == null) { |
| 1523 | 0 | profile = new ArrayList<Profile>(); |
| 1524 | } | |
| 1525 | 0 | return this.profile; |
| 1526 | } | |
| 1527 | ||
| 1528 | } | |
| 1529 | ||
| 1530 | ||
| 1531 | /** | |
| 1532 | * <p>Java class for anonymous complex type. | |
| 1533 | * | |
| 1534 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1535 | * | |
| 1536 | * <pre> | |
| 1537 | * <complexType> | |
| 1538 | * <complexContent> | |
| 1539 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1540 | * <sequence> | |
| 1541 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 1542 | * </sequence> | |
| 1543 | * </restriction> | |
| 1544 | * </complexContent> | |
| 1545 | * </complexType> | |
| 1546 | * </pre> | |
| 1547 | * | |
| 1548 | * | |
| 1549 | */ | |
| 1550 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1551 | @XmlType(name = "", propOrder = { | |
| 1552 | "any" | |
| 1553 | }) | |
| 1554 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1555 | 3 | public static class Properties { |
| 1556 | ||
| 1557 | @XmlAnyElement | |
| 1558 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1559 | protected List<Element> any; | |
| 1560 | ||
| 1561 | /** | |
| 1562 | * Gets the value of the any property. | |
| 1563 | * | |
| 1564 | * <p> | |
| 1565 | * This accessor method returns a reference to the live list, | |
| 1566 | * not a snapshot. Therefore any modification you make to the | |
| 1567 | * returned list will be present inside the JAXB object. | |
| 1568 | * This is why there is not a <CODE>set</CODE> method for the any property. | |
| 1569 | * | |
| 1570 | * <p> | |
| 1571 | * For example, to add a new item, do as follows: | |
| 1572 | * <pre> | |
| 1573 | * getAny().add(newItem); | |
| 1574 | * </pre> | |
| 1575 | * | |
| 1576 | * | |
| 1577 | * <p> | |
| 1578 | * Objects of the following type(s) are allowed in the list | |
| 1579 | * {@link Element } | |
| 1580 | * | |
| 1581 | * | |
| 1582 | */ | |
| 1583 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1584 | public List<Element> getAny() { | |
| 1585 | 0 | if (any == null) { |
| 1586 | 0 | any = new ArrayList<Element>(); |
| 1587 | } | |
| 1588 | 0 | return this.any; |
| 1589 | } | |
| 1590 | ||
| 1591 | } | |
| 1592 | ||
| 1593 | ||
| 1594 | /** | |
| 1595 | * <p>Java class for anonymous complex type. | |
| 1596 | * | |
| 1597 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1598 | * | |
| 1599 | * <pre> | |
| 1600 | * <complexType> | |
| 1601 | * <complexContent> | |
| 1602 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1603 | * <sequence> | |
| 1604 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 1605 | * </sequence> | |
| 1606 | * </restriction> | |
| 1607 | * </complexContent> | |
| 1608 | * </complexType> | |
| 1609 | * </pre> | |
| 1610 | * | |
| 1611 | * | |
| 1612 | */ | |
| 1613 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 1614 | @XmlType(name = "", propOrder = { | |
| 1615 | "any" | |
| 1616 | }) | |
| 1617 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1618 | 0 | public static class Reports { |
| 1619 | ||
| 1620 | @XmlAnyElement | |
| 1621 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1622 | protected List<Element> any; | |
| 1623 | ||
| 1624 | /** | |
| 1625 | * Gets the value of the any property. | |
| 1626 | * | |
| 1627 | * <p> | |
| 1628 | * This accessor method returns a reference to the live list, | |
| 1629 | * not a snapshot. Therefore any modification you make to the | |
| 1630 | * returned list will be present inside the JAXB object. | |
| 1631 | * This is why there is not a <CODE>set</CODE> method for the any property. | |
| 1632 | * | |
| 1633 | * <p> | |
| 1634 | * For example, to add a new item, do as follows: | |
| 1635 | * <pre> | |
| 1636 | * getAny().add(newItem); | |
| 1637 | * </pre> | |
| 1638 | * | |
| 1639 | * | |
| 1640 | * <p> | |
| 1641 | * Objects of the following type(s) are allowed in the list | |
| 1642 | * {@link Element } | |
| 1643 | * | |
| 1644 | * | |
| 1645 | */ | |
| 1646 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1647 | public List<Element> getAny() { | |
| 1648 | 0 | if (any == null) { |
| 1649 | 0 | any = new ArrayList<Element>(); |
| 1650 | } | |
| 1651 | 0 | return this.any; |
| 1652 | } | |
| 1653 | ||
| 1654 | } | |
| 1655 | ||
| 1656 | ||
| 1657 | /** | |
| 1658 | * <p>Java class for anonymous complex type. | |
| 1659 | * | |
| 1660 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 1661 | * | |
| 1662 | * <pre> | |
| 1663 | * <complexType> | |
| 1664 | * <complexContent> | |
| 1665 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 1666 | * <sequence> | |
| 1667 | * <element name="repository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 1668 | * </sequence> | |
| 1669 | * </restriction> | |
| 1670 | * </complexContent> | |
| 1671 | * </complexType> | |
| 1672 | * </pre> | |
| 1673 | * | |
| 1674 | * | |
| 1675 | */ | |
| 1676 | 7 | @XmlAccessorType(XmlAccessType.FIELD) |
| 1677 | @XmlType(name = "", propOrder = { | |
| 1678 | "repository" | |
| 1679 | }) | |
| 1680 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1681 | 1 | public static class Repositories { |
| 1682 | ||
| 1683 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1684 | protected List<Repository> repository; | |
| 1685 | ||
| 1686 | /** | |
| 1687 | * Gets the value of the repository property. | |
| 1688 | * | |
| 1689 | * <p> | |
| 1690 | * This accessor method returns a reference to the live list, | |
| 1691 | * not a snapshot. Therefore any modification you make to the | |
| 1692 | * returned list will be present inside the JAXB object. | |
| 1693 | * This is why there is not a <CODE>set</CODE> method for the repository property. | |
| 1694 | * | |
| 1695 | * <p> | |
| 1696 | * For example, to add a new item, do as follows: | |
| 1697 | * <pre> | |
| 1698 | * getRepository().add(newItem); | |
| 1699 | * </pre> | |
| 1700 | * | |
| 1701 | * | |
| 1702 | * <p> | |
| 1703 | * Objects of the following type(s) are allowed in the list | |
| 1704 | * {@link Repository } | |
| 1705 | * | |
| 1706 | * | |
| 1707 | */ | |
| 1708 | @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6") | |
| 1709 | public List<Repository> getRepository() { | |
| 1710 | 0 | if (repository == null) { |
| 1711 | 0 | repository = new ArrayList<Repository>(); |
| 1712 | } | |
| 1713 | 0 | return this.repository; |
| 1714 | } | |
| 1715 | ||
| 1716 | } | |
| 1717 | ||
| 1718 | } |