| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| Profile |
|
| 1.2;1.2 | ||||
| Profile$Dependencies |
|
| 1.2;1.2 | ||||
| Profile$Modules |
|
| 1.2;1.2 | ||||
| Profile$PluginRepositories |
|
| 1.2;1.2 | ||||
| Profile$Properties |
|
| 1.2;1.2 | ||||
| Profile$Reports |
|
| 1.2;1.2 | ||||
| Profile$Repositories |
|
| 1.2;1.2 |
| 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.XmlType; | |
| 18 | import org.w3c.dom.Element; | |
| 19 | ||
| 20 | ||
| 21 | /** | |
| 22 | * | |
| 23 | * Modifications to the build process which is activated based on environmental parameters or command line arguments. | |
| 24 | * | |
| 25 | * | |
| 26 | * <p>Java class for Profile complex type. | |
| 27 | * | |
| 28 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 29 | * | |
| 30 | * <pre> | |
| 31 | * <complexType name="Profile"> | |
| 32 | * <complexContent> | |
| 33 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 34 | * <all> | |
| 35 | * <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 36 | * <element name="activation" type="{http://maven.apache.org/POM/4.0.0}Activation" minOccurs="0"/> | |
| 37 | * <element name="build" type="{http://maven.apache.org/POM/4.0.0}BuildBase" minOccurs="0"/> | |
| 38 | * <element name="modules" minOccurs="0"> | |
| 39 | * <complexType> | |
| 40 | * <complexContent> | |
| 41 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 42 | * <sequence> | |
| 43 | * <element name="module" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> | |
| 44 | * </sequence> | |
| 45 | * </restriction> | |
| 46 | * </complexContent> | |
| 47 | * </complexType> | |
| 48 | * </element> | |
| 49 | * <element name="repositories" minOccurs="0"> | |
| 50 | * <complexType> | |
| 51 | * <complexContent> | |
| 52 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 53 | * <sequence> | |
| 54 | * <element name="repository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 55 | * </sequence> | |
| 56 | * </restriction> | |
| 57 | * </complexContent> | |
| 58 | * </complexType> | |
| 59 | * </element> | |
| 60 | * <element name="pluginRepositories" minOccurs="0"> | |
| 61 | * <complexType> | |
| 62 | * <complexContent> | |
| 63 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 64 | * <sequence> | |
| 65 | * <element name="pluginRepository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 66 | * </sequence> | |
| 67 | * </restriction> | |
| 68 | * </complexContent> | |
| 69 | * </complexType> | |
| 70 | * </element> | |
| 71 | * <element name="dependencies" minOccurs="0"> | |
| 72 | * <complexType> | |
| 73 | * <complexContent> | |
| 74 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 75 | * <sequence> | |
| 76 | * <element name="dependency" type="{http://maven.apache.org/POM/4.0.0}Dependency" maxOccurs="unbounded" minOccurs="0"/> | |
| 77 | * </sequence> | |
| 78 | * </restriction> | |
| 79 | * </complexContent> | |
| 80 | * </complexType> | |
| 81 | * </element> | |
| 82 | * <element name="reports" minOccurs="0"> | |
| 83 | * <complexType> | |
| 84 | * <complexContent> | |
| 85 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 86 | * <sequence> | |
| 87 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 88 | * </sequence> | |
| 89 | * </restriction> | |
| 90 | * </complexContent> | |
| 91 | * </complexType> | |
| 92 | * </element> | |
| 93 | * <element name="reporting" type="{http://maven.apache.org/POM/4.0.0}Reporting" minOccurs="0"/> | |
| 94 | * <element name="dependencyManagement" type="{http://maven.apache.org/POM/4.0.0}DependencyManagement" minOccurs="0"/> | |
| 95 | * <element name="distributionManagement" type="{http://maven.apache.org/POM/4.0.0}DistributionManagement" minOccurs="0"/> | |
| 96 | * <element name="properties" minOccurs="0"> | |
| 97 | * <complexType> | |
| 98 | * <complexContent> | |
| 99 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 100 | * <sequence> | |
| 101 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 102 | * </sequence> | |
| 103 | * </restriction> | |
| 104 | * </complexContent> | |
| 105 | * </complexType> | |
| 106 | * </element> | |
| 107 | * </all> | |
| 108 | * </restriction> | |
| 109 | * </complexContent> | |
| 110 | * </complexType> | |
| 111 | * </pre> | |
| 112 | * | |
| 113 | * | |
| 114 | */ | |
| 115 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 116 | @XmlType(name = "Profile", propOrder = { | |
| 117 | ||
| 118 | }) | |
| 119 | @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") | |
| 120 | 11 | public class Profile { |
| 121 | ||
| 122 | @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") | |
| 123 | protected String id; | |
| 124 | @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") | |
| 125 | protected Activation activation; | |
| 126 | @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") | |
| 127 | protected BuildBase build; | |
| 128 | @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") | |
| 129 | protected Profile.Modules modules; | |
| 130 | @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") | |
| 131 | protected Profile.Repositories repositories; | |
| 132 | @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") | |
| 133 | protected Profile.PluginRepositories pluginRepositories; | |
| 134 | @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") | |
| 135 | protected Profile.Dependencies dependencies; | |
| 136 | @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") | |
| 137 | protected Profile.Reports reports; | |
| 138 | @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") | |
| 139 | protected Reporting reporting; | |
| 140 | @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") | |
| 141 | protected DependencyManagement dependencyManagement; | |
| 142 | @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") | |
| 143 | protected DistributionManagement distributionManagement; | |
| 144 | @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") | |
| 145 | protected Profile.Properties properties; | |
| 146 | ||
| 147 | /** | |
| 148 | * Gets the value of the id property. | |
| 149 | * | |
| 150 | * @return | |
| 151 | * possible object is | |
| 152 | * {@link String } | |
| 153 | * | |
| 154 | */ | |
| 155 | @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") | |
| 156 | public String getId() { | |
| 157 | 0 | return id; |
| 158 | } | |
| 159 | ||
| 160 | /** | |
| 161 | * Sets the value of the id property. | |
| 162 | * | |
| 163 | * @param value | |
| 164 | * allowed object is | |
| 165 | * {@link String } | |
| 166 | * | |
| 167 | */ | |
| 168 | @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") | |
| 169 | public void setId(String value) { | |
| 170 | 0 | this.id = value; |
| 171 | 0 | } |
| 172 | ||
| 173 | /** | |
| 174 | * Gets the value of the activation property. | |
| 175 | * | |
| 176 | * @return | |
| 177 | * possible object is | |
| 178 | * {@link Activation } | |
| 179 | * | |
| 180 | */ | |
| 181 | @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") | |
| 182 | public Activation getActivation() { | |
| 183 | 0 | return activation; |
| 184 | } | |
| 185 | ||
| 186 | /** | |
| 187 | * Sets the value of the activation property. | |
| 188 | * | |
| 189 | * @param value | |
| 190 | * allowed object is | |
| 191 | * {@link Activation } | |
| 192 | * | |
| 193 | */ | |
| 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 | public void setActivation(Activation value) { | |
| 196 | 0 | this.activation = value; |
| 197 | 0 | } |
| 198 | ||
| 199 | /** | |
| 200 | * Gets the value of the build property. | |
| 201 | * | |
| 202 | * @return | |
| 203 | * possible object is | |
| 204 | * {@link BuildBase } | |
| 205 | * | |
| 206 | */ | |
| 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 | public BuildBase getBuild() { | |
| 209 | 0 | return build; |
| 210 | } | |
| 211 | ||
| 212 | /** | |
| 213 | * Sets the value of the build property. | |
| 214 | * | |
| 215 | * @param value | |
| 216 | * allowed object is | |
| 217 | * {@link BuildBase } | |
| 218 | * | |
| 219 | */ | |
| 220 | @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") | |
| 221 | public void setBuild(BuildBase value) { | |
| 222 | 0 | this.build = value; |
| 223 | 0 | } |
| 224 | ||
| 225 | /** | |
| 226 | * Gets the value of the modules property. | |
| 227 | * | |
| 228 | * @return | |
| 229 | * possible object is | |
| 230 | * {@link Profile.Modules } | |
| 231 | * | |
| 232 | */ | |
| 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 | public Profile.Modules getModules() { | |
| 235 | 0 | return modules; |
| 236 | } | |
| 237 | ||
| 238 | /** | |
| 239 | * Sets the value of the modules property. | |
| 240 | * | |
| 241 | * @param value | |
| 242 | * allowed object is | |
| 243 | * {@link Profile.Modules } | |
| 244 | * | |
| 245 | */ | |
| 246 | @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") | |
| 247 | public void setModules(Profile.Modules value) { | |
| 248 | 0 | this.modules = value; |
| 249 | 0 | } |
| 250 | ||
| 251 | /** | |
| 252 | * Gets the value of the repositories property. | |
| 253 | * | |
| 254 | * @return | |
| 255 | * possible object is | |
| 256 | * {@link Profile.Repositories } | |
| 257 | * | |
| 258 | */ | |
| 259 | @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") | |
| 260 | public Profile.Repositories getRepositories() { | |
| 261 | 0 | return repositories; |
| 262 | } | |
| 263 | ||
| 264 | /** | |
| 265 | * Sets the value of the repositories property. | |
| 266 | * | |
| 267 | * @param value | |
| 268 | * allowed object is | |
| 269 | * {@link Profile.Repositories } | |
| 270 | * | |
| 271 | */ | |
| 272 | @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") | |
| 273 | public void setRepositories(Profile.Repositories value) { | |
| 274 | 0 | this.repositories = value; |
| 275 | 0 | } |
| 276 | ||
| 277 | /** | |
| 278 | * Gets the value of the pluginRepositories property. | |
| 279 | * | |
| 280 | * @return | |
| 281 | * possible object is | |
| 282 | * {@link Profile.PluginRepositories } | |
| 283 | * | |
| 284 | */ | |
| 285 | @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") | |
| 286 | public Profile.PluginRepositories getPluginRepositories() { | |
| 287 | 0 | return pluginRepositories; |
| 288 | } | |
| 289 | ||
| 290 | /** | |
| 291 | * Sets the value of the pluginRepositories property. | |
| 292 | * | |
| 293 | * @param value | |
| 294 | * allowed object is | |
| 295 | * {@link Profile.PluginRepositories } | |
| 296 | * | |
| 297 | */ | |
| 298 | @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") | |
| 299 | public void setPluginRepositories(Profile.PluginRepositories value) { | |
| 300 | 0 | this.pluginRepositories = value; |
| 301 | 0 | } |
| 302 | ||
| 303 | /** | |
| 304 | * Gets the value of the dependencies property. | |
| 305 | * | |
| 306 | * @return | |
| 307 | * possible object is | |
| 308 | * {@link Profile.Dependencies } | |
| 309 | * | |
| 310 | */ | |
| 311 | @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") | |
| 312 | public Profile.Dependencies getDependencies() { | |
| 313 | 0 | return dependencies; |
| 314 | } | |
| 315 | ||
| 316 | /** | |
| 317 | * Sets the value of the dependencies property. | |
| 318 | * | |
| 319 | * @param value | |
| 320 | * allowed object is | |
| 321 | * {@link Profile.Dependencies } | |
| 322 | * | |
| 323 | */ | |
| 324 | @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") | |
| 325 | public void setDependencies(Profile.Dependencies value) { | |
| 326 | 0 | this.dependencies = value; |
| 327 | 0 | } |
| 328 | ||
| 329 | /** | |
| 330 | * Gets the value of the reports property. | |
| 331 | * | |
| 332 | * @return | |
| 333 | * possible object is | |
| 334 | * {@link Profile.Reports } | |
| 335 | * | |
| 336 | */ | |
| 337 | @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") | |
| 338 | public Profile.Reports getReports() { | |
| 339 | 0 | return reports; |
| 340 | } | |
| 341 | ||
| 342 | /** | |
| 343 | * Sets the value of the reports property. | |
| 344 | * | |
| 345 | * @param value | |
| 346 | * allowed object is | |
| 347 | * {@link Profile.Reports } | |
| 348 | * | |
| 349 | */ | |
| 350 | @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") | |
| 351 | public void setReports(Profile.Reports value) { | |
| 352 | 0 | this.reports = value; |
| 353 | 0 | } |
| 354 | ||
| 355 | /** | |
| 356 | * Gets the value of the reporting property. | |
| 357 | * | |
| 358 | * @return | |
| 359 | * possible object is | |
| 360 | * {@link Reporting } | |
| 361 | * | |
| 362 | */ | |
| 363 | @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") | |
| 364 | public Reporting getReporting() { | |
| 365 | 0 | return reporting; |
| 366 | } | |
| 367 | ||
| 368 | /** | |
| 369 | * Sets the value of the reporting property. | |
| 370 | * | |
| 371 | * @param value | |
| 372 | * allowed object is | |
| 373 | * {@link Reporting } | |
| 374 | * | |
| 375 | */ | |
| 376 | @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") | |
| 377 | public void setReporting(Reporting value) { | |
| 378 | 0 | this.reporting = value; |
| 379 | 0 | } |
| 380 | ||
| 381 | /** | |
| 382 | * Gets the value of the dependencyManagement property. | |
| 383 | * | |
| 384 | * @return | |
| 385 | * possible object is | |
| 386 | * {@link DependencyManagement } | |
| 387 | * | |
| 388 | */ | |
| 389 | @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") | |
| 390 | public DependencyManagement getDependencyManagement() { | |
| 391 | 0 | return dependencyManagement; |
| 392 | } | |
| 393 | ||
| 394 | /** | |
| 395 | * Sets the value of the dependencyManagement property. | |
| 396 | * | |
| 397 | * @param value | |
| 398 | * allowed object is | |
| 399 | * {@link DependencyManagement } | |
| 400 | * | |
| 401 | */ | |
| 402 | @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") | |
| 403 | public void setDependencyManagement(DependencyManagement value) { | |
| 404 | 0 | this.dependencyManagement = value; |
| 405 | 0 | } |
| 406 | ||
| 407 | /** | |
| 408 | * Gets the value of the distributionManagement property. | |
| 409 | * | |
| 410 | * @return | |
| 411 | * possible object is | |
| 412 | * {@link DistributionManagement } | |
| 413 | * | |
| 414 | */ | |
| 415 | @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") | |
| 416 | public DistributionManagement getDistributionManagement() { | |
| 417 | 0 | return distributionManagement; |
| 418 | } | |
| 419 | ||
| 420 | /** | |
| 421 | * Sets the value of the distributionManagement property. | |
| 422 | * | |
| 423 | * @param value | |
| 424 | * allowed object is | |
| 425 | * {@link DistributionManagement } | |
| 426 | * | |
| 427 | */ | |
| 428 | @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") | |
| 429 | public void setDistributionManagement(DistributionManagement value) { | |
| 430 | 0 | this.distributionManagement = value; |
| 431 | 0 | } |
| 432 | ||
| 433 | /** | |
| 434 | * Gets the value of the properties property. | |
| 435 | * | |
| 436 | * @return | |
| 437 | * possible object is | |
| 438 | * {@link Profile.Properties } | |
| 439 | * | |
| 440 | */ | |
| 441 | @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") | |
| 442 | public Profile.Properties getProperties() { | |
| 443 | 0 | return properties; |
| 444 | } | |
| 445 | ||
| 446 | /** | |
| 447 | * Sets the value of the properties property. | |
| 448 | * | |
| 449 | * @param value | |
| 450 | * allowed object is | |
| 451 | * {@link Profile.Properties } | |
| 452 | * | |
| 453 | */ | |
| 454 | @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") | |
| 455 | public void setProperties(Profile.Properties value) { | |
| 456 | 0 | this.properties = value; |
| 457 | 0 | } |
| 458 | ||
| 459 | ||
| 460 | /** | |
| 461 | * <p>Java class for anonymous complex type. | |
| 462 | * | |
| 463 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 464 | * | |
| 465 | * <pre> | |
| 466 | * <complexType> | |
| 467 | * <complexContent> | |
| 468 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 469 | * <sequence> | |
| 470 | * <element name="dependency" type="{http://maven.apache.org/POM/4.0.0}Dependency" maxOccurs="unbounded" minOccurs="0"/> | |
| 471 | * </sequence> | |
| 472 | * </restriction> | |
| 473 | * </complexContent> | |
| 474 | * </complexType> | |
| 475 | * </pre> | |
| 476 | * | |
| 477 | * | |
| 478 | */ | |
| 479 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 480 | @XmlType(name = "", propOrder = { | |
| 481 | "dependency" | |
| 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 | 3 | public static class Dependencies { |
| 485 | ||
| 486 | @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") | |
| 487 | protected List<Dependency> dependency; | |
| 488 | ||
| 489 | /** | |
| 490 | * Gets the value of the dependency property. | |
| 491 | * | |
| 492 | * <p> | |
| 493 | * This accessor method returns a reference to the live list, | |
| 494 | * not a snapshot. Therefore any modification you make to the | |
| 495 | * returned list will be present inside the JAXB object. | |
| 496 | * This is why there is not a <CODE>set</CODE> method for the dependency property. | |
| 497 | * | |
| 498 | * <p> | |
| 499 | * For example, to add a new item, do as follows: | |
| 500 | * <pre> | |
| 501 | * getDependency().add(newItem); | |
| 502 | * </pre> | |
| 503 | * | |
| 504 | * | |
| 505 | * <p> | |
| 506 | * Objects of the following type(s) are allowed in the list | |
| 507 | * {@link Dependency } | |
| 508 | * | |
| 509 | * | |
| 510 | */ | |
| 511 | @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") | |
| 512 | public List<Dependency> getDependency() { | |
| 513 | 0 | if (dependency == null) { |
| 514 | 0 | dependency = new ArrayList<Dependency>(); |
| 515 | } | |
| 516 | 0 | return this.dependency; |
| 517 | } | |
| 518 | ||
| 519 | } | |
| 520 | ||
| 521 | ||
| 522 | /** | |
| 523 | * <p>Java class for anonymous complex type. | |
| 524 | * | |
| 525 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 526 | * | |
| 527 | * <pre> | |
| 528 | * <complexType> | |
| 529 | * <complexContent> | |
| 530 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 531 | * <sequence> | |
| 532 | * <element name="module" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> | |
| 533 | * </sequence> | |
| 534 | * </restriction> | |
| 535 | * </complexContent> | |
| 536 | * </complexType> | |
| 537 | * </pre> | |
| 538 | * | |
| 539 | * | |
| 540 | */ | |
| 541 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 542 | @XmlType(name = "", propOrder = { | |
| 543 | "module" | |
| 544 | }) | |
| 545 | @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") | |
| 546 | 0 | public static class Modules { |
| 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 | protected List<String> module; | |
| 550 | ||
| 551 | /** | |
| 552 | * Gets the value of the module property. | |
| 553 | * | |
| 554 | * <p> | |
| 555 | * This accessor method returns a reference to the live list, | |
| 556 | * not a snapshot. Therefore any modification you make to the | |
| 557 | * returned list will be present inside the JAXB object. | |
| 558 | * This is why there is not a <CODE>set</CODE> method for the module property. | |
| 559 | * | |
| 560 | * <p> | |
| 561 | * For example, to add a new item, do as follows: | |
| 562 | * <pre> | |
| 563 | * getModule().add(newItem); | |
| 564 | * </pre> | |
| 565 | * | |
| 566 | * | |
| 567 | * <p> | |
| 568 | * Objects of the following type(s) are allowed in the list | |
| 569 | * {@link String } | |
| 570 | * | |
| 571 | * | |
| 572 | */ | |
| 573 | @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") | |
| 574 | public List<String> getModule() { | |
| 575 | 0 | if (module == null) { |
| 576 | 0 | module = new ArrayList<String>(); |
| 577 | } | |
| 578 | 0 | return this.module; |
| 579 | } | |
| 580 | ||
| 581 | } | |
| 582 | ||
| 583 | ||
| 584 | /** | |
| 585 | * <p>Java class for anonymous complex type. | |
| 586 | * | |
| 587 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 588 | * | |
| 589 | * <pre> | |
| 590 | * <complexType> | |
| 591 | * <complexContent> | |
| 592 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 593 | * <sequence> | |
| 594 | * <element name="pluginRepository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 595 | * </sequence> | |
| 596 | * </restriction> | |
| 597 | * </complexContent> | |
| 598 | * </complexType> | |
| 599 | * </pre> | |
| 600 | * | |
| 601 | * | |
| 602 | */ | |
| 603 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 604 | @XmlType(name = "", propOrder = { | |
| 605 | "pluginRepository" | |
| 606 | }) | |
| 607 | @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") | |
| 608 | 0 | public static class PluginRepositories { |
| 609 | ||
| 610 | @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") | |
| 611 | protected List<Repository> pluginRepository; | |
| 612 | ||
| 613 | /** | |
| 614 | * Gets the value of the pluginRepository property. | |
| 615 | * | |
| 616 | * <p> | |
| 617 | * This accessor method returns a reference to the live list, | |
| 618 | * not a snapshot. Therefore any modification you make to the | |
| 619 | * returned list will be present inside the JAXB object. | |
| 620 | * This is why there is not a <CODE>set</CODE> method for the pluginRepository property. | |
| 621 | * | |
| 622 | * <p> | |
| 623 | * For example, to add a new item, do as follows: | |
| 624 | * <pre> | |
| 625 | * getPluginRepository().add(newItem); | |
| 626 | * </pre> | |
| 627 | * | |
| 628 | * | |
| 629 | * <p> | |
| 630 | * Objects of the following type(s) are allowed in the list | |
| 631 | * {@link Repository } | |
| 632 | * | |
| 633 | * | |
| 634 | */ | |
| 635 | @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") | |
| 636 | public List<Repository> getPluginRepository() { | |
| 637 | 0 | if (pluginRepository == null) { |
| 638 | 0 | pluginRepository = new ArrayList<Repository>(); |
| 639 | } | |
| 640 | 0 | return this.pluginRepository; |
| 641 | } | |
| 642 | ||
| 643 | } | |
| 644 | ||
| 645 | ||
| 646 | /** | |
| 647 | * <p>Java class for anonymous complex type. | |
| 648 | * | |
| 649 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 650 | * | |
| 651 | * <pre> | |
| 652 | * <complexType> | |
| 653 | * <complexContent> | |
| 654 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 655 | * <sequence> | |
| 656 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 657 | * </sequence> | |
| 658 | * </restriction> | |
| 659 | * </complexContent> | |
| 660 | * </complexType> | |
| 661 | * </pre> | |
| 662 | * | |
| 663 | * | |
| 664 | */ | |
| 665 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 666 | @XmlType(name = "", propOrder = { | |
| 667 | "any" | |
| 668 | }) | |
| 669 | @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") | |
| 670 | 0 | public static class Properties { |
| 671 | ||
| 672 | @XmlAnyElement | |
| 673 | @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") | |
| 674 | protected List<Element> any; | |
| 675 | ||
| 676 | /** | |
| 677 | * Gets the value of the any property. | |
| 678 | * | |
| 679 | * <p> | |
| 680 | * This accessor method returns a reference to the live list, | |
| 681 | * not a snapshot. Therefore any modification you make to the | |
| 682 | * returned list will be present inside the JAXB object. | |
| 683 | * This is why there is not a <CODE>set</CODE> method for the any property. | |
| 684 | * | |
| 685 | * <p> | |
| 686 | * For example, to add a new item, do as follows: | |
| 687 | * <pre> | |
| 688 | * getAny().add(newItem); | |
| 689 | * </pre> | |
| 690 | * | |
| 691 | * | |
| 692 | * <p> | |
| 693 | * Objects of the following type(s) are allowed in the list | |
| 694 | * {@link Element } | |
| 695 | * | |
| 696 | * | |
| 697 | */ | |
| 698 | @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") | |
| 699 | public List<Element> getAny() { | |
| 700 | 0 | if (any == null) { |
| 701 | 0 | any = new ArrayList<Element>(); |
| 702 | } | |
| 703 | 0 | return this.any; |
| 704 | } | |
| 705 | ||
| 706 | } | |
| 707 | ||
| 708 | ||
| 709 | /** | |
| 710 | * <p>Java class for anonymous complex type. | |
| 711 | * | |
| 712 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 713 | * | |
| 714 | * <pre> | |
| 715 | * <complexType> | |
| 716 | * <complexContent> | |
| 717 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 718 | * <sequence> | |
| 719 | * <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> | |
| 720 | * </sequence> | |
| 721 | * </restriction> | |
| 722 | * </complexContent> | |
| 723 | * </complexType> | |
| 724 | * </pre> | |
| 725 | * | |
| 726 | * | |
| 727 | */ | |
| 728 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 729 | @XmlType(name = "", propOrder = { | |
| 730 | "any" | |
| 731 | }) | |
| 732 | @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") | |
| 733 | 0 | public static class Reports { |
| 734 | ||
| 735 | @XmlAnyElement | |
| 736 | @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") | |
| 737 | protected List<Element> any; | |
| 738 | ||
| 739 | /** | |
| 740 | * Gets the value of the any property. | |
| 741 | * | |
| 742 | * <p> | |
| 743 | * This accessor method returns a reference to the live list, | |
| 744 | * not a snapshot. Therefore any modification you make to the | |
| 745 | * returned list will be present inside the JAXB object. | |
| 746 | * This is why there is not a <CODE>set</CODE> method for the any property. | |
| 747 | * | |
| 748 | * <p> | |
| 749 | * For example, to add a new item, do as follows: | |
| 750 | * <pre> | |
| 751 | * getAny().add(newItem); | |
| 752 | * </pre> | |
| 753 | * | |
| 754 | * | |
| 755 | * <p> | |
| 756 | * Objects of the following type(s) are allowed in the list | |
| 757 | * {@link Element } | |
| 758 | * | |
| 759 | * | |
| 760 | */ | |
| 761 | @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") | |
| 762 | public List<Element> getAny() { | |
| 763 | 0 | if (any == null) { |
| 764 | 0 | any = new ArrayList<Element>(); |
| 765 | } | |
| 766 | 0 | return this.any; |
| 767 | } | |
| 768 | ||
| 769 | } | |
| 770 | ||
| 771 | ||
| 772 | /** | |
| 773 | * <p>Java class for anonymous complex type. | |
| 774 | * | |
| 775 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 776 | * | |
| 777 | * <pre> | |
| 778 | * <complexType> | |
| 779 | * <complexContent> | |
| 780 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 781 | * <sequence> | |
| 782 | * <element name="repository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/> | |
| 783 | * </sequence> | |
| 784 | * </restriction> | |
| 785 | * </complexContent> | |
| 786 | * </complexType> | |
| 787 | * </pre> | |
| 788 | * | |
| 789 | * | |
| 790 | */ | |
| 791 | 11 | @XmlAccessorType(XmlAccessType.FIELD) |
| 792 | @XmlType(name = "", propOrder = { | |
| 793 | "repository" | |
| 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 | 0 | public static class Repositories { |
| 797 | ||
| 798 | @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") | |
| 799 | protected List<Repository> repository; | |
| 800 | ||
| 801 | /** | |
| 802 | * Gets the value of the repository property. | |
| 803 | * | |
| 804 | * <p> | |
| 805 | * This accessor method returns a reference to the live list, | |
| 806 | * not a snapshot. Therefore any modification you make to the | |
| 807 | * returned list will be present inside the JAXB object. | |
| 808 | * This is why there is not a <CODE>set</CODE> method for the repository property. | |
| 809 | * | |
| 810 | * <p> | |
| 811 | * For example, to add a new item, do as follows: | |
| 812 | * <pre> | |
| 813 | * getRepository().add(newItem); | |
| 814 | * </pre> | |
| 815 | * | |
| 816 | * | |
| 817 | * <p> | |
| 818 | * Objects of the following type(s) are allowed in the list | |
| 819 | * {@link Repository } | |
| 820 | * | |
| 821 | * | |
| 822 | */ | |
| 823 | @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") | |
| 824 | public List<Repository> getRepository() { | |
| 825 | 0 | if (repository == null) { |
| 826 | 0 | repository = new ArrayList<Repository>(); |
| 827 | } | |
| 828 | 0 | return this.repository; |
| 829 | } | |
| 830 | ||
| 831 | } | |
| 832 | ||
| 833 | } |