| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| BuildBase |
|
| 1.2;1.2 | ||||
| BuildBase$Filters |
|
| 1.2;1.2 | ||||
| BuildBase$Plugins |
|
| 1.2;1.2 | ||||
| BuildBase$Resources |
|
| 1.2;1.2 | ||||
| BuildBase$TestResources |
|
| 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.XmlType; | |
| 17 | ||
| 18 | ||
| 19 | /** | |
| 20 | * 3.0.0+ | |
| 21 | * | |
| 22 | * <p>Java class for BuildBase complex type. | |
| 23 | * | |
| 24 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 25 | * | |
| 26 | * <pre> | |
| 27 | * <complexType name="BuildBase"> | |
| 28 | * <complexContent> | |
| 29 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 30 | * <all> | |
| 31 | * <element name="defaultGoal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 32 | * <element name="resources" minOccurs="0"> | |
| 33 | * <complexType> | |
| 34 | * <complexContent> | |
| 35 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 36 | * <sequence> | |
| 37 | * <element name="resource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/> | |
| 38 | * </sequence> | |
| 39 | * </restriction> | |
| 40 | * </complexContent> | |
| 41 | * </complexType> | |
| 42 | * </element> | |
| 43 | * <element name="testResources" minOccurs="0"> | |
| 44 | * <complexType> | |
| 45 | * <complexContent> | |
| 46 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 47 | * <sequence> | |
| 48 | * <element name="testResource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/> | |
| 49 | * </sequence> | |
| 50 | * </restriction> | |
| 51 | * </complexContent> | |
| 52 | * </complexType> | |
| 53 | * </element> | |
| 54 | * <element name="directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 55 | * <element name="finalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> | |
| 56 | * <element name="filters" minOccurs="0"> | |
| 57 | * <complexType> | |
| 58 | * <complexContent> | |
| 59 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 60 | * <sequence> | |
| 61 | * <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> | |
| 62 | * </sequence> | |
| 63 | * </restriction> | |
| 64 | * </complexContent> | |
| 65 | * </complexType> | |
| 66 | * </element> | |
| 67 | * <element name="pluginManagement" type="{http://maven.apache.org/POM/4.0.0}PluginManagement" minOccurs="0"/> | |
| 68 | * <element name="plugins" minOccurs="0"> | |
| 69 | * <complexType> | |
| 70 | * <complexContent> | |
| 71 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 72 | * <sequence> | |
| 73 | * <element name="plugin" type="{http://maven.apache.org/POM/4.0.0}Plugin" maxOccurs="unbounded" minOccurs="0"/> | |
| 74 | * </sequence> | |
| 75 | * </restriction> | |
| 76 | * </complexContent> | |
| 77 | * </complexType> | |
| 78 | * </element> | |
| 79 | * </all> | |
| 80 | * </restriction> | |
| 81 | * </complexContent> | |
| 82 | * </complexType> | |
| 83 | * </pre> | |
| 84 | * | |
| 85 | * | |
| 86 | */ | |
| 87 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 88 | @XmlType(name = "BuildBase", propOrder = { | |
| 89 | ||
| 90 | }) | |
| 91 | @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") | |
| 92 | 7 | public class BuildBase { |
| 93 | ||
| 94 | @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") | |
| 95 | protected String defaultGoal; | |
| 96 | @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") | |
| 97 | protected BuildBase.Resources resources; | |
| 98 | @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") | |
| 99 | protected BuildBase.TestResources testResources; | |
| 100 | @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") | |
| 101 | protected String directory; | |
| 102 | @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") | |
| 103 | protected String finalName; | |
| 104 | @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") | |
| 105 | protected BuildBase.Filters filters; | |
| 106 | @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") | |
| 107 | protected PluginManagement pluginManagement; | |
| 108 | @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") | |
| 109 | protected BuildBase.Plugins plugins; | |
| 110 | ||
| 111 | /** | |
| 112 | * Gets the value of the defaultGoal property. | |
| 113 | * | |
| 114 | * @return | |
| 115 | * possible object is | |
| 116 | * {@link String } | |
| 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 | public String getDefaultGoal() { | |
| 121 | 0 | return defaultGoal; |
| 122 | } | |
| 123 | ||
| 124 | /** | |
| 125 | * Sets the value of the defaultGoal property. | |
| 126 | * | |
| 127 | * @param value | |
| 128 | * allowed object is | |
| 129 | * {@link String } | |
| 130 | * | |
| 131 | */ | |
| 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 | public void setDefaultGoal(String value) { | |
| 134 | 0 | this.defaultGoal = value; |
| 135 | 0 | } |
| 136 | ||
| 137 | /** | |
| 138 | * Gets the value of the resources property. | |
| 139 | * | |
| 140 | * @return | |
| 141 | * possible object is | |
| 142 | * {@link BuildBase.Resources } | |
| 143 | * | |
| 144 | */ | |
| 145 | @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") | |
| 146 | public BuildBase.Resources getResources() { | |
| 147 | 0 | return resources; |
| 148 | } | |
| 149 | ||
| 150 | /** | |
| 151 | * Sets the value of the resources property. | |
| 152 | * | |
| 153 | * @param value | |
| 154 | * allowed object is | |
| 155 | * {@link BuildBase.Resources } | |
| 156 | * | |
| 157 | */ | |
| 158 | @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") | |
| 159 | public void setResources(BuildBase.Resources value) { | |
| 160 | 0 | this.resources = value; |
| 161 | 0 | } |
| 162 | ||
| 163 | /** | |
| 164 | * Gets the value of the testResources property. | |
| 165 | * | |
| 166 | * @return | |
| 167 | * possible object is | |
| 168 | * {@link BuildBase.TestResources } | |
| 169 | * | |
| 170 | */ | |
| 171 | @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") | |
| 172 | public BuildBase.TestResources getTestResources() { | |
| 173 | 0 | return testResources; |
| 174 | } | |
| 175 | ||
| 176 | /** | |
| 177 | * Sets the value of the testResources property. | |
| 178 | * | |
| 179 | * @param value | |
| 180 | * allowed object is | |
| 181 | * {@link BuildBase.TestResources } | |
| 182 | * | |
| 183 | */ | |
| 184 | @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") | |
| 185 | public void setTestResources(BuildBase.TestResources value) { | |
| 186 | 0 | this.testResources = value; |
| 187 | 0 | } |
| 188 | ||
| 189 | /** | |
| 190 | * Gets the value of the directory property. | |
| 191 | * | |
| 192 | * @return | |
| 193 | * possible object is | |
| 194 | * {@link String } | |
| 195 | * | |
| 196 | */ | |
| 197 | @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") | |
| 198 | public String getDirectory() { | |
| 199 | 0 | return directory; |
| 200 | } | |
| 201 | ||
| 202 | /** | |
| 203 | * Sets the value of the directory property. | |
| 204 | * | |
| 205 | * @param value | |
| 206 | * allowed object is | |
| 207 | * {@link String } | |
| 208 | * | |
| 209 | */ | |
| 210 | @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") | |
| 211 | public void setDirectory(String value) { | |
| 212 | 0 | this.directory = value; |
| 213 | 0 | } |
| 214 | ||
| 215 | /** | |
| 216 | * Gets the value of the finalName property. | |
| 217 | * | |
| 218 | * @return | |
| 219 | * possible object is | |
| 220 | * {@link String } | |
| 221 | * | |
| 222 | */ | |
| 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 | public String getFinalName() { | |
| 225 | 0 | return finalName; |
| 226 | } | |
| 227 | ||
| 228 | /** | |
| 229 | * Sets the value of the finalName property. | |
| 230 | * | |
| 231 | * @param value | |
| 232 | * allowed object is | |
| 233 | * {@link String } | |
| 234 | * | |
| 235 | */ | |
| 236 | @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") | |
| 237 | public void setFinalName(String value) { | |
| 238 | 0 | this.finalName = value; |
| 239 | 0 | } |
| 240 | ||
| 241 | /** | |
| 242 | * Gets the value of the filters property. | |
| 243 | * | |
| 244 | * @return | |
| 245 | * possible object is | |
| 246 | * {@link BuildBase.Filters } | |
| 247 | * | |
| 248 | */ | |
| 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 | public BuildBase.Filters getFilters() { | |
| 251 | 0 | return filters; |
| 252 | } | |
| 253 | ||
| 254 | /** | |
| 255 | * Sets the value of the filters property. | |
| 256 | * | |
| 257 | * @param value | |
| 258 | * allowed object is | |
| 259 | * {@link BuildBase.Filters } | |
| 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 void setFilters(BuildBase.Filters value) { | |
| 264 | 0 | this.filters = value; |
| 265 | 0 | } |
| 266 | ||
| 267 | /** | |
| 268 | * Gets the value of the pluginManagement property. | |
| 269 | * | |
| 270 | * @return | |
| 271 | * possible object is | |
| 272 | * {@link PluginManagement } | |
| 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 PluginManagement getPluginManagement() { | |
| 277 | 0 | return pluginManagement; |
| 278 | } | |
| 279 | ||
| 280 | /** | |
| 281 | * Sets the value of the pluginManagement property. | |
| 282 | * | |
| 283 | * @param value | |
| 284 | * allowed object is | |
| 285 | * {@link PluginManagement } | |
| 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 void setPluginManagement(PluginManagement value) { | |
| 290 | 0 | this.pluginManagement = value; |
| 291 | 0 | } |
| 292 | ||
| 293 | /** | |
| 294 | * Gets the value of the plugins property. | |
| 295 | * | |
| 296 | * @return | |
| 297 | * possible object is | |
| 298 | * {@link BuildBase.Plugins } | |
| 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 BuildBase.Plugins getPlugins() { | |
| 303 | 0 | return plugins; |
| 304 | } | |
| 305 | ||
| 306 | /** | |
| 307 | * Sets the value of the plugins property. | |
| 308 | * | |
| 309 | * @param value | |
| 310 | * allowed object is | |
| 311 | * {@link BuildBase.Plugins } | |
| 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 void setPlugins(BuildBase.Plugins value) { | |
| 316 | 0 | this.plugins = value; |
| 317 | 0 | } |
| 318 | ||
| 319 | ||
| 320 | /** | |
| 321 | * <p>Java class for anonymous complex type. | |
| 322 | * | |
| 323 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 324 | * | |
| 325 | * <pre> | |
| 326 | * <complexType> | |
| 327 | * <complexContent> | |
| 328 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 329 | * <sequence> | |
| 330 | * <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> | |
| 331 | * </sequence> | |
| 332 | * </restriction> | |
| 333 | * </complexContent> | |
| 334 | * </complexType> | |
| 335 | * </pre> | |
| 336 | * | |
| 337 | * | |
| 338 | */ | |
| 339 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 340 | @XmlType(name = "", propOrder = { | |
| 341 | "filter" | |
| 342 | }) | |
| 343 | @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") | |
| 344 | 0 | public static class Filters { |
| 345 | ||
| 346 | @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") | |
| 347 | protected List<String> filter; | |
| 348 | ||
| 349 | /** | |
| 350 | * Gets the value of the filter property. | |
| 351 | * | |
| 352 | * <p> | |
| 353 | * This accessor method returns a reference to the live list, | |
| 354 | * not a snapshot. Therefore any modification you make to the | |
| 355 | * returned list will be present inside the JAXB object. | |
| 356 | * This is why there is not a <CODE>set</CODE> method for the filter property. | |
| 357 | * | |
| 358 | * <p> | |
| 359 | * For example, to add a new item, do as follows: | |
| 360 | * <pre> | |
| 361 | * getFilter().add(newItem); | |
| 362 | * </pre> | |
| 363 | * | |
| 364 | * | |
| 365 | * <p> | |
| 366 | * Objects of the following type(s) are allowed in the list | |
| 367 | * {@link String } | |
| 368 | * | |
| 369 | * | |
| 370 | */ | |
| 371 | @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") | |
| 372 | public List<String> getFilter() { | |
| 373 | 0 | if (filter == null) { |
| 374 | 0 | filter = new ArrayList<String>(); |
| 375 | } | |
| 376 | 0 | return this.filter; |
| 377 | } | |
| 378 | ||
| 379 | } | |
| 380 | ||
| 381 | ||
| 382 | /** | |
| 383 | * <p>Java class for anonymous complex type. | |
| 384 | * | |
| 385 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 386 | * | |
| 387 | * <pre> | |
| 388 | * <complexType> | |
| 389 | * <complexContent> | |
| 390 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 391 | * <sequence> | |
| 392 | * <element name="plugin" type="{http://maven.apache.org/POM/4.0.0}Plugin" maxOccurs="unbounded" minOccurs="0"/> | |
| 393 | * </sequence> | |
| 394 | * </restriction> | |
| 395 | * </complexContent> | |
| 396 | * </complexType> | |
| 397 | * </pre> | |
| 398 | * | |
| 399 | * | |
| 400 | */ | |
| 401 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 402 | @XmlType(name = "", propOrder = { | |
| 403 | "plugin" | |
| 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 | 7 | public static class Plugins { |
| 407 | ||
| 408 | @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") | |
| 409 | protected List<Plugin> plugin; | |
| 410 | ||
| 411 | /** | |
| 412 | * Gets the value of the plugin property. | |
| 413 | * | |
| 414 | * <p> | |
| 415 | * This accessor method returns a reference to the live list, | |
| 416 | * not a snapshot. Therefore any modification you make to the | |
| 417 | * returned list will be present inside the JAXB object. | |
| 418 | * This is why there is not a <CODE>set</CODE> method for the plugin property. | |
| 419 | * | |
| 420 | * <p> | |
| 421 | * For example, to add a new item, do as follows: | |
| 422 | * <pre> | |
| 423 | * getPlugin().add(newItem); | |
| 424 | * </pre> | |
| 425 | * | |
| 426 | * | |
| 427 | * <p> | |
| 428 | * Objects of the following type(s) are allowed in the list | |
| 429 | * {@link Plugin } | |
| 430 | * | |
| 431 | * | |
| 432 | */ | |
| 433 | @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") | |
| 434 | public List<Plugin> getPlugin() { | |
| 435 | 0 | if (plugin == null) { |
| 436 | 0 | plugin = new ArrayList<Plugin>(); |
| 437 | } | |
| 438 | 0 | return this.plugin; |
| 439 | } | |
| 440 | ||
| 441 | } | |
| 442 | ||
| 443 | ||
| 444 | /** | |
| 445 | * <p>Java class for anonymous complex type. | |
| 446 | * | |
| 447 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 448 | * | |
| 449 | * <pre> | |
| 450 | * <complexType> | |
| 451 | * <complexContent> | |
| 452 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 453 | * <sequence> | |
| 454 | * <element name="resource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/> | |
| 455 | * </sequence> | |
| 456 | * </restriction> | |
| 457 | * </complexContent> | |
| 458 | * </complexType> | |
| 459 | * </pre> | |
| 460 | * | |
| 461 | * | |
| 462 | */ | |
| 463 | @XmlAccessorType(XmlAccessType.FIELD) | |
| 464 | @XmlType(name = "", propOrder = { | |
| 465 | "resource" | |
| 466 | }) | |
| 467 | @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") | |
| 468 | 0 | public static class Resources { |
| 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 | protected List<Resource> resource; | |
| 472 | ||
| 473 | /** | |
| 474 | * Gets the value of the resource property. | |
| 475 | * | |
| 476 | * <p> | |
| 477 | * This accessor method returns a reference to the live list, | |
| 478 | * not a snapshot. Therefore any modification you make to the | |
| 479 | * returned list will be present inside the JAXB object. | |
| 480 | * This is why there is not a <CODE>set</CODE> method for the resource property. | |
| 481 | * | |
| 482 | * <p> | |
| 483 | * For example, to add a new item, do as follows: | |
| 484 | * <pre> | |
| 485 | * getResource().add(newItem); | |
| 486 | * </pre> | |
| 487 | * | |
| 488 | * | |
| 489 | * <p> | |
| 490 | * Objects of the following type(s) are allowed in the list | |
| 491 | * {@link Resource } | |
| 492 | * | |
| 493 | * | |
| 494 | */ | |
| 495 | @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") | |
| 496 | public List<Resource> getResource() { | |
| 497 | 0 | if (resource == null) { |
| 498 | 0 | resource = new ArrayList<Resource>(); |
| 499 | } | |
| 500 | 0 | return this.resource; |
| 501 | } | |
| 502 | ||
| 503 | } | |
| 504 | ||
| 505 | ||
| 506 | /** | |
| 507 | * <p>Java class for anonymous complex type. | |
| 508 | * | |
| 509 | * <p>The following schema fragment specifies the expected content contained within this class. | |
| 510 | * | |
| 511 | * <pre> | |
| 512 | * <complexType> | |
| 513 | * <complexContent> | |
| 514 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> | |
| 515 | * <sequence> | |
| 516 | * <element name="testResource" type="{http://maven.apache.org/POM/4.0.0}Resource" maxOccurs="unbounded" minOccurs="0"/> | |
| 517 | * </sequence> | |
| 518 | * </restriction> | |
| 519 | * </complexContent> | |
| 520 | * </complexType> | |
| 521 | * </pre> | |
| 522 | * | |
| 523 | * | |
| 524 | */ | |
| 525 | 7 | @XmlAccessorType(XmlAccessType.FIELD) |
| 526 | @XmlType(name = "", propOrder = { | |
| 527 | "testResource" | |
| 528 | }) | |
| 529 | @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") | |
| 530 | 0 | public static class TestResources { |
| 531 | ||
| 532 | @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") | |
| 533 | protected List<Resource> testResource; | |
| 534 | ||
| 535 | /** | |
| 536 | * Gets the value of the testResource property. | |
| 537 | * | |
| 538 | * <p> | |
| 539 | * This accessor method returns a reference to the live list, | |
| 540 | * not a snapshot. Therefore any modification you make to the | |
| 541 | * returned list will be present inside the JAXB object. | |
| 542 | * This is why there is not a <CODE>set</CODE> method for the testResource property. | |
| 543 | * | |
| 544 | * <p> | |
| 545 | * For example, to add a new item, do as follows: | |
| 546 | * <pre> | |
| 547 | * getTestResource().add(newItem); | |
| 548 | * </pre> | |
| 549 | * | |
| 550 | * | |
| 551 | * <p> | |
| 552 | * Objects of the following type(s) are allowed in the list | |
| 553 | * {@link Resource } | |
| 554 | * | |
| 555 | * | |
| 556 | */ | |
| 557 | @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") | |
| 558 | public List<Resource> getTestResource() { | |
| 559 | 0 | if (testResource == null) { |
| 560 | 0 | testResource = new ArrayList<Resource>(); |
| 561 | } | |
| 562 | 0 | return this.testResource; |
| 563 | } | |
| 564 | ||
| 565 | } | |
| 566 | ||
| 567 | } |