Java class for Activation complex type. - * + * *
The following schema fragment specifies the expected content contained within this class. - * + * *
* <complexType name="Activation"> * <complexContent> @@ -40,8 +40,8 @@ import javax.xml.bind.annotation.XmlType; * </complexContent> * </complexType> *- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Activation", propOrder = { @@ -64,11 +64,11 @@ public class Activation { /** * Gets the value of the activeByDefault property. - * + * * @return * possible object is * {@link Boolean } - * + * */ @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") public Boolean isActiveByDefault() { @@ -77,11 +77,11 @@ public class Activation { /** * Sets the value of the activeByDefault property. - * + * * @param value * allowed object is * {@link Boolean } - * + * */ @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") public void setActiveByDefault(Boolean value) { @@ -90,11 +90,11 @@ public class Activation { /** * Gets the value of the jdk property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getJdk() { @@ -103,11 +103,11 @@ public class Activation { /** * Sets the value of the jdk property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setJdk(String value) { @@ -116,11 +116,11 @@ public class Activation { /** * Gets the value of the os property. - * + * * @return * possible object is * {@link ActivationOS } - * + * */ @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") public ActivationOS getOs() { @@ -129,11 +129,11 @@ public class Activation { /** * Sets the value of the os property. - * + * * @param value * allowed object is * {@link ActivationOS } - * + * */ @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") public void setOs(ActivationOS value) { @@ -142,11 +142,11 @@ public class Activation { /** * Gets the value of the property property. - * + * * @return * possible object is * {@link ActivationProperty } - * + * */ @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") public ActivationProperty getProperty() { @@ -155,11 +155,11 @@ public class Activation { /** * Sets the value of the property property. - * + * * @param value * allowed object is * {@link ActivationProperty } - * + * */ @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") public void setProperty(ActivationProperty value) { @@ -168,11 +168,11 @@ public class Activation { /** * Gets the value of the file property. - * + * * @return * possible object is * {@link ActivationFile } - * + * */ @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") public ActivationFile getFile() { @@ -181,11 +181,11 @@ public class Activation { /** * Sets the value of the file property. - * + * * @param value * allowed object is * {@link ActivationFile } - * + * */ @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") public void setFile(ActivationFile value) { diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationFile.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationFile.java similarity index 91% rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationFile.java rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationFile.java index 0363d3d4e..e7e200d0f 100644 --- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationFile.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationFile.java @@ -1,12 +1,12 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.11.09 at 12:33:57 PM EST +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2012.11.09 at 12:33:57 PM EST // -package org.codesecure.dependencycheck.analyzer.pom.generated; +package org.owasp.dependencycheck.analyzer.pom.generated; import javax.annotation.Generated; import javax.xml.bind.annotation.XmlAccessType; @@ -15,16 +15,16 @@ import javax.xml.bind.annotation.XmlType; /** - * + * * This is the file specification used to activate the profile. The missing value will be the location * of a file that needs to exist, and if it doesn't the profile will be activated. On the other hand exists will test * for the existence of the file and if it is there the profile will be activated. - * - * + * + * *
Java class for ActivationFile complex type. - * + * *
The following schema fragment specifies the expected content contained within this class. - * + * *
* <complexType name="ActivationFile"> * <complexContent> @@ -37,8 +37,8 @@ import javax.xml.bind.annotation.XmlType; * </complexContent> * </complexType> *- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ActivationFile", propOrder = { @@ -54,11 +54,11 @@ public class ActivationFile { /** * Gets the value of the missing property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getMissing() { @@ -67,11 +67,11 @@ public class ActivationFile { /** * Sets the value of the missing property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setMissing(String value) { @@ -80,11 +80,11 @@ public class ActivationFile { /** * Gets the value of the exists property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getExists() { @@ -93,11 +93,11 @@ public class ActivationFile { /** * Sets the value of the exists property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setExists(String value) { diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationOS.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationOS.java similarity index 92% rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationOS.java rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationOS.java index f05477895..367cab632 100644 --- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationOS.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationOS.java @@ -1,12 +1,12 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.11.09 at 12:33:57 PM EST +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2012.11.09 at 12:33:57 PM EST // -package org.codesecure.dependencycheck.analyzer.pom.generated; +package org.owasp.dependencycheck.analyzer.pom.generated; import javax.annotation.Generated; import javax.xml.bind.annotation.XmlAccessType; @@ -15,15 +15,15 @@ import javax.xml.bind.annotation.XmlType; /** - * + * * This is an activator which will detect an operating system's attributes in order to activate * its profile. - * - * + * + * *
Java class for ActivationOS complex type. - * + * *
The following schema fragment specifies the expected content contained within this class. - * + * *
* <complexType name="ActivationOS"> * <complexContent> @@ -38,8 +38,8 @@ import javax.xml.bind.annotation.XmlType; * </complexContent> * </complexType> *- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ActivationOS", propOrder = { @@ -59,11 +59,11 @@ public class ActivationOS { /** * Gets the value of the name property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getName() { @@ -72,11 +72,11 @@ public class ActivationOS { /** * Sets the value of the name property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setName(String value) { @@ -85,11 +85,11 @@ public class ActivationOS { /** * Gets the value of the family property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getFamily() { @@ -98,11 +98,11 @@ public class ActivationOS { /** * Sets the value of the family property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setFamily(String value) { @@ -111,11 +111,11 @@ public class ActivationOS { /** * Gets the value of the arch property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getArch() { @@ -124,11 +124,11 @@ public class ActivationOS { /** * Sets the value of the arch property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setArch(String value) { @@ -137,11 +137,11 @@ public class ActivationOS { /** * Gets the value of the version property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getVersion() { @@ -150,11 +150,11 @@ public class ActivationOS { /** * Sets the value of the version property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setVersion(String value) { diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationProperty.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationProperty.java similarity index 90% rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationProperty.java rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationProperty.java index dcf3ef5ff..073764e84 100644 --- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ActivationProperty.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ActivationProperty.java @@ -1,12 +1,12 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.11.09 at 12:33:57 PM EST +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2012.11.09 at 12:33:57 PM EST // -package org.codesecure.dependencycheck.analyzer.pom.generated; +package org.owasp.dependencycheck.analyzer.pom.generated; import javax.annotation.Generated; import javax.xml.bind.annotation.XmlAccessType; @@ -15,16 +15,16 @@ import javax.xml.bind.annotation.XmlType; /** - * + * * This is the property specification used to activate a profile. If the value field is empty, * then the existence of the named property will activate the profile, otherwise it does a case-sensitive * match against the property value as well. - * - * + * + * *
Java class for ActivationProperty complex type. - * + * *
The following schema fragment specifies the expected content contained within this class. - * + * *
* <complexType name="ActivationProperty"> * <complexContent> @@ -37,8 +37,8 @@ import javax.xml.bind.annotation.XmlType; * </complexContent> * </complexType> *- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ActivationProperty", propOrder = { @@ -54,11 +54,11 @@ public class ActivationProperty { /** * Gets the value of the name property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getName() { @@ -67,11 +67,11 @@ public class ActivationProperty { /** * Sets the value of the name property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setName(String value) { @@ -80,11 +80,11 @@ public class ActivationProperty { /** * Gets the value of the value property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getValue() { @@ -93,11 +93,11 @@ public class ActivationProperty { /** * Sets the value of the value property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setValue(String value) { diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Build.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Build.java similarity index 95% rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Build.java rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Build.java index e4bd2442c..df469f8a9 100644 --- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Build.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Build.java @@ -1,12 +1,12 @@ // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2012.11.09 at 12:33:57 PM EST +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2012.11.09 at 12:33:57 PM EST // -package org.codesecure.dependencycheck.analyzer.pom.generated; +package org.owasp.dependencycheck.analyzer.pom.generated; import java.util.ArrayList; import java.util.List; @@ -18,11 +18,11 @@ import javax.xml.bind.annotation.XmlType; /** * 3.0.0+ - * + * *
Java class for Build complex type. - * + * *
The following schema fragment specifies the expected content contained within this class. - * + * *
* <complexType name="Build"> * <complexContent> @@ -97,8 +97,8 @@ import javax.xml.bind.annotation.XmlType; * </complexContent> * </complexType> *- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Build", propOrder = { @@ -138,11 +138,11 @@ public class Build { /** * Gets the value of the sourceDirectory property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getSourceDirectory() { @@ -151,11 +151,11 @@ public class Build { /** * Sets the value of the sourceDirectory property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setSourceDirectory(String value) { @@ -164,11 +164,11 @@ public class Build { /** * Gets the value of the scriptSourceDirectory property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getScriptSourceDirectory() { @@ -177,11 +177,11 @@ public class Build { /** * Sets the value of the scriptSourceDirectory property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setScriptSourceDirectory(String value) { @@ -190,11 +190,11 @@ public class Build { /** * Gets the value of the testSourceDirectory property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getTestSourceDirectory() { @@ -203,11 +203,11 @@ public class Build { /** * Sets the value of the testSourceDirectory property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setTestSourceDirectory(String value) { @@ -216,11 +216,11 @@ public class Build { /** * Gets the value of the outputDirectory property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getOutputDirectory() { @@ -229,11 +229,11 @@ public class Build { /** * Sets the value of the outputDirectory property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setOutputDirectory(String value) { @@ -242,11 +242,11 @@ public class Build { /** * Gets the value of the testOutputDirectory property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getTestOutputDirectory() { @@ -255,11 +255,11 @@ public class Build { /** * Sets the value of the testOutputDirectory property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setTestOutputDirectory(String value) { @@ -268,11 +268,11 @@ public class Build { /** * Gets the value of the extensions property. - * + * * @return * possible object is * {@link Build.Extensions } - * + * */ @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") public Build.Extensions getExtensions() { @@ -281,11 +281,11 @@ public class Build { /** * Sets the value of the extensions property. - * + * * @param value * allowed object is * {@link Build.Extensions } - * + * */ @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") public void setExtensions(Build.Extensions value) { @@ -294,11 +294,11 @@ public class Build { /** * Gets the value of the defaultGoal property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getDefaultGoal() { @@ -307,11 +307,11 @@ public class Build { /** * Sets the value of the defaultGoal property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setDefaultGoal(String value) { @@ -320,11 +320,11 @@ public class Build { /** * Gets the value of the resources property. - * + * * @return * possible object is * {@link Build.Resources } - * + * */ @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") public Build.Resources getResources() { @@ -333,11 +333,11 @@ public class Build { /** * Sets the value of the resources property. - * + * * @param value * allowed object is * {@link Build.Resources } - * + * */ @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") public void setResources(Build.Resources value) { @@ -346,11 +346,11 @@ public class Build { /** * Gets the value of the testResources property. - * + * * @return * possible object is * {@link Build.TestResources } - * + * */ @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") public Build.TestResources getTestResources() { @@ -359,11 +359,11 @@ public class Build { /** * Sets the value of the testResources property. - * + * * @param value * allowed object is * {@link Build.TestResources } - * + * */ @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") public void setTestResources(Build.TestResources value) { @@ -372,11 +372,11 @@ public class Build { /** * Gets the value of the directory property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getDirectory() { @@ -385,11 +385,11 @@ public class Build { /** * Sets the value of the directory property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setDirectory(String value) { @@ -398,11 +398,11 @@ public class Build { /** * Gets the value of the finalName property. - * + * * @return * possible object is * {@link String } - * + * */ @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") public String getFinalName() { @@ -411,11 +411,11 @@ public class Build { /** * Sets the value of the finalName property. - * + * * @param value * allowed object is * {@link String } - * + * */ @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") public void setFinalName(String value) { @@ -424,11 +424,11 @@ public class Build { /** * Gets the value of the filters property. - * + * * @return * possible object is * {@link Build.Filters } - * + * */ @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") public Build.Filters getFilters() { @@ -437,11 +437,11 @@ public class Build { /** * Sets the value of the filters property. - * + * * @param value * allowed object is * {@link Build.Filters } - * + * */ @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") public void setFilters(Build.Filters value) { @@ -450,11 +450,11 @@ public class Build { /** * Gets the value of the pluginManagement property. - * + * * @return * possible object is * {@link PluginManagement } - * + * */ @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") public PluginManagement getPluginManagement() { @@ -463,11 +463,11 @@ public class Build { /** * Sets the value of the pluginManagement property. - * + * * @param value * allowed object is * {@link PluginManagement } - * + * */ @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") public void setPluginManagement(PluginManagement value) { @@ -476,11 +476,11 @@ public class Build { /** * Gets the value of the plugins property. - * + * * @return * possible object is * {@link Build.Plugins } - * + * */ @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") public Build.Plugins getPlugins() { @@ -489,11 +489,11 @@ public class Build { /** * Sets the value of the plugins property. - * + * * @param value * allowed object is * {@link Build.Plugins } - * + * */ @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") public void setPlugins(Build.Plugins value) { @@ -503,9 +503,9 @@ public class Build { /** *
Java class for anonymous complex type. - * + * *
The following schema fragment specifies the expected content contained within this class. - * + * *
* <complexType>
* <complexContent>
@@ -517,8 +517,8 @@ public class Build {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -532,25 +532,25 @@ public class Build {
/**
* Gets the value of the extension property.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the extension property.
- *
+ *
*
* For example, to add a new item, do as follows: *
* getExtension().add(newItem);
*
- *
- *
+ *
+ *
*
* Objects of the following type(s) are allowed in the list
* {@link Extension }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Plugin }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Resource }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Resource }
- *
- *
+ *
+ *
*/
@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")
public List Java class for BuildBase complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Plugin }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Resource }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Resource }
- *
- *
+ *
+ *
*/
@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")
public List Java class for CiManagement complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Notifier }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Contributor complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Dependency complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Exclusion }
- *
- *
+ *
+ *
*/
@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")
public List Java class for DependencyManagement complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Dependency }
- *
- *
+ *
+ *
*/
@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")
public List Java class for DeploymentRepository complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Developer complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for DistributionManagement complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Exclusion complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Extension complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for IssueManagement complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for License complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for MailingList complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Model complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Contributor }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Dependency }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Developer }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link License }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link MailingList }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Repository }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Profile }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Repository }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Notifier complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List An ObjectFactory allows you to programmatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
* provided in this class.
- *
+ *
*/
@XmlRegistry
public class ObjectFactory {
@@ -34,15 +34,15 @@ public class ObjectFactory {
private final static QName _Project_QNAME = new QName("http://maven.apache.org/POM/4.0.0", "project");
/**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.codesecure.dependencycheck.analyzer.pom.generated
- *
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.owasp.dependencycheck.analyzer.pom.generated
+ *
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Model }
- *
+ *
*/
public Model createModel() {
return new Model();
@@ -50,7 +50,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Reporting }
- *
+ *
*/
public Reporting createReporting() {
return new Reporting();
@@ -58,7 +58,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Exclusion }
- *
+ *
*/
public Exclusion createExclusion() {
return new Exclusion();
@@ -66,7 +66,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Build.Filters }
- *
+ *
*/
public Build.Filters createBuildFilters() {
return new Build.Filters();
@@ -74,7 +74,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ReportPlugin.Configuration }
- *
+ *
*/
public ReportPlugin.Configuration createReportPluginConfiguration() {
return new ReportPlugin.Configuration();
@@ -82,7 +82,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link IssueManagement }
- *
+ *
*/
public IssueManagement createIssueManagement() {
return new IssueManagement();
@@ -90,7 +90,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link PluginExecution.Goals }
- *
+ *
*/
public PluginExecution.Goals createPluginExecutionGoals() {
return new PluginExecution.Goals();
@@ -98,7 +98,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ReportPlugin }
- *
+ *
*/
public ReportPlugin createReportPlugin() {
return new ReportPlugin();
@@ -106,7 +106,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Profile.Properties }
- *
+ *
*/
public Profile.Properties createProfileProperties() {
return new Profile.Properties();
@@ -114,7 +114,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ActivationProperty }
- *
+ *
*/
public ActivationProperty createActivationProperty() {
return new ActivationProperty();
@@ -122,7 +122,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Build.Extensions }
- *
+ *
*/
public Build.Extensions createBuildExtensions() {
return new Build.Extensions();
@@ -130,7 +130,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Plugin }
- *
+ *
*/
public Plugin createPlugin() {
return new Plugin();
@@ -138,7 +138,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Profile.Dependencies }
- *
+ *
*/
public Profile.Dependencies createProfileDependencies() {
return new Profile.Dependencies();
@@ -146,7 +146,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Resource.Excludes }
- *
+ *
*/
public Resource.Excludes createResourceExcludes() {
return new Resource.Excludes();
@@ -154,7 +154,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Scm }
- *
+ *
*/
public Scm createScm() {
return new Scm();
@@ -162,7 +162,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ReportSet.Reports }
- *
+ *
*/
public ReportSet.Reports createReportSetReports() {
return new ReportSet.Reports();
@@ -170,7 +170,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link PluginManagement }
- *
+ *
*/
public PluginManagement createPluginManagement() {
return new PluginManagement();
@@ -178,7 +178,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link CiManagement.Notifiers }
- *
+ *
*/
public CiManagement.Notifiers createCiManagementNotifiers() {
return new CiManagement.Notifiers();
@@ -186,7 +186,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.PluginRepositories }
- *
+ *
*/
public Model.PluginRepositories createModelPluginRepositories() {
return new Model.PluginRepositories();
@@ -194,7 +194,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ActivationFile }
- *
+ *
*/
public ActivationFile createActivationFile() {
return new ActivationFile();
@@ -202,7 +202,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Developer.Roles }
- *
+ *
*/
public Developer.Roles createDeveloperRoles() {
return new Developer.Roles();
@@ -210,7 +210,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link DeploymentRepository }
- *
+ *
*/
public DeploymentRepository createDeploymentRepository() {
return new DeploymentRepository();
@@ -218,7 +218,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Contributor.Properties }
- *
+ *
*/
public Contributor.Properties createContributorProperties() {
return new Contributor.Properties();
@@ -226,7 +226,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link DistributionManagement }
- *
+ *
*/
public DistributionManagement createDistributionManagement() {
return new DistributionManagement();
@@ -234,7 +234,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link RepositoryPolicy }
- *
+ *
*/
public RepositoryPolicy createRepositoryPolicy() {
return new RepositoryPolicy();
@@ -242,7 +242,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Licenses }
- *
+ *
*/
public Model.Licenses createModelLicenses() {
return new Model.Licenses();
@@ -250,7 +250,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Build.TestResources }
- *
+ *
*/
public Build.TestResources createBuildTestResources() {
return new Build.TestResources();
@@ -258,7 +258,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Plugin.Goals }
- *
+ *
*/
public Plugin.Goals createPluginGoals() {
return new Plugin.Goals();
@@ -266,7 +266,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Plugin.Executions }
- *
+ *
*/
public Plugin.Executions createPluginExecutions() {
return new Plugin.Executions();
@@ -274,7 +274,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link DependencyManagement }
- *
+ *
*/
public DependencyManagement createDependencyManagement() {
return new DependencyManagement();
@@ -282,7 +282,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Reports }
- *
+ *
*/
public Model.Reports createModelReports() {
return new Model.Reports();
@@ -290,7 +290,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Build }
- *
+ *
*/
public Build createBuild() {
return new Build();
@@ -298,7 +298,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Build.Resources }
- *
+ *
*/
public Build.Resources createBuildResources() {
return new Build.Resources();
@@ -306,7 +306,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link DependencyManagement.Dependencies }
- *
+ *
*/
public DependencyManagement.Dependencies createDependencyManagementDependencies() {
return new DependencyManagement.Dependencies();
@@ -314,7 +314,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Contributors }
- *
+ *
*/
public Model.Contributors createModelContributors() {
return new Model.Contributors();
@@ -322,7 +322,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Build.Plugins }
- *
+ *
*/
public Build.Plugins createBuildPlugins() {
return new Build.Plugins();
@@ -330,7 +330,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Extension }
- *
+ *
*/
public Extension createExtension() {
return new Extension();
@@ -338,7 +338,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Organization }
- *
+ *
*/
public Organization createOrganization() {
return new Organization();
@@ -346,7 +346,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link License }
- *
+ *
*/
public License createLicense() {
return new License();
@@ -354,7 +354,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Activation }
- *
+ *
*/
public Activation createActivation() {
return new Activation();
@@ -362,7 +362,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ActivationOS }
- *
+ *
*/
public ActivationOS createActivationOS() {
return new ActivationOS();
@@ -370,7 +370,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Modules }
- *
+ *
*/
public Model.Modules createModelModules() {
return new Model.Modules();
@@ -378,7 +378,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Profile.Repositories }
- *
+ *
*/
public Profile.Repositories createProfileRepositories() {
return new Profile.Repositories();
@@ -386,7 +386,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Dependencies }
- *
+ *
*/
public Model.Dependencies createModelDependencies() {
return new Model.Dependencies();
@@ -394,7 +394,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link BuildBase.Resources }
- *
+ *
*/
public BuildBase.Resources createBuildBaseResources() {
return new BuildBase.Resources();
@@ -402,7 +402,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Site }
- *
+ *
*/
public Site createSite() {
return new Site();
@@ -410,7 +410,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ReportPlugin.ReportSets }
- *
+ *
*/
public ReportPlugin.ReportSets createReportPluginReportSets() {
return new ReportPlugin.ReportSets();
@@ -418,7 +418,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Plugin.Configuration }
- *
+ *
*/
public Plugin.Configuration createPluginConfiguration() {
return new Plugin.Configuration();
@@ -426,7 +426,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Profile.PluginRepositories }
- *
+ *
*/
public Profile.PluginRepositories createProfilePluginRepositories() {
return new Profile.PluginRepositories();
@@ -434,7 +434,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Dependency.Exclusions }
- *
+ *
*/
public Dependency.Exclusions createDependencyExclusions() {
return new Dependency.Exclusions();
@@ -442,7 +442,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Prerequisites }
- *
+ *
*/
public Prerequisites createPrerequisites() {
return new Prerequisites();
@@ -450,7 +450,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Profiles }
- *
+ *
*/
public Model.Profiles createModelProfiles() {
return new Model.Profiles();
@@ -458,7 +458,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Properties }
- *
+ *
*/
public Model.Properties createModelProperties() {
return new Model.Properties();
@@ -466,7 +466,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link BuildBase.Plugins }
- *
+ *
*/
public BuildBase.Plugins createBuildBasePlugins() {
return new BuildBase.Plugins();
@@ -474,7 +474,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link BuildBase }
- *
+ *
*/
public BuildBase createBuildBase() {
return new BuildBase();
@@ -482,7 +482,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link PluginManagement.Plugins }
- *
+ *
*/
public PluginManagement.Plugins createPluginManagementPlugins() {
return new PluginManagement.Plugins();
@@ -490,7 +490,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Contributor.Roles }
- *
+ *
*/
public Contributor.Roles createContributorRoles() {
return new Contributor.Roles();
@@ -498,7 +498,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link MailingList }
- *
+ *
*/
public MailingList createMailingList() {
return new MailingList();
@@ -506,7 +506,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link CiManagement }
- *
+ *
*/
public CiManagement createCiManagement() {
return new CiManagement();
@@ -514,7 +514,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.MailingLists }
- *
+ *
*/
public Model.MailingLists createModelMailingLists() {
return new Model.MailingLists();
@@ -522,7 +522,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Developers }
- *
+ *
*/
public Model.Developers createModelDevelopers() {
return new Model.Developers();
@@ -530,7 +530,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Reporting.Plugins }
- *
+ *
*/
public Reporting.Plugins createReportingPlugins() {
return new Reporting.Plugins();
@@ -538,7 +538,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Contributor }
- *
+ *
*/
public Contributor createContributor() {
return new Contributor();
@@ -546,7 +546,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Profile.Reports }
- *
+ *
*/
public Profile.Reports createProfileReports() {
return new Profile.Reports();
@@ -554,7 +554,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link BuildBase.TestResources }
- *
+ *
*/
public BuildBase.TestResources createBuildBaseTestResources() {
return new BuildBase.TestResources();
@@ -562,7 +562,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Developer.Properties }
- *
+ *
*/
public Developer.Properties createDeveloperProperties() {
return new Developer.Properties();
@@ -570,7 +570,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Plugin.Dependencies }
- *
+ *
*/
public Plugin.Dependencies createPluginDependencies() {
return new Plugin.Dependencies();
@@ -578,7 +578,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Resource.Includes }
- *
+ *
*/
public Resource.Includes createResourceIncludes() {
return new Resource.Includes();
@@ -586,7 +586,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Resource }
- *
+ *
*/
public Resource createResource() {
return new Resource();
@@ -594,7 +594,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Repository }
- *
+ *
*/
public Repository createRepository() {
return new Repository();
@@ -602,7 +602,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link BuildBase.Filters }
- *
+ *
*/
public BuildBase.Filters createBuildBaseFilters() {
return new BuildBase.Filters();
@@ -610,7 +610,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ReportSet }
- *
+ *
*/
public ReportSet createReportSet() {
return new ReportSet();
@@ -618,7 +618,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Notifier.Configuration }
- *
+ *
*/
public Notifier.Configuration createNotifierConfiguration() {
return new Notifier.Configuration();
@@ -626,7 +626,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Model.Repositories }
- *
+ *
*/
public Model.Repositories createModelRepositories() {
return new Model.Repositories();
@@ -634,7 +634,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Dependency }
- *
+ *
*/
public Dependency createDependency() {
return new Dependency();
@@ -642,7 +642,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Relocation }
- *
+ *
*/
public Relocation createRelocation() {
return new Relocation();
@@ -650,7 +650,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link MailingList.OtherArchives }
- *
+ *
*/
public MailingList.OtherArchives createMailingListOtherArchives() {
return new MailingList.OtherArchives();
@@ -658,7 +658,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link ReportSet.Configuration }
- *
+ *
*/
public ReportSet.Configuration createReportSetConfiguration() {
return new ReportSet.Configuration();
@@ -666,7 +666,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Profile }
- *
+ *
*/
public Profile createProfile() {
return new Profile();
@@ -674,7 +674,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link PluginExecution.Configuration }
- *
+ *
*/
public PluginExecution.Configuration createPluginExecutionConfiguration() {
return new PluginExecution.Configuration();
@@ -682,7 +682,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Notifier }
- *
+ *
*/
public Notifier createNotifier() {
return new Notifier();
@@ -690,7 +690,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Parent }
- *
+ *
*/
public Parent createParent() {
return new Parent();
@@ -698,7 +698,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link PluginExecution }
- *
+ *
*/
public PluginExecution createPluginExecution() {
return new PluginExecution();
@@ -706,7 +706,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Developer }
- *
+ *
*/
public Developer createDeveloper() {
return new Developer();
@@ -714,7 +714,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link Profile.Modules }
- *
+ *
*/
public Profile.Modules createProfileModules() {
return new Profile.Modules();
@@ -722,7 +722,7 @@ public class ObjectFactory {
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Model }{@code >}}
- *
+ *
*/
@XmlElementDecl(namespace = "http://maven.apache.org/POM/4.0.0", name = "project")
public JAXBElement Java class for Organization complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Parent complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Plugin complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Dependency }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link PluginExecution }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for PluginExecution complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for PluginManagement complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Plugin }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Prerequisites complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Profile complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Dependency }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Repository }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Repository }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Relocation complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for ReportPlugin complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link ReportSet }
- *
- *
+ *
+ *
*/
@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")
public List Java class for ReportSet complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link Element }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Reporting complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link ReportPlugin }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Repository complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for RepositoryPolicy complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Resource complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for anonymous complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link String }
- *
- *
+ *
+ *
*/
@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")
public List Java class for Scm complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Java class for Site complex type.
- *
+ *
* The following schema fragment specifies the expected content contained within this class.
- *
+ *
* Lucene utils is a set of utilize written to make constructing Lucene
diff --git a/src/main/java/org/codesecure/dependencycheck/data/lucene/SearchFieldAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java
similarity index 98%
rename from src/main/java/org/codesecure/dependencycheck/data/lucene/SearchFieldAnalyzer.java
rename to src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java
index c972931e2..5e99c2238 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/lucene/SearchFieldAnalyzer.java
+++ b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.lucene;
+package org.owasp.dependencycheck.data.lucene;
import java.io.Reader;
import org.apache.lucene.analysis.Analyzer;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/lucene/SearchVersionAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchVersionAnalyzer.java
similarity index 98%
rename from src/main/java/org/codesecure/dependencycheck/data/lucene/SearchVersionAnalyzer.java
rename to src/main/java/org/owasp/dependencycheck/data/lucene/SearchVersionAnalyzer.java
index 855bfe8e1..301253ed5 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/lucene/SearchVersionAnalyzer.java
+++ b/src/main/java/org/owasp/dependencycheck/data/lucene/SearchVersionAnalyzer.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.lucene;
+package org.owasp.dependencycheck.data.lucene;
import java.io.Reader;
import org.apache.lucene.analysis.Analyzer;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java b/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java
similarity index 98%
rename from src/main/java/org/codesecure/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java
rename to src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java
index 1d041871c..3cf2a3f44 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java
+++ b/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.lucene;
+package org.owasp.dependencycheck.data.lucene;
import java.io.IOException;
import java.util.LinkedList;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/lucene/VersionAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionAnalyzer.java
similarity index 97%
rename from src/main/java/org/codesecure/dependencycheck/data/lucene/VersionAnalyzer.java
rename to src/main/java/org/owasp/dependencycheck/data/lucene/VersionAnalyzer.java
index 59b5f9f75..45dac78c4 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/lucene/VersionAnalyzer.java
+++ b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionAnalyzer.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.lucene;
+package org.owasp.dependencycheck.data.lucene;
import java.io.Reader;
import org.apache.lucene.analysis.Analyzer;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/lucene/VersionTokenizingFilter.java b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionTokenizingFilter.java
similarity index 98%
rename from src/main/java/org/codesecure/dependencycheck/data/lucene/VersionTokenizingFilter.java
rename to src/main/java/org/owasp/dependencycheck/data/lucene/VersionTokenizingFilter.java
index 01e8b023e..2962bca23 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/lucene/VersionTokenizingFilter.java
+++ b/src/main/java/org/owasp/dependencycheck/data/lucene/VersionTokenizingFilter.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.lucene;
+package org.owasp.dependencycheck.data.lucene;
import java.io.IOException;
import java.util.LinkedList;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/lucene/package-info.java b/src/main/java/org/owasp/dependencycheck/data/lucene/package-info.java
similarity index 53%
rename from src/main/java/org/codesecure/dependencycheck/data/lucene/package-info.java
rename to src/main/java/org/owasp/dependencycheck/data/lucene/package-info.java
index 0fbc5c912..b01c4d4da 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/lucene/package-info.java
+++ b/src/main/java/org/owasp/dependencycheck/data/lucene/package-info.java
@@ -1,7 +1,7 @@
/**
*
* Contains classes used to parse the NVD CVE XML file.
* <complexType>
* <complexContent>
@@ -579,8 +579,8 @@ public class Build {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -594,25 +594,25 @@ public class Build {
/**
* Gets the value of the filter property.
- *
+ *
* set method for the filter property.
- *
+ *
*
* getFilter().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -641,8 +641,8 @@ public class Build {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -656,25 +656,25 @@ public class Build {
/**
* Gets the value of the plugin property.
- *
+ *
* set method for the plugin property.
- *
+ *
*
* getPlugin().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -703,8 +703,8 @@ public class Build {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -718,25 +718,25 @@ public class Build {
/**
* Gets the value of the resource property.
- *
+ *
* set method for the resource property.
- *
+ *
*
* getResource().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -765,8 +765,8 @@ public class Build {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -780,25 +780,25 @@ public class Build {
/**
* Gets the value of the testResource property.
- *
+ *
* set method for the testResource property.
- *
+ *
*
* getTestResource().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="BuildBase">
* <complexContent>
@@ -81,8 +81,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BuildBase", propOrder = {
@@ -110,11 +110,11 @@ public class BuildBase {
/**
* Gets the value of the defaultGoal property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getDefaultGoal() {
@@ -123,11 +123,11 @@ public class BuildBase {
/**
* Sets the value of the defaultGoal property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setDefaultGoal(String value) {
@@ -136,11 +136,11 @@ public class BuildBase {
/**
* Gets the value of the resources property.
- *
+ *
* @return
* possible object is
* {@link BuildBase.Resources }
- *
+ *
*/
@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")
public BuildBase.Resources getResources() {
@@ -149,11 +149,11 @@ public class BuildBase {
/**
* Sets the value of the resources property.
- *
+ *
* @param value
* allowed object is
* {@link BuildBase.Resources }
- *
+ *
*/
@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")
public void setResources(BuildBase.Resources value) {
@@ -162,11 +162,11 @@ public class BuildBase {
/**
* Gets the value of the testResources property.
- *
+ *
* @return
* possible object is
* {@link BuildBase.TestResources }
- *
+ *
*/
@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")
public BuildBase.TestResources getTestResources() {
@@ -175,11 +175,11 @@ public class BuildBase {
/**
* Sets the value of the testResources property.
- *
+ *
* @param value
* allowed object is
* {@link BuildBase.TestResources }
- *
+ *
*/
@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")
public void setTestResources(BuildBase.TestResources value) {
@@ -188,11 +188,11 @@ public class BuildBase {
/**
* Gets the value of the directory property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getDirectory() {
@@ -201,11 +201,11 @@ public class BuildBase {
/**
* Sets the value of the directory property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setDirectory(String value) {
@@ -214,11 +214,11 @@ public class BuildBase {
/**
* Gets the value of the finalName property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getFinalName() {
@@ -227,11 +227,11 @@ public class BuildBase {
/**
* Sets the value of the finalName property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setFinalName(String value) {
@@ -240,11 +240,11 @@ public class BuildBase {
/**
* Gets the value of the filters property.
- *
+ *
* @return
* possible object is
* {@link BuildBase.Filters }
- *
+ *
*/
@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")
public BuildBase.Filters getFilters() {
@@ -253,11 +253,11 @@ public class BuildBase {
/**
* Sets the value of the filters property.
- *
+ *
* @param value
* allowed object is
* {@link BuildBase.Filters }
- *
+ *
*/
@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")
public void setFilters(BuildBase.Filters value) {
@@ -266,11 +266,11 @@ public class BuildBase {
/**
* Gets the value of the pluginManagement property.
- *
+ *
* @return
* possible object is
* {@link PluginManagement }
- *
+ *
*/
@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")
public PluginManagement getPluginManagement() {
@@ -279,11 +279,11 @@ public class BuildBase {
/**
* Sets the value of the pluginManagement property.
- *
+ *
* @param value
* allowed object is
* {@link PluginManagement }
- *
+ *
*/
@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")
public void setPluginManagement(PluginManagement value) {
@@ -292,11 +292,11 @@ public class BuildBase {
/**
* Gets the value of the plugins property.
- *
+ *
* @return
* possible object is
* {@link BuildBase.Plugins }
- *
+ *
*/
@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")
public BuildBase.Plugins getPlugins() {
@@ -305,11 +305,11 @@ public class BuildBase {
/**
* Sets the value of the plugins property.
- *
+ *
* @param value
* allowed object is
* {@link BuildBase.Plugins }
- *
+ *
*/
@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")
public void setPlugins(BuildBase.Plugins value) {
@@ -319,9 +319,9 @@ public class BuildBase {
/**
*
* <complexType>
* <complexContent>
@@ -333,8 +333,8 @@ public class BuildBase {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -348,25 +348,25 @@ public class BuildBase {
/**
* Gets the value of the filter property.
- *
+ *
* set method for the filter property.
- *
+ *
*
* getFilter().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -395,8 +395,8 @@ public class BuildBase {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -410,25 +410,25 @@ public class BuildBase {
/**
* Gets the value of the plugin property.
- *
+ *
* set method for the plugin property.
- *
+ *
*
* getPlugin().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -457,8 +457,8 @@ public class BuildBase {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -472,25 +472,25 @@ public class BuildBase {
/**
* Gets the value of the resource property.
- *
+ *
* set method for the resource property.
- *
+ *
*
* getResource().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -519,8 +519,8 @@ public class BuildBase {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -534,25 +534,25 @@ public class BuildBase {
/**
* Gets the value of the testResource property.
- *
+ *
* set method for the testResource property.
- *
+ *
*
* getTestResource().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="CiManagement">
* <complexContent>
@@ -46,8 +46,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CiManagement", propOrder = {
@@ -65,11 +65,11 @@ public class CiManagement {
/**
* Gets the value of the system property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getSystem() {
@@ -78,11 +78,11 @@ public class CiManagement {
/**
* Sets the value of the system property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setSystem(String value) {
@@ -91,11 +91,11 @@ public class CiManagement {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -104,11 +104,11 @@ public class CiManagement {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
@@ -117,11 +117,11 @@ public class CiManagement {
/**
* Gets the value of the notifiers property.
- *
+ *
* @return
* possible object is
* {@link CiManagement.Notifiers }
- *
+ *
*/
@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")
public CiManagement.Notifiers getNotifiers() {
@@ -130,11 +130,11 @@ public class CiManagement {
/**
* Sets the value of the notifiers property.
- *
+ *
* @param value
* allowed object is
* {@link CiManagement.Notifiers }
- *
+ *
*/
@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")
public void setNotifiers(CiManagement.Notifiers value) {
@@ -144,9 +144,9 @@ public class CiManagement {
/**
*
* <complexType>
* <complexContent>
@@ -158,8 +158,8 @@ public class CiManagement {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -173,25 +173,25 @@ public class CiManagement {
/**
* Gets the value of the notifier property.
- *
+ *
* set method for the notifier property.
- *
+ *
*
* getNotifier().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Contributor">
* <complexContent>
@@ -67,8 +67,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Contributor", propOrder = {
@@ -96,11 +96,11 @@ public class Contributor {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -109,11 +109,11 @@ public class Contributor {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -122,11 +122,11 @@ public class Contributor {
/**
* Gets the value of the email property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getEmail() {
@@ -135,11 +135,11 @@ public class Contributor {
/**
* Sets the value of the email property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setEmail(String value) {
@@ -148,11 +148,11 @@ public class Contributor {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -161,11 +161,11 @@ public class Contributor {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
@@ -174,11 +174,11 @@ public class Contributor {
/**
* Gets the value of the organization property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getOrganization() {
@@ -187,11 +187,11 @@ public class Contributor {
/**
* Sets the value of the organization property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setOrganization(String value) {
@@ -200,11 +200,11 @@ public class Contributor {
/**
* Gets the value of the organizationUrl property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getOrganizationUrl() {
@@ -213,11 +213,11 @@ public class Contributor {
/**
* Sets the value of the organizationUrl property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setOrganizationUrl(String value) {
@@ -226,11 +226,11 @@ public class Contributor {
/**
* Gets the value of the roles property.
- *
+ *
* @return
* possible object is
* {@link Contributor.Roles }
- *
+ *
*/
@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")
public Contributor.Roles getRoles() {
@@ -239,11 +239,11 @@ public class Contributor {
/**
* Sets the value of the roles property.
- *
+ *
* @param value
* allowed object is
* {@link Contributor.Roles }
- *
+ *
*/
@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")
public void setRoles(Contributor.Roles value) {
@@ -252,11 +252,11 @@ public class Contributor {
/**
* Gets the value of the timezone property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getTimezone() {
@@ -265,11 +265,11 @@ public class Contributor {
/**
* Sets the value of the timezone property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setTimezone(String value) {
@@ -278,11 +278,11 @@ public class Contributor {
/**
* Gets the value of the properties property.
- *
+ *
* @return
* possible object is
* {@link Contributor.Properties }
- *
+ *
*/
@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")
public Contributor.Properties getProperties() {
@@ -291,11 +291,11 @@ public class Contributor {
/**
* Sets the value of the properties property.
- *
+ *
* @param value
* allowed object is
* {@link Contributor.Properties }
- *
+ *
*/
@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")
public void setProperties(Contributor.Properties value) {
@@ -305,9 +305,9 @@ public class Contributor {
/**
*
* <complexType>
* <complexContent>
@@ -319,8 +319,8 @@ public class Contributor {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -335,25 +335,25 @@ public class Contributor {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -382,8 +382,8 @@ public class Contributor {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -397,25 +397,25 @@ public class Contributor {
/**
* Gets the value of the role property.
- *
+ *
* set method for the role property.
- *
+ *
*
* getRole().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Dependency">
* <complexContent>
@@ -53,8 +53,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Dependency", propOrder = {
@@ -86,11 +86,11 @@ public class Dependency {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -99,11 +99,11 @@ public class Dependency {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
@@ -112,11 +112,11 @@ public class Dependency {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -125,11 +125,11 @@ public class Dependency {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -138,11 +138,11 @@ public class Dependency {
/**
* Gets the value of the version property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getVersion() {
@@ -151,11 +151,11 @@ public class Dependency {
/**
* Sets the value of the version property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setVersion(String value) {
@@ -164,11 +164,11 @@ public class Dependency {
/**
* Gets the value of the type property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getType() {
@@ -177,11 +177,11 @@ public class Dependency {
/**
* Sets the value of the type property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setType(String value) {
@@ -190,11 +190,11 @@ public class Dependency {
/**
* Gets the value of the classifier property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getClassifier() {
@@ -203,11 +203,11 @@ public class Dependency {
/**
* Sets the value of the classifier property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setClassifier(String value) {
@@ -216,11 +216,11 @@ public class Dependency {
/**
* Gets the value of the scope property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getScope() {
@@ -229,11 +229,11 @@ public class Dependency {
/**
* Sets the value of the scope property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setScope(String value) {
@@ -242,11 +242,11 @@ public class Dependency {
/**
* Gets the value of the systemPath property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getSystemPath() {
@@ -255,11 +255,11 @@ public class Dependency {
/**
* Sets the value of the systemPath property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setSystemPath(String value) {
@@ -268,11 +268,11 @@ public class Dependency {
/**
* Gets the value of the exclusions property.
- *
+ *
* @return
* possible object is
* {@link Dependency.Exclusions }
- *
+ *
*/
@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")
public Dependency.Exclusions getExclusions() {
@@ -281,11 +281,11 @@ public class Dependency {
/**
* Sets the value of the exclusions property.
- *
+ *
* @param value
* allowed object is
* {@link Dependency.Exclusions }
- *
+ *
*/
@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")
public void setExclusions(Dependency.Exclusions value) {
@@ -294,11 +294,11 @@ public class Dependency {
/**
* Gets the value of the optional property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isOptional() {
@@ -307,11 +307,11 @@ public class Dependency {
/**
* Sets the value of the optional property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setOptional(Boolean value) {
@@ -321,9 +321,9 @@ public class Dependency {
/**
*
* <complexType>
* <complexContent>
@@ -335,8 +335,8 @@ public class Dependency {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -350,25 +350,25 @@ public class Dependency {
/**
* Gets the value of the exclusion property.
- *
+ *
* set method for the exclusion property.
- *
+ *
*
* getExclusion().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="DependencyManagement">
* <complexContent>
@@ -46,8 +46,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DependencyManagement", propOrder = {
@@ -61,11 +61,11 @@ public class DependencyManagement {
/**
* Gets the value of the dependencies property.
- *
+ *
* @return
* possible object is
* {@link DependencyManagement.Dependencies }
- *
+ *
*/
@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")
public DependencyManagement.Dependencies getDependencies() {
@@ -74,11 +74,11 @@ public class DependencyManagement {
/**
* Sets the value of the dependencies property.
- *
+ *
* @param value
* allowed object is
* {@link DependencyManagement.Dependencies }
- *
+ *
*/
@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")
public void setDependencies(DependencyManagement.Dependencies value) {
@@ -88,9 +88,9 @@ public class DependencyManagement {
/**
*
* <complexType>
* <complexContent>
@@ -102,8 +102,8 @@ public class DependencyManagement {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -117,25 +117,25 @@ public class DependencyManagement {
/**
* Gets the value of the dependency property.
- *
+ *
* set method for the dependency property.
- *
+ *
*
* getDependency().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="DeploymentRepository">
* <complexContent>
@@ -39,8 +39,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DeploymentRepository", propOrder = {
@@ -64,11 +64,11 @@ public class DeploymentRepository {
/**
* Gets the value of the uniqueVersion property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isUniqueVersion() {
@@ -77,11 +77,11 @@ public class DeploymentRepository {
/**
* Sets the value of the uniqueVersion property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setUniqueVersion(Boolean value) {
@@ -90,11 +90,11 @@ public class DeploymentRepository {
/**
* Gets the value of the id property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getId() {
@@ -103,11 +103,11 @@ public class DeploymentRepository {
/**
* Sets the value of the id property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setId(String value) {
@@ -116,11 +116,11 @@ public class DeploymentRepository {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -129,11 +129,11 @@ public class DeploymentRepository {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -142,11 +142,11 @@ public class DeploymentRepository {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -155,11 +155,11 @@ public class DeploymentRepository {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
@@ -168,11 +168,11 @@ public class DeploymentRepository {
/**
* Gets the value of the layout property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getLayout() {
@@ -181,11 +181,11 @@ public class DeploymentRepository {
/**
* Sets the value of the layout property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setLayout(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Developer.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Developer.java
similarity index 94%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Developer.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Developer.java
index 8b354510b..af94c9a61 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Developer.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Developer.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import java.util.ArrayList;
import java.util.List;
@@ -19,14 +19,14 @@ import org.w3c.dom.Element;
/**
- *
+ *
* Information about one of the committers on this project.
- *
- *
+ *
+ *
*
* <complexType name="Developer">
* <complexContent>
@@ -66,8 +66,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Developer", propOrder = {
@@ -97,11 +97,11 @@ public class Developer {
/**
* Gets the value of the id property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getId() {
@@ -110,11 +110,11 @@ public class Developer {
/**
* Sets the value of the id property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setId(String value) {
@@ -123,11 +123,11 @@ public class Developer {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -136,11 +136,11 @@ public class Developer {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -149,11 +149,11 @@ public class Developer {
/**
* Gets the value of the email property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getEmail() {
@@ -162,11 +162,11 @@ public class Developer {
/**
* Sets the value of the email property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setEmail(String value) {
@@ -175,11 +175,11 @@ public class Developer {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -188,11 +188,11 @@ public class Developer {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
@@ -201,11 +201,11 @@ public class Developer {
/**
* Gets the value of the organization property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getOrganization() {
@@ -214,11 +214,11 @@ public class Developer {
/**
* Sets the value of the organization property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setOrganization(String value) {
@@ -227,11 +227,11 @@ public class Developer {
/**
* Gets the value of the organizationUrl property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getOrganizationUrl() {
@@ -240,11 +240,11 @@ public class Developer {
/**
* Sets the value of the organizationUrl property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setOrganizationUrl(String value) {
@@ -253,11 +253,11 @@ public class Developer {
/**
* Gets the value of the roles property.
- *
+ *
* @return
* possible object is
* {@link Developer.Roles }
- *
+ *
*/
@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")
public Developer.Roles getRoles() {
@@ -266,11 +266,11 @@ public class Developer {
/**
* Sets the value of the roles property.
- *
+ *
* @param value
* allowed object is
* {@link Developer.Roles }
- *
+ *
*/
@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")
public void setRoles(Developer.Roles value) {
@@ -279,11 +279,11 @@ public class Developer {
/**
* Gets the value of the timezone property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getTimezone() {
@@ -292,11 +292,11 @@ public class Developer {
/**
* Sets the value of the timezone property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setTimezone(String value) {
@@ -305,11 +305,11 @@ public class Developer {
/**
* Gets the value of the properties property.
- *
+ *
* @return
* possible object is
* {@link Developer.Properties }
- *
+ *
*/
@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")
public Developer.Properties getProperties() {
@@ -318,11 +318,11 @@ public class Developer {
/**
* Sets the value of the properties property.
- *
+ *
* @param value
* allowed object is
* {@link Developer.Properties }
- *
+ *
*/
@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")
public void setProperties(Developer.Properties value) {
@@ -332,9 +332,9 @@ public class Developer {
/**
*
* <complexType>
* <complexContent>
@@ -346,8 +346,8 @@ public class Developer {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -362,25 +362,25 @@ public class Developer {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -409,8 +409,8 @@ public class Developer {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -424,25 +424,25 @@ public class Developer {
/**
* Gets the value of the role property.
- *
+ *
* set method for the role property.
- *
+ *
*
* getRole().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="DistributionManagement">
* <complexContent>
@@ -41,8 +41,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DistributionManagement", propOrder = {
@@ -66,11 +66,11 @@ public class DistributionManagement {
/**
* Gets the value of the repository property.
- *
+ *
* @return
* possible object is
* {@link DeploymentRepository }
- *
+ *
*/
@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")
public DeploymentRepository getRepository() {
@@ -79,11 +79,11 @@ public class DistributionManagement {
/**
* Sets the value of the repository property.
- *
+ *
* @param value
* allowed object is
* {@link DeploymentRepository }
- *
+ *
*/
@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")
public void setRepository(DeploymentRepository value) {
@@ -92,11 +92,11 @@ public class DistributionManagement {
/**
* Gets the value of the snapshotRepository property.
- *
+ *
* @return
* possible object is
* {@link DeploymentRepository }
- *
+ *
*/
@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")
public DeploymentRepository getSnapshotRepository() {
@@ -105,11 +105,11 @@ public class DistributionManagement {
/**
* Sets the value of the snapshotRepository property.
- *
+ *
* @param value
* allowed object is
* {@link DeploymentRepository }
- *
+ *
*/
@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")
public void setSnapshotRepository(DeploymentRepository value) {
@@ -118,11 +118,11 @@ public class DistributionManagement {
/**
* Gets the value of the site property.
- *
+ *
* @return
* possible object is
* {@link Site }
- *
+ *
*/
@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")
public Site getSite() {
@@ -131,11 +131,11 @@ public class DistributionManagement {
/**
* Sets the value of the site property.
- *
+ *
* @param value
* allowed object is
* {@link Site }
- *
+ *
*/
@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")
public void setSite(Site value) {
@@ -144,11 +144,11 @@ public class DistributionManagement {
/**
* Gets the value of the downloadUrl property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getDownloadUrl() {
@@ -157,11 +157,11 @@ public class DistributionManagement {
/**
* Sets the value of the downloadUrl property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setDownloadUrl(String value) {
@@ -170,11 +170,11 @@ public class DistributionManagement {
/**
* Gets the value of the relocation property.
- *
+ *
* @return
* possible object is
* {@link Relocation }
- *
+ *
*/
@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")
public Relocation getRelocation() {
@@ -183,11 +183,11 @@ public class DistributionManagement {
/**
* Sets the value of the relocation property.
- *
+ *
* @param value
* allowed object is
* {@link Relocation }
- *
+ *
*/
@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")
public void setRelocation(Relocation value) {
@@ -196,11 +196,11 @@ public class DistributionManagement {
/**
* Gets the value of the status property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getStatus() {
@@ -209,11 +209,11 @@ public class DistributionManagement {
/**
* Sets the value of the status property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setStatus(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Exclusion.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Exclusion.java
similarity index 90%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Exclusion.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Exclusion.java
index 46dfdc9b7..d4310ad59 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Exclusion.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Exclusion.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
@@ -16,11 +16,11 @@ import javax.xml.bind.annotation.XmlType;
/**
* 4.0.0
- *
+ *
*
* <complexType name="Exclusion">
* <complexContent>
@@ -33,8 +33,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Exclusion", propOrder = {
@@ -50,11 +50,11 @@ public class Exclusion {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -63,11 +63,11 @@ public class Exclusion {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -76,11 +76,11 @@ public class Exclusion {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -89,11 +89,11 @@ public class Exclusion {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Extension.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Extension.java
similarity index 91%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Extension.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Extension.java
index 7322695b1..c38000b32 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Extension.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Extension.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
@@ -16,11 +16,11 @@ import javax.xml.bind.annotation.XmlType;
/**
* Describes a build extension to utilise.
- *
+ *
*
* <complexType name="Extension">
* <complexContent>
@@ -34,8 +34,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Extension", propOrder = {
@@ -53,11 +53,11 @@ public class Extension {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -66,11 +66,11 @@ public class Extension {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
@@ -79,11 +79,11 @@ public class Extension {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -92,11 +92,11 @@ public class Extension {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -105,11 +105,11 @@ public class Extension {
/**
* Gets the value of the version property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getVersion() {
@@ -118,11 +118,11 @@ public class Extension {
/**
* Sets the value of the version property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setVersion(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/IssueManagement.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/IssueManagement.java
similarity index 90%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/IssueManagement.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/IssueManagement.java
index 7eb379ce2..c7ed10e95 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/IssueManagement.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/IssueManagement.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
@@ -15,14 +15,14 @@ import javax.xml.bind.annotation.XmlType;
/**
- *
+ *
* Information about the issue tracking (or bug tracking) system used to manage this project.
- *
- *
+ *
+ *
*
* <complexType name="IssueManagement">
* <complexContent>
@@ -35,8 +35,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "IssueManagement", propOrder = {
@@ -52,11 +52,11 @@ public class IssueManagement {
/**
* Gets the value of the system property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getSystem() {
@@ -65,11 +65,11 @@ public class IssueManagement {
/**
* Sets the value of the system property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setSystem(String value) {
@@ -78,11 +78,11 @@ public class IssueManagement {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -91,11 +91,11 @@ public class IssueManagement {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/License.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/License.java
similarity index 92%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/License.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/License.java
index 43592ad28..c6c6b4614 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/License.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/License.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
@@ -15,16 +15,16 @@ import javax.xml.bind.annotation.XmlType;
/**
- *
+ *
* Describes the licenses for this project. This is used to generate
* the license page of the project's web site, as well as being taken into consideration in other reporting and
* validation. The licenses listed for the project are that of the project itself, and not of dependencies.
- *
- *
+ *
+ *
*
* <complexType name="License">
* <complexContent>
@@ -39,8 +39,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "License", propOrder = {
@@ -60,11 +60,11 @@ public class License {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -73,11 +73,11 @@ public class License {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -86,11 +86,11 @@ public class License {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -99,11 +99,11 @@ public class License {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
@@ -112,11 +112,11 @@ public class License {
/**
* Gets the value of the distribution property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getDistribution() {
@@ -125,11 +125,11 @@ public class License {
/**
* Sets the value of the distribution property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setDistribution(String value) {
@@ -138,11 +138,11 @@ public class License {
/**
* Gets the value of the comments property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getComments() {
@@ -151,11 +151,11 @@ public class License {
/**
* Sets the value of the comments property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setComments(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/MailingList.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/MailingList.java
similarity index 94%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/MailingList.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/MailingList.java
index 0efcb279d..a69a5f4da 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/MailingList.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/MailingList.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import java.util.ArrayList;
import java.util.List;
@@ -17,15 +17,15 @@ import javax.xml.bind.annotation.XmlType;
/**
- *
+ *
* This element describes all of the mailing lists associated with
* a project. The auto-generated site references this information.
- *
- *
+ *
+ *
*
* <complexType name="MailingList">
* <complexContent>
@@ -52,8 +52,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "MailingList", propOrder = {
@@ -77,11 +77,11 @@ public class MailingList {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -90,11 +90,11 @@ public class MailingList {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -103,11 +103,11 @@ public class MailingList {
/**
* Gets the value of the subscribe property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getSubscribe() {
@@ -116,11 +116,11 @@ public class MailingList {
/**
* Sets the value of the subscribe property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setSubscribe(String value) {
@@ -129,11 +129,11 @@ public class MailingList {
/**
* Gets the value of the unsubscribe property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUnsubscribe() {
@@ -142,11 +142,11 @@ public class MailingList {
/**
* Sets the value of the unsubscribe property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUnsubscribe(String value) {
@@ -155,11 +155,11 @@ public class MailingList {
/**
* Gets the value of the post property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getPost() {
@@ -168,11 +168,11 @@ public class MailingList {
/**
* Sets the value of the post property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setPost(String value) {
@@ -181,11 +181,11 @@ public class MailingList {
/**
* Gets the value of the archive property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArchive() {
@@ -194,11 +194,11 @@ public class MailingList {
/**
* Sets the value of the archive property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArchive(String value) {
@@ -207,11 +207,11 @@ public class MailingList {
/**
* Gets the value of the otherArchives property.
- *
+ *
* @return
* possible object is
* {@link MailingList.OtherArchives }
- *
+ *
*/
@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")
public MailingList.OtherArchives getOtherArchives() {
@@ -220,11 +220,11 @@ public class MailingList {
/**
* Sets the value of the otherArchives property.
- *
+ *
* @param value
* allowed object is
* {@link MailingList.OtherArchives }
- *
+ *
*/
@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")
public void setOtherArchives(MailingList.OtherArchives value) {
@@ -234,9 +234,9 @@ public class MailingList {
/**
*
* <complexType>
* <complexContent>
@@ -248,8 +248,8 @@ public class MailingList {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -263,25 +263,25 @@ public class MailingList {
/**
* Gets the value of the otherArchive property.
- *
+ *
* set method for the otherArchive property.
- *
+ *
*
* getOtherArchive().add(newItem);
*
- *
- *
+ *
+ *
* <project> element is the root of the descriptor.
* The following table lists all of the possible child elements.
- *
- *
+ *
+ *
*
* <complexType name="Model">
* <complexContent>
@@ -179,8 +179,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Model", propOrder = {
@@ -253,11 +253,11 @@ public class Model {
/**
* Gets the value of the parent property.
- *
+ *
* @return
* possible object is
* {@link Parent }
- *
+ *
*/
@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")
public Parent getParent() {
@@ -266,11 +266,11 @@ public class Model {
/**
* Sets the value of the parent property.
- *
+ *
* @param value
* allowed object is
* {@link Parent }
- *
+ *
*/
@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")
public void setParent(Parent value) {
@@ -279,11 +279,11 @@ public class Model {
/**
* Gets the value of the modelVersion property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getModelVersion() {
@@ -292,11 +292,11 @@ public class Model {
/**
* Sets the value of the modelVersion property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setModelVersion(String value) {
@@ -305,11 +305,11 @@ public class Model {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -318,11 +318,11 @@ public class Model {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
@@ -331,11 +331,11 @@ public class Model {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -344,11 +344,11 @@ public class Model {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -357,11 +357,11 @@ public class Model {
/**
* Gets the value of the packaging property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getPackaging() {
@@ -370,11 +370,11 @@ public class Model {
/**
* Sets the value of the packaging property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setPackaging(String value) {
@@ -383,11 +383,11 @@ public class Model {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -396,11 +396,11 @@ public class Model {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -409,11 +409,11 @@ public class Model {
/**
* Gets the value of the version property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getVersion() {
@@ -422,11 +422,11 @@ public class Model {
/**
* Sets the value of the version property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setVersion(String value) {
@@ -435,11 +435,11 @@ public class Model {
/**
* Gets the value of the description property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getDescription() {
@@ -448,11 +448,11 @@ public class Model {
/**
* Sets the value of the description property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setDescription(String value) {
@@ -461,11 +461,11 @@ public class Model {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -474,11 +474,11 @@ public class Model {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
@@ -487,11 +487,11 @@ public class Model {
/**
* Gets the value of the prerequisites property.
- *
+ *
* @return
* possible object is
* {@link Prerequisites }
- *
+ *
*/
@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")
public Prerequisites getPrerequisites() {
@@ -500,11 +500,11 @@ public class Model {
/**
* Sets the value of the prerequisites property.
- *
+ *
* @param value
* allowed object is
* {@link Prerequisites }
- *
+ *
*/
@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")
public void setPrerequisites(Prerequisites value) {
@@ -513,11 +513,11 @@ public class Model {
/**
* Gets the value of the issueManagement property.
- *
+ *
* @return
* possible object is
* {@link IssueManagement }
- *
+ *
*/
@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")
public IssueManagement getIssueManagement() {
@@ -526,11 +526,11 @@ public class Model {
/**
* Sets the value of the issueManagement property.
- *
+ *
* @param value
* allowed object is
* {@link IssueManagement }
- *
+ *
*/
@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")
public void setIssueManagement(IssueManagement value) {
@@ -539,11 +539,11 @@ public class Model {
/**
* Gets the value of the ciManagement property.
- *
+ *
* @return
* possible object is
* {@link CiManagement }
- *
+ *
*/
@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")
public CiManagement getCiManagement() {
@@ -552,11 +552,11 @@ public class Model {
/**
* Sets the value of the ciManagement property.
- *
+ *
* @param value
* allowed object is
* {@link CiManagement }
- *
+ *
*/
@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")
public void setCiManagement(CiManagement value) {
@@ -565,11 +565,11 @@ public class Model {
/**
* Gets the value of the inceptionYear property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getInceptionYear() {
@@ -578,11 +578,11 @@ public class Model {
/**
* Sets the value of the inceptionYear property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setInceptionYear(String value) {
@@ -591,11 +591,11 @@ public class Model {
/**
* Gets the value of the mailingLists property.
- *
+ *
* @return
* possible object is
* {@link Model.MailingLists }
- *
+ *
*/
@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")
public Model.MailingLists getMailingLists() {
@@ -604,11 +604,11 @@ public class Model {
/**
* Sets the value of the mailingLists property.
- *
+ *
* @param value
* allowed object is
* {@link Model.MailingLists }
- *
+ *
*/
@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")
public void setMailingLists(Model.MailingLists value) {
@@ -617,11 +617,11 @@ public class Model {
/**
* Gets the value of the developers property.
- *
+ *
* @return
* possible object is
* {@link Model.Developers }
- *
+ *
*/
@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")
public Model.Developers getDevelopers() {
@@ -630,11 +630,11 @@ public class Model {
/**
* Sets the value of the developers property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Developers }
- *
+ *
*/
@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")
public void setDevelopers(Model.Developers value) {
@@ -643,11 +643,11 @@ public class Model {
/**
* Gets the value of the contributors property.
- *
+ *
* @return
* possible object is
* {@link Model.Contributors }
- *
+ *
*/
@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")
public Model.Contributors getContributors() {
@@ -656,11 +656,11 @@ public class Model {
/**
* Sets the value of the contributors property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Contributors }
- *
+ *
*/
@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")
public void setContributors(Model.Contributors value) {
@@ -669,11 +669,11 @@ public class Model {
/**
* Gets the value of the licenses property.
- *
+ *
* @return
* possible object is
* {@link Model.Licenses }
- *
+ *
*/
@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")
public Model.Licenses getLicenses() {
@@ -682,11 +682,11 @@ public class Model {
/**
* Sets the value of the licenses property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Licenses }
- *
+ *
*/
@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")
public void setLicenses(Model.Licenses value) {
@@ -695,11 +695,11 @@ public class Model {
/**
* Gets the value of the scm property.
- *
+ *
* @return
* possible object is
* {@link Scm }
- *
+ *
*/
@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")
public Scm getScm() {
@@ -708,11 +708,11 @@ public class Model {
/**
* Sets the value of the scm property.
- *
+ *
* @param value
* allowed object is
* {@link Scm }
- *
+ *
*/
@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")
public void setScm(Scm value) {
@@ -721,11 +721,11 @@ public class Model {
/**
* Gets the value of the organization property.
- *
+ *
* @return
* possible object is
* {@link Organization }
- *
+ *
*/
@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")
public Organization getOrganization() {
@@ -734,11 +734,11 @@ public class Model {
/**
* Sets the value of the organization property.
- *
+ *
* @param value
* allowed object is
* {@link Organization }
- *
+ *
*/
@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")
public void setOrganization(Organization value) {
@@ -747,11 +747,11 @@ public class Model {
/**
* Gets the value of the build property.
- *
+ *
* @return
* possible object is
* {@link Build }
- *
+ *
*/
@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")
public Build getBuild() {
@@ -760,11 +760,11 @@ public class Model {
/**
* Sets the value of the build property.
- *
+ *
* @param value
* allowed object is
* {@link Build }
- *
+ *
*/
@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")
public void setBuild(Build value) {
@@ -773,11 +773,11 @@ public class Model {
/**
* Gets the value of the profiles property.
- *
+ *
* @return
* possible object is
* {@link Model.Profiles }
- *
+ *
*/
@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")
public Model.Profiles getProfiles() {
@@ -786,11 +786,11 @@ public class Model {
/**
* Sets the value of the profiles property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Profiles }
- *
+ *
*/
@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")
public void setProfiles(Model.Profiles value) {
@@ -799,11 +799,11 @@ public class Model {
/**
* Gets the value of the modules property.
- *
+ *
* @return
* possible object is
* {@link Model.Modules }
- *
+ *
*/
@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")
public Model.Modules getModules() {
@@ -812,11 +812,11 @@ public class Model {
/**
* Sets the value of the modules property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Modules }
- *
+ *
*/
@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")
public void setModules(Model.Modules value) {
@@ -825,11 +825,11 @@ public class Model {
/**
* Gets the value of the repositories property.
- *
+ *
* @return
* possible object is
* {@link Model.Repositories }
- *
+ *
*/
@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")
public Model.Repositories getRepositories() {
@@ -838,11 +838,11 @@ public class Model {
/**
* Sets the value of the repositories property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Repositories }
- *
+ *
*/
@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")
public void setRepositories(Model.Repositories value) {
@@ -851,11 +851,11 @@ public class Model {
/**
* Gets the value of the pluginRepositories property.
- *
+ *
* @return
* possible object is
* {@link Model.PluginRepositories }
- *
+ *
*/
@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")
public Model.PluginRepositories getPluginRepositories() {
@@ -864,11 +864,11 @@ public class Model {
/**
* Sets the value of the pluginRepositories property.
- *
+ *
* @param value
* allowed object is
* {@link Model.PluginRepositories }
- *
+ *
*/
@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")
public void setPluginRepositories(Model.PluginRepositories value) {
@@ -877,11 +877,11 @@ public class Model {
/**
* Gets the value of the dependencies property.
- *
+ *
* @return
* possible object is
* {@link Model.Dependencies }
- *
+ *
*/
@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")
public Model.Dependencies getDependencies() {
@@ -890,11 +890,11 @@ public class Model {
/**
* Sets the value of the dependencies property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Dependencies }
- *
+ *
*/
@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")
public void setDependencies(Model.Dependencies value) {
@@ -903,11 +903,11 @@ public class Model {
/**
* Gets the value of the reports property.
- *
+ *
* @return
* possible object is
* {@link Model.Reports }
- *
+ *
*/
@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")
public Model.Reports getReports() {
@@ -916,11 +916,11 @@ public class Model {
/**
* Sets the value of the reports property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Reports }
- *
+ *
*/
@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")
public void setReports(Model.Reports value) {
@@ -929,11 +929,11 @@ public class Model {
/**
* Gets the value of the reporting property.
- *
+ *
* @return
* possible object is
* {@link Reporting }
- *
+ *
*/
@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")
public Reporting getReporting() {
@@ -942,11 +942,11 @@ public class Model {
/**
* Sets the value of the reporting property.
- *
+ *
* @param value
* allowed object is
* {@link Reporting }
- *
+ *
*/
@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")
public void setReporting(Reporting value) {
@@ -955,11 +955,11 @@ public class Model {
/**
* Gets the value of the dependencyManagement property.
- *
+ *
* @return
* possible object is
* {@link DependencyManagement }
- *
+ *
*/
@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")
public DependencyManagement getDependencyManagement() {
@@ -968,11 +968,11 @@ public class Model {
/**
* Sets the value of the dependencyManagement property.
- *
+ *
* @param value
* allowed object is
* {@link DependencyManagement }
- *
+ *
*/
@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")
public void setDependencyManagement(DependencyManagement value) {
@@ -981,11 +981,11 @@ public class Model {
/**
* Gets the value of the distributionManagement property.
- *
+ *
* @return
* possible object is
* {@link DistributionManagement }
- *
+ *
*/
@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")
public DistributionManagement getDistributionManagement() {
@@ -994,11 +994,11 @@ public class Model {
/**
* Sets the value of the distributionManagement property.
- *
+ *
* @param value
* allowed object is
* {@link DistributionManagement }
- *
+ *
*/
@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")
public void setDistributionManagement(DistributionManagement value) {
@@ -1007,11 +1007,11 @@ public class Model {
/**
* Gets the value of the properties property.
- *
+ *
* @return
* possible object is
* {@link Model.Properties }
- *
+ *
*/
@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")
public Model.Properties getProperties() {
@@ -1020,11 +1020,11 @@ public class Model {
/**
* Sets the value of the properties property.
- *
+ *
* @param value
* allowed object is
* {@link Model.Properties }
- *
+ *
*/
@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")
public void setProperties(Model.Properties value) {
@@ -1034,9 +1034,9 @@ public class Model {
/**
*
* <complexType>
* <complexContent>
@@ -1048,8 +1048,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1063,25 +1063,25 @@ public class Model {
/**
* Gets the value of the contributor property.
- *
+ *
* set method for the contributor property.
- *
+ *
*
* getContributor().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1110,8 +1110,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1125,25 +1125,25 @@ public class Model {
/**
* Gets the value of the dependency property.
- *
+ *
* set method for the dependency property.
- *
+ *
*
* getDependency().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1172,8 +1172,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1187,25 +1187,25 @@ public class Model {
/**
* Gets the value of the developer property.
- *
+ *
* set method for the developer property.
- *
+ *
*
* getDeveloper().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1234,8 +1234,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1249,25 +1249,25 @@ public class Model {
/**
* Gets the value of the license property.
- *
+ *
* set method for the license property.
- *
+ *
*
* getLicense().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1296,8 +1296,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1311,25 +1311,25 @@ public class Model {
/**
* Gets the value of the mailingList property.
- *
+ *
* set method for the mailingList property.
- *
+ *
*
* getMailingList().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1358,8 +1358,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1373,25 +1373,25 @@ public class Model {
/**
* Gets the value of the module property.
- *
+ *
* set method for the module property.
- *
+ *
*
* getModule().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1420,8 +1420,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1435,25 +1435,25 @@ public class Model {
/**
* Gets the value of the pluginRepository property.
- *
+ *
* set method for the pluginRepository property.
- *
+ *
*
* getPluginRepository().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1482,8 +1482,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1497,25 +1497,25 @@ public class Model {
/**
* Gets the value of the profile property.
- *
+ *
* set method for the profile property.
- *
+ *
*
* getProfile().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1544,8 +1544,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1560,25 +1560,25 @@ public class Model {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1607,8 +1607,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1623,25 +1623,25 @@ public class Model {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -1670,8 +1670,8 @@ public class Model {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -1685,25 +1685,25 @@ public class Model {
/**
* Gets the value of the repository property.
- *
+ *
* set method for the repository property.
- *
+ *
*
* getRepository().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Notifier">
* <complexContent>
@@ -55,8 +55,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Notifier", propOrder = {
@@ -87,11 +87,11 @@ public class Notifier {
/**
* Gets the value of the type property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getType() {
@@ -100,11 +100,11 @@ public class Notifier {
/**
* Sets the value of the type property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setType(String value) {
@@ -113,11 +113,11 @@ public class Notifier {
/**
* Gets the value of the sendOnError property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isSendOnError() {
@@ -126,11 +126,11 @@ public class Notifier {
/**
* Sets the value of the sendOnError property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setSendOnError(Boolean value) {
@@ -139,11 +139,11 @@ public class Notifier {
/**
* Gets the value of the sendOnFailure property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isSendOnFailure() {
@@ -152,11 +152,11 @@ public class Notifier {
/**
* Sets the value of the sendOnFailure property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setSendOnFailure(Boolean value) {
@@ -165,11 +165,11 @@ public class Notifier {
/**
* Gets the value of the sendOnSuccess property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isSendOnSuccess() {
@@ -178,11 +178,11 @@ public class Notifier {
/**
* Sets the value of the sendOnSuccess property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setSendOnSuccess(Boolean value) {
@@ -191,11 +191,11 @@ public class Notifier {
/**
* Gets the value of the sendOnWarning property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isSendOnWarning() {
@@ -204,11 +204,11 @@ public class Notifier {
/**
* Sets the value of the sendOnWarning property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setSendOnWarning(Boolean value) {
@@ -217,11 +217,11 @@ public class Notifier {
/**
* Gets the value of the address property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getAddress() {
@@ -230,11 +230,11 @@ public class Notifier {
/**
* Sets the value of the address property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setAddress(String value) {
@@ -243,11 +243,11 @@ public class Notifier {
/**
* Gets the value of the configuration property.
- *
+ *
* @return
* possible object is
* {@link Notifier.Configuration }
- *
+ *
*/
@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")
public Notifier.Configuration getConfiguration() {
@@ -256,11 +256,11 @@ public class Notifier {
/**
* Sets the value of the configuration property.
- *
+ *
* @param value
* allowed object is
* {@link Notifier.Configuration }
- *
+ *
*/
@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")
public void setConfiguration(Notifier.Configuration value) {
@@ -270,9 +270,9 @@ public class Notifier {
/**
*
* <complexType>
* <complexContent>
@@ -284,8 +284,8 @@ public class Notifier {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -300,25 +300,25 @@ public class Notifier {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Organization">
* <complexContent>
@@ -33,8 +33,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Organization", propOrder = {
@@ -50,11 +50,11 @@ public class Organization {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -63,11 +63,11 @@ public class Organization {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -76,11 +76,11 @@ public class Organization {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -89,11 +89,11 @@ public class Organization {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Parent.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Parent.java
similarity index 92%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Parent.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Parent.java
index 622959efd..67e7b6a73 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Parent.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Parent.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
@@ -17,11 +17,11 @@ import javax.xml.bind.annotation.XmlType;
/**
* 4.0.0
- *
+ *
*
* <complexType name="Parent">
* <complexContent>
@@ -36,8 +36,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Parent", propOrder = {
@@ -58,11 +58,11 @@ public class Parent {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -71,11 +71,11 @@ public class Parent {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -84,11 +84,11 @@ public class Parent {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -97,11 +97,11 @@ public class Parent {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
@@ -110,11 +110,11 @@ public class Parent {
/**
* Gets the value of the version property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getVersion() {
@@ -123,11 +123,11 @@ public class Parent {
/**
* Sets the value of the version property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setVersion(String value) {
@@ -136,11 +136,11 @@ public class Parent {
/**
* Gets the value of the relativePath property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getRelativePath() {
@@ -149,11 +149,11 @@ public class Parent {
/**
* Sets the value of the relativePath property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setRelativePath(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Plugin.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Plugin.java
similarity index 95%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Plugin.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Plugin.java
index 18d9f4a54..91913d0ef 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Plugin.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Plugin.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import java.util.ArrayList;
import java.util.List;
@@ -21,11 +21,11 @@ import org.w3c.dom.Element;
/**
* 4.0.0
- *
+ *
*
* <complexType name="Plugin">
* <complexContent>
@@ -85,8 +85,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Plugin", propOrder = {
@@ -118,11 +118,11 @@ public class Plugin {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -131,11 +131,11 @@ public class Plugin {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
@@ -144,11 +144,11 @@ public class Plugin {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -157,11 +157,11 @@ public class Plugin {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -170,11 +170,11 @@ public class Plugin {
/**
* Gets the value of the version property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getVersion() {
@@ -183,11 +183,11 @@ public class Plugin {
/**
* Sets the value of the version property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setVersion(String value) {
@@ -196,11 +196,11 @@ public class Plugin {
/**
* Gets the value of the extensions property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isExtensions() {
@@ -209,11 +209,11 @@ public class Plugin {
/**
* Sets the value of the extensions property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setExtensions(Boolean value) {
@@ -222,11 +222,11 @@ public class Plugin {
/**
* Gets the value of the executions property.
- *
+ *
* @return
* possible object is
* {@link Plugin.Executions }
- *
+ *
*/
@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")
public Plugin.Executions getExecutions() {
@@ -235,11 +235,11 @@ public class Plugin {
/**
* Sets the value of the executions property.
- *
+ *
* @param value
* allowed object is
* {@link Plugin.Executions }
- *
+ *
*/
@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")
public void setExecutions(Plugin.Executions value) {
@@ -248,11 +248,11 @@ public class Plugin {
/**
* Gets the value of the dependencies property.
- *
+ *
* @return
* possible object is
* {@link Plugin.Dependencies }
- *
+ *
*/
@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")
public Plugin.Dependencies getDependencies() {
@@ -261,11 +261,11 @@ public class Plugin {
/**
* Sets the value of the dependencies property.
- *
+ *
* @param value
* allowed object is
* {@link Plugin.Dependencies }
- *
+ *
*/
@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")
public void setDependencies(Plugin.Dependencies value) {
@@ -274,11 +274,11 @@ public class Plugin {
/**
* Gets the value of the goals property.
- *
+ *
* @return
* possible object is
* {@link Plugin.Goals }
- *
+ *
*/
@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")
public Plugin.Goals getGoals() {
@@ -287,11 +287,11 @@ public class Plugin {
/**
* Sets the value of the goals property.
- *
+ *
* @param value
* allowed object is
* {@link Plugin.Goals }
- *
+ *
*/
@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")
public void setGoals(Plugin.Goals value) {
@@ -300,11 +300,11 @@ public class Plugin {
/**
* Gets the value of the inherited property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getInherited() {
@@ -313,11 +313,11 @@ public class Plugin {
/**
* Sets the value of the inherited property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setInherited(String value) {
@@ -326,11 +326,11 @@ public class Plugin {
/**
* Gets the value of the configuration property.
- *
+ *
* @return
* possible object is
* {@link Plugin.Configuration }
- *
+ *
*/
@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")
public Plugin.Configuration getConfiguration() {
@@ -339,11 +339,11 @@ public class Plugin {
/**
* Sets the value of the configuration property.
- *
+ *
* @param value
* allowed object is
* {@link Plugin.Configuration }
- *
+ *
*/
@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")
public void setConfiguration(Plugin.Configuration value) {
@@ -353,9 +353,9 @@ public class Plugin {
/**
*
* <complexType>
* <complexContent>
@@ -367,8 +367,8 @@ public class Plugin {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -383,25 +383,25 @@ public class Plugin {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -430,8 +430,8 @@ public class Plugin {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -445,25 +445,25 @@ public class Plugin {
/**
* Gets the value of the dependency property.
- *
+ *
* set method for the dependency property.
- *
+ *
*
* getDependency().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -492,8 +492,8 @@ public class Plugin {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -507,25 +507,25 @@ public class Plugin {
/**
* Gets the value of the execution property.
- *
+ *
* set method for the execution property.
- *
+ *
*
* getExecution().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -554,8 +554,8 @@ public class Plugin {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -570,25 +570,25 @@ public class Plugin {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="PluginExecution">
* <complexContent>
@@ -61,8 +61,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PluginExecution", propOrder = {
@@ -85,11 +85,11 @@ public class PluginExecution {
/**
* Gets the value of the id property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getId() {
@@ -98,11 +98,11 @@ public class PluginExecution {
/**
* Sets the value of the id property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setId(String value) {
@@ -111,11 +111,11 @@ public class PluginExecution {
/**
* Gets the value of the phase property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getPhase() {
@@ -124,11 +124,11 @@ public class PluginExecution {
/**
* Sets the value of the phase property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setPhase(String value) {
@@ -137,11 +137,11 @@ public class PluginExecution {
/**
* Gets the value of the goals property.
- *
+ *
* @return
* possible object is
* {@link PluginExecution.Goals }
- *
+ *
*/
@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")
public PluginExecution.Goals getGoals() {
@@ -150,11 +150,11 @@ public class PluginExecution {
/**
* Sets the value of the goals property.
- *
+ *
* @param value
* allowed object is
* {@link PluginExecution.Goals }
- *
+ *
*/
@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")
public void setGoals(PluginExecution.Goals value) {
@@ -163,11 +163,11 @@ public class PluginExecution {
/**
* Gets the value of the inherited property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getInherited() {
@@ -176,11 +176,11 @@ public class PluginExecution {
/**
* Sets the value of the inherited property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setInherited(String value) {
@@ -189,11 +189,11 @@ public class PluginExecution {
/**
* Gets the value of the configuration property.
- *
+ *
* @return
* possible object is
* {@link PluginExecution.Configuration }
- *
+ *
*/
@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")
public PluginExecution.Configuration getConfiguration() {
@@ -202,11 +202,11 @@ public class PluginExecution {
/**
* Sets the value of the configuration property.
- *
+ *
* @param value
* allowed object is
* {@link PluginExecution.Configuration }
- *
+ *
*/
@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")
public void setConfiguration(PluginExecution.Configuration value) {
@@ -216,9 +216,9 @@ public class PluginExecution {
/**
*
* <complexType>
* <complexContent>
@@ -230,8 +230,8 @@ public class PluginExecution {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -246,25 +246,25 @@ public class PluginExecution {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -293,8 +293,8 @@ public class PluginExecution {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -308,25 +308,25 @@ public class PluginExecution {
/**
* Gets the value of the goal property.
- *
+ *
* set method for the goal property.
- *
+ *
*
* getGoal().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="PluginManagement">
* <complexContent>
@@ -46,8 +46,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PluginManagement", propOrder = {
@@ -61,11 +61,11 @@ public class PluginManagement {
/**
* Gets the value of the plugins property.
- *
+ *
* @return
* possible object is
* {@link PluginManagement.Plugins }
- *
+ *
*/
@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")
public PluginManagement.Plugins getPlugins() {
@@ -74,11 +74,11 @@ public class PluginManagement {
/**
* Sets the value of the plugins property.
- *
+ *
* @param value
* allowed object is
* {@link PluginManagement.Plugins }
- *
+ *
*/
@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")
public void setPlugins(PluginManagement.Plugins value) {
@@ -88,9 +88,9 @@ public class PluginManagement {
/**
*
* <complexType>
* <complexContent>
@@ -102,8 +102,8 @@ public class PluginManagement {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -117,25 +117,25 @@ public class PluginManagement {
/**
* Gets the value of the plugin property.
- *
+ *
* set method for the plugin property.
- *
+ *
*
* getPlugin().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Prerequisites">
* <complexContent>
@@ -33,8 +33,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Prerequisites", propOrder = {
@@ -49,11 +49,11 @@ public class Prerequisites {
/**
* Gets the value of the maven property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getMaven() {
@@ -62,11 +62,11 @@ public class Prerequisites {
/**
* Sets the value of the maven property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setMaven(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Profile.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Profile.java
similarity index 95%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Profile.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Profile.java
index e0b000f39..e096f6700 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Profile.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Profile.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import java.util.ArrayList;
import java.util.List;
@@ -19,14 +19,14 @@ import org.w3c.dom.Element;
/**
- *
+ *
* Modifications to the build process which is activated based on environmental parameters or command line arguments.
- *
- *
+ *
+ *
*
* <complexType name="Profile">
* <complexContent>
@@ -109,8 +109,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Profile", propOrder = {
@@ -146,11 +146,11 @@ public class Profile {
/**
* Gets the value of the id property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getId() {
@@ -159,11 +159,11 @@ public class Profile {
/**
* Sets the value of the id property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setId(String value) {
@@ -172,11 +172,11 @@ public class Profile {
/**
* Gets the value of the activation property.
- *
+ *
* @return
* possible object is
* {@link Activation }
- *
+ *
*/
@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")
public Activation getActivation() {
@@ -185,11 +185,11 @@ public class Profile {
/**
* Sets the value of the activation property.
- *
+ *
* @param value
* allowed object is
* {@link Activation }
- *
+ *
*/
@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")
public void setActivation(Activation value) {
@@ -198,11 +198,11 @@ public class Profile {
/**
* Gets the value of the build property.
- *
+ *
* @return
* possible object is
* {@link BuildBase }
- *
+ *
*/
@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")
public BuildBase getBuild() {
@@ -211,11 +211,11 @@ public class Profile {
/**
* Sets the value of the build property.
- *
+ *
* @param value
* allowed object is
* {@link BuildBase }
- *
+ *
*/
@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")
public void setBuild(BuildBase value) {
@@ -224,11 +224,11 @@ public class Profile {
/**
* Gets the value of the modules property.
- *
+ *
* @return
* possible object is
* {@link Profile.Modules }
- *
+ *
*/
@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")
public Profile.Modules getModules() {
@@ -237,11 +237,11 @@ public class Profile {
/**
* Sets the value of the modules property.
- *
+ *
* @param value
* allowed object is
* {@link Profile.Modules }
- *
+ *
*/
@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")
public void setModules(Profile.Modules value) {
@@ -250,11 +250,11 @@ public class Profile {
/**
* Gets the value of the repositories property.
- *
+ *
* @return
* possible object is
* {@link Profile.Repositories }
- *
+ *
*/
@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")
public Profile.Repositories getRepositories() {
@@ -263,11 +263,11 @@ public class Profile {
/**
* Sets the value of the repositories property.
- *
+ *
* @param value
* allowed object is
* {@link Profile.Repositories }
- *
+ *
*/
@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")
public void setRepositories(Profile.Repositories value) {
@@ -276,11 +276,11 @@ public class Profile {
/**
* Gets the value of the pluginRepositories property.
- *
+ *
* @return
* possible object is
* {@link Profile.PluginRepositories }
- *
+ *
*/
@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")
public Profile.PluginRepositories getPluginRepositories() {
@@ -289,11 +289,11 @@ public class Profile {
/**
* Sets the value of the pluginRepositories property.
- *
+ *
* @param value
* allowed object is
* {@link Profile.PluginRepositories }
- *
+ *
*/
@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")
public void setPluginRepositories(Profile.PluginRepositories value) {
@@ -302,11 +302,11 @@ public class Profile {
/**
* Gets the value of the dependencies property.
- *
+ *
* @return
* possible object is
* {@link Profile.Dependencies }
- *
+ *
*/
@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")
public Profile.Dependencies getDependencies() {
@@ -315,11 +315,11 @@ public class Profile {
/**
* Sets the value of the dependencies property.
- *
+ *
* @param value
* allowed object is
* {@link Profile.Dependencies }
- *
+ *
*/
@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")
public void setDependencies(Profile.Dependencies value) {
@@ -328,11 +328,11 @@ public class Profile {
/**
* Gets the value of the reports property.
- *
+ *
* @return
* possible object is
* {@link Profile.Reports }
- *
+ *
*/
@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")
public Profile.Reports getReports() {
@@ -341,11 +341,11 @@ public class Profile {
/**
* Sets the value of the reports property.
- *
+ *
* @param value
* allowed object is
* {@link Profile.Reports }
- *
+ *
*/
@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")
public void setReports(Profile.Reports value) {
@@ -354,11 +354,11 @@ public class Profile {
/**
* Gets the value of the reporting property.
- *
+ *
* @return
* possible object is
* {@link Reporting }
- *
+ *
*/
@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")
public Reporting getReporting() {
@@ -367,11 +367,11 @@ public class Profile {
/**
* Sets the value of the reporting property.
- *
+ *
* @param value
* allowed object is
* {@link Reporting }
- *
+ *
*/
@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")
public void setReporting(Reporting value) {
@@ -380,11 +380,11 @@ public class Profile {
/**
* Gets the value of the dependencyManagement property.
- *
+ *
* @return
* possible object is
* {@link DependencyManagement }
- *
+ *
*/
@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")
public DependencyManagement getDependencyManagement() {
@@ -393,11 +393,11 @@ public class Profile {
/**
* Sets the value of the dependencyManagement property.
- *
+ *
* @param value
* allowed object is
* {@link DependencyManagement }
- *
+ *
*/
@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")
public void setDependencyManagement(DependencyManagement value) {
@@ -406,11 +406,11 @@ public class Profile {
/**
* Gets the value of the distributionManagement property.
- *
+ *
* @return
* possible object is
* {@link DistributionManagement }
- *
+ *
*/
@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")
public DistributionManagement getDistributionManagement() {
@@ -419,11 +419,11 @@ public class Profile {
/**
* Sets the value of the distributionManagement property.
- *
+ *
* @param value
* allowed object is
* {@link DistributionManagement }
- *
+ *
*/
@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")
public void setDistributionManagement(DistributionManagement value) {
@@ -432,11 +432,11 @@ public class Profile {
/**
* Gets the value of the properties property.
- *
+ *
* @return
* possible object is
* {@link Profile.Properties }
- *
+ *
*/
@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")
public Profile.Properties getProperties() {
@@ -445,11 +445,11 @@ public class Profile {
/**
* Sets the value of the properties property.
- *
+ *
* @param value
* allowed object is
* {@link Profile.Properties }
- *
+ *
*/
@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")
public void setProperties(Profile.Properties value) {
@@ -459,9 +459,9 @@ public class Profile {
/**
*
* <complexType>
* <complexContent>
@@ -473,8 +473,8 @@ public class Profile {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -488,25 +488,25 @@ public class Profile {
/**
* Gets the value of the dependency property.
- *
+ *
* set method for the dependency property.
- *
+ *
*
* getDependency().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -535,8 +535,8 @@ public class Profile {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -550,25 +550,25 @@ public class Profile {
/**
* Gets the value of the module property.
- *
+ *
* set method for the module property.
- *
+ *
*
* getModule().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -597,8 +597,8 @@ public class Profile {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -612,25 +612,25 @@ public class Profile {
/**
* Gets the value of the pluginRepository property.
- *
+ *
* set method for the pluginRepository property.
- *
+ *
*
* getPluginRepository().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -659,8 +659,8 @@ public class Profile {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -675,25 +675,25 @@ public class Profile {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -722,8 +722,8 @@ public class Profile {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -738,25 +738,25 @@ public class Profile {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -785,8 +785,8 @@ public class Profile {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -800,25 +800,25 @@ public class Profile {
/**
* Gets the value of the repository property.
- *
+ *
* set method for the repository property.
- *
+ *
*
* getRepository().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Relocation">
* <complexContent>
@@ -36,8 +36,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Relocation", propOrder = {
@@ -57,11 +57,11 @@ public class Relocation {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -70,11 +70,11 @@ public class Relocation {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
@@ -83,11 +83,11 @@ public class Relocation {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -96,11 +96,11 @@ public class Relocation {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -109,11 +109,11 @@ public class Relocation {
/**
* Gets the value of the version property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getVersion() {
@@ -122,11 +122,11 @@ public class Relocation {
/**
* Sets the value of the version property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setVersion(String value) {
@@ -135,11 +135,11 @@ public class Relocation {
/**
* Gets the value of the message property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getMessage() {
@@ -148,11 +148,11 @@ public class Relocation {
/**
* Sets the value of the message property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setMessage(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ReportPlugin.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ReportPlugin.java
similarity index 94%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ReportPlugin.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ReportPlugin.java
index 4dbf88772..148ba0661 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/ReportPlugin.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/ReportPlugin.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import java.util.ArrayList;
import java.util.List;
@@ -21,11 +21,11 @@ import org.w3c.dom.Element;
/**
* 4.0.0
- *
+ *
*
* <complexType name="ReportPlugin">
* <complexContent>
@@ -62,8 +62,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ReportPlugin", propOrder = {
@@ -88,11 +88,11 @@ public class ReportPlugin {
/**
* Gets the value of the groupId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getGroupId() {
@@ -101,11 +101,11 @@ public class ReportPlugin {
/**
* Sets the value of the groupId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setGroupId(String value) {
@@ -114,11 +114,11 @@ public class ReportPlugin {
/**
* Gets the value of the artifactId property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getArtifactId() {
@@ -127,11 +127,11 @@ public class ReportPlugin {
/**
* Sets the value of the artifactId property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setArtifactId(String value) {
@@ -140,11 +140,11 @@ public class ReportPlugin {
/**
* Gets the value of the version property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getVersion() {
@@ -153,11 +153,11 @@ public class ReportPlugin {
/**
* Sets the value of the version property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setVersion(String value) {
@@ -166,11 +166,11 @@ public class ReportPlugin {
/**
* Gets the value of the inherited property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getInherited() {
@@ -179,11 +179,11 @@ public class ReportPlugin {
/**
* Sets the value of the inherited property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setInherited(String value) {
@@ -192,11 +192,11 @@ public class ReportPlugin {
/**
* Gets the value of the configuration property.
- *
+ *
* @return
* possible object is
* {@link ReportPlugin.Configuration }
- *
+ *
*/
@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")
public ReportPlugin.Configuration getConfiguration() {
@@ -205,11 +205,11 @@ public class ReportPlugin {
/**
* Sets the value of the configuration property.
- *
+ *
* @param value
* allowed object is
* {@link ReportPlugin.Configuration }
- *
+ *
*/
@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")
public void setConfiguration(ReportPlugin.Configuration value) {
@@ -218,11 +218,11 @@ public class ReportPlugin {
/**
* Gets the value of the reportSets property.
- *
+ *
* @return
* possible object is
* {@link ReportPlugin.ReportSets }
- *
+ *
*/
@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")
public ReportPlugin.ReportSets getReportSets() {
@@ -231,11 +231,11 @@ public class ReportPlugin {
/**
* Sets the value of the reportSets property.
- *
+ *
* @param value
* allowed object is
* {@link ReportPlugin.ReportSets }
- *
+ *
*/
@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")
public void setReportSets(ReportPlugin.ReportSets value) {
@@ -245,9 +245,9 @@ public class ReportPlugin {
/**
*
* <complexType>
* <complexContent>
@@ -259,8 +259,8 @@ public class ReportPlugin {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -275,25 +275,25 @@ public class ReportPlugin {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -322,8 +322,8 @@ public class ReportPlugin {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -337,25 +337,25 @@ public class ReportPlugin {
/**
* Gets the value of the reportSet property.
- *
+ *
* set method for the reportSet property.
- *
+ *
*
* getReportSet().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="ReportSet">
* <complexContent>
@@ -60,8 +60,8 @@ import org.w3c.dom.Element;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ReportSet", propOrder = {
@@ -82,11 +82,11 @@ public class ReportSet {
/**
* Gets the value of the id property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getId() {
@@ -95,11 +95,11 @@ public class ReportSet {
/**
* Sets the value of the id property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setId(String value) {
@@ -108,11 +108,11 @@ public class ReportSet {
/**
* Gets the value of the configuration property.
- *
+ *
* @return
* possible object is
* {@link ReportSet.Configuration }
- *
+ *
*/
@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")
public ReportSet.Configuration getConfiguration() {
@@ -121,11 +121,11 @@ public class ReportSet {
/**
* Sets the value of the configuration property.
- *
+ *
* @param value
* allowed object is
* {@link ReportSet.Configuration }
- *
+ *
*/
@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")
public void setConfiguration(ReportSet.Configuration value) {
@@ -134,11 +134,11 @@ public class ReportSet {
/**
* Gets the value of the inherited property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getInherited() {
@@ -147,11 +147,11 @@ public class ReportSet {
/**
* Sets the value of the inherited property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setInherited(String value) {
@@ -160,11 +160,11 @@ public class ReportSet {
/**
* Gets the value of the reports property.
- *
+ *
* @return
* possible object is
* {@link ReportSet.Reports }
- *
+ *
*/
@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")
public ReportSet.Reports getReports() {
@@ -173,11 +173,11 @@ public class ReportSet {
/**
* Sets the value of the reports property.
- *
+ *
* @param value
* allowed object is
* {@link ReportSet.Reports }
- *
+ *
*/
@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")
public void setReports(ReportSet.Reports value) {
@@ -187,9 +187,9 @@ public class ReportSet {
/**
*
* <complexType>
* <complexContent>
@@ -201,8 +201,8 @@ public class ReportSet {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -217,25 +217,25 @@ public class ReportSet {
/**
* Gets the value of the any property.
- *
+ *
* set method for the any property.
- *
+ *
*
* getAny().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -264,8 +264,8 @@ public class ReportSet {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -279,25 +279,25 @@ public class ReportSet {
/**
* Gets the value of the report property.
- *
+ *
* set method for the report property.
- *
+ *
*
* getReport().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Reporting">
* <complexContent>
@@ -47,8 +47,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Reporting", propOrder = {
@@ -67,11 +67,11 @@ public class Reporting {
/**
* Gets the value of the excludeDefaults property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isExcludeDefaults() {
@@ -80,11 +80,11 @@ public class Reporting {
/**
* Sets the value of the excludeDefaults property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setExcludeDefaults(Boolean value) {
@@ -93,11 +93,11 @@ public class Reporting {
/**
* Gets the value of the outputDirectory property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getOutputDirectory() {
@@ -106,11 +106,11 @@ public class Reporting {
/**
* Sets the value of the outputDirectory property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setOutputDirectory(String value) {
@@ -119,11 +119,11 @@ public class Reporting {
/**
* Gets the value of the plugins property.
- *
+ *
* @return
* possible object is
* {@link Reporting.Plugins }
- *
+ *
*/
@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")
public Reporting.Plugins getPlugins() {
@@ -132,11 +132,11 @@ public class Reporting {
/**
* Sets the value of the plugins property.
- *
+ *
* @param value
* allowed object is
* {@link Reporting.Plugins }
- *
+ *
*/
@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")
public void setPlugins(Reporting.Plugins value) {
@@ -146,9 +146,9 @@ public class Reporting {
/**
*
* <complexType>
* <complexContent>
@@ -160,8 +160,8 @@ public class Reporting {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -175,25 +175,25 @@ public class Reporting {
/**
* Gets the value of the plugin property.
- *
+ *
* set method for the plugin property.
- *
+ *
*
* getPlugin().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Repository">
* <complexContent>
@@ -40,8 +40,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Repository", propOrder = {
@@ -66,11 +66,11 @@ public class Repository {
/**
* Gets the value of the releases property.
- *
+ *
* @return
* possible object is
* {@link RepositoryPolicy }
- *
+ *
*/
@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")
public RepositoryPolicy getReleases() {
@@ -79,11 +79,11 @@ public class Repository {
/**
* Sets the value of the releases property.
- *
+ *
* @param value
* allowed object is
* {@link RepositoryPolicy }
- *
+ *
*/
@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")
public void setReleases(RepositoryPolicy value) {
@@ -92,11 +92,11 @@ public class Repository {
/**
* Gets the value of the snapshots property.
- *
+ *
* @return
* possible object is
* {@link RepositoryPolicy }
- *
+ *
*/
@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")
public RepositoryPolicy getSnapshots() {
@@ -105,11 +105,11 @@ public class Repository {
/**
* Sets the value of the snapshots property.
- *
+ *
* @param value
* allowed object is
* {@link RepositoryPolicy }
- *
+ *
*/
@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")
public void setSnapshots(RepositoryPolicy value) {
@@ -118,11 +118,11 @@ public class Repository {
/**
* Gets the value of the id property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getId() {
@@ -131,11 +131,11 @@ public class Repository {
/**
* Sets the value of the id property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setId(String value) {
@@ -144,11 +144,11 @@ public class Repository {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -157,11 +157,11 @@ public class Repository {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -170,11 +170,11 @@ public class Repository {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -183,11 +183,11 @@ public class Repository {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
@@ -196,11 +196,11 @@ public class Repository {
/**
* Gets the value of the layout property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getLayout() {
@@ -209,11 +209,11 @@ public class Repository {
/**
* Sets the value of the layout property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setLayout(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/RepositoryPolicy.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/RepositoryPolicy.java
similarity index 92%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/RepositoryPolicy.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/RepositoryPolicy.java
index 1e1a100e5..263686f83 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/RepositoryPolicy.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/RepositoryPolicy.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
@@ -17,11 +17,11 @@ import javax.xml.bind.annotation.XmlType;
/**
* Download policy
- *
+ *
*
* <complexType name="RepositoryPolicy">
* <complexContent>
@@ -35,8 +35,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RepositoryPolicy", propOrder = {
@@ -55,11 +55,11 @@ public class RepositoryPolicy {
/**
* Gets the value of the enabled property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isEnabled() {
@@ -68,11 +68,11 @@ public class RepositoryPolicy {
/**
* Sets the value of the enabled property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setEnabled(Boolean value) {
@@ -81,11 +81,11 @@ public class RepositoryPolicy {
/**
* Gets the value of the updatePolicy property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUpdatePolicy() {
@@ -94,11 +94,11 @@ public class RepositoryPolicy {
/**
* Sets the value of the updatePolicy property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUpdatePolicy(String value) {
@@ -107,11 +107,11 @@ public class RepositoryPolicy {
/**
* Gets the value of the checksumPolicy property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getChecksumPolicy() {
@@ -120,11 +120,11 @@ public class RepositoryPolicy {
/**
* Sets the value of the checksumPolicy property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setChecksumPolicy(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Resource.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Resource.java
similarity index 94%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Resource.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Resource.java
index 405d23863..be2919b01 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Resource.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Resource.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import java.util.ArrayList;
import java.util.List;
@@ -18,15 +18,15 @@ import javax.xml.bind.annotation.XmlType;
/**
- *
+ *
* This element describes all of the classpath resources associated with a project or
* unit tests.
- *
- *
+ *
+ *
*
* <complexType name="Resource">
* <complexContent>
@@ -62,8 +62,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Resource", propOrder = {
@@ -86,11 +86,11 @@ public class Resource {
/**
* Gets the value of the targetPath property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getTargetPath() {
@@ -99,11 +99,11 @@ public class Resource {
/**
* Sets the value of the targetPath property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setTargetPath(String value) {
@@ -112,11 +112,11 @@ public class Resource {
/**
* Gets the value of the filtering property.
- *
+ *
* @return
* possible object is
* {@link Boolean }
- *
+ *
*/
@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")
public Boolean isFiltering() {
@@ -125,11 +125,11 @@ public class Resource {
/**
* Sets the value of the filtering property.
- *
+ *
* @param value
* allowed object is
* {@link Boolean }
- *
+ *
*/
@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")
public void setFiltering(Boolean value) {
@@ -138,11 +138,11 @@ public class Resource {
/**
* Gets the value of the directory property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getDirectory() {
@@ -151,11 +151,11 @@ public class Resource {
/**
* Sets the value of the directory property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setDirectory(String value) {
@@ -164,11 +164,11 @@ public class Resource {
/**
* Gets the value of the includes property.
- *
+ *
* @return
* possible object is
* {@link Resource.Includes }
- *
+ *
*/
@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")
public Resource.Includes getIncludes() {
@@ -177,11 +177,11 @@ public class Resource {
/**
* Sets the value of the includes property.
- *
+ *
* @param value
* allowed object is
* {@link Resource.Includes }
- *
+ *
*/
@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")
public void setIncludes(Resource.Includes value) {
@@ -190,11 +190,11 @@ public class Resource {
/**
* Gets the value of the excludes property.
- *
+ *
* @return
* possible object is
* {@link Resource.Excludes }
- *
+ *
*/
@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")
public Resource.Excludes getExcludes() {
@@ -203,11 +203,11 @@ public class Resource {
/**
* Sets the value of the excludes property.
- *
+ *
* @param value
* allowed object is
* {@link Resource.Excludes }
- *
+ *
*/
@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")
public void setExcludes(Resource.Excludes value) {
@@ -217,9 +217,9 @@ public class Resource {
/**
*
* <complexType>
* <complexContent>
@@ -231,8 +231,8 @@ public class Resource {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -246,25 +246,25 @@ public class Resource {
/**
* Gets the value of the exclude property.
- *
+ *
* set method for the exclude property.
- *
+ *
*
* getExclude().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType>
* <complexContent>
@@ -293,8 +293,8 @@ public class Resource {
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -308,25 +308,25 @@ public class Resource {
/**
* Gets the value of the include property.
- *
+ *
* set method for the include property.
- *
+ *
*
* getInclude().add(newItem);
*
- *
- *
+ *
+ *
*
* <complexType name="Scm">
* <complexContent>
@@ -36,8 +36,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Scm", propOrder = {
@@ -58,11 +58,11 @@ public class Scm {
/**
* Gets the value of the connection property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getConnection() {
@@ -71,11 +71,11 @@ public class Scm {
/**
* Sets the value of the connection property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setConnection(String value) {
@@ -84,11 +84,11 @@ public class Scm {
/**
* Gets the value of the developerConnection property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getDeveloperConnection() {
@@ -97,11 +97,11 @@ public class Scm {
/**
* Sets the value of the developerConnection property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setDeveloperConnection(String value) {
@@ -110,11 +110,11 @@ public class Scm {
/**
* Gets the value of the tag property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getTag() {
@@ -123,11 +123,11 @@ public class Scm {
/**
* Sets the value of the tag property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setTag(String value) {
@@ -136,11 +136,11 @@ public class Scm {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -149,11 +149,11 @@ public class Scm {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Site.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Site.java
similarity index 91%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Site.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Site.java
index 34f972d10..30cf91093 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/Site.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/Site.java
@@ -1,12 +1,12 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
@@ -15,14 +15,14 @@ import javax.xml.bind.annotation.XmlType;
/**
- *
+ *
* Contains the information needed for deploying websites.
- *
- *
+ *
+ *
*
* <complexType name="Site">
* <complexContent>
@@ -36,8 +36,8 @@ import javax.xml.bind.annotation.XmlType;
* </complexContent>
* </complexType>
*
- *
- *
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Site", propOrder = {
@@ -55,11 +55,11 @@ public class Site {
/**
* Gets the value of the id property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getId() {
@@ -68,11 +68,11 @@ public class Site {
/**
* Sets the value of the id property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setId(String value) {
@@ -81,11 +81,11 @@ public class Site {
/**
* Gets the value of the name property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getName() {
@@ -94,11 +94,11 @@ public class Site {
/**
* Sets the value of the name property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setName(String value) {
@@ -107,11 +107,11 @@ public class Site {
/**
* Gets the value of the url property.
- *
+ *
* @return
* possible object is
* {@link String }
- *
+ *
*/
@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")
public String getUrl() {
@@ -120,11 +120,11 @@ public class Site {
/**
* Sets the value of the url property.
- *
+ *
* @param value
* allowed object is
* {@link String }
- *
+ *
*/
@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")
public void setUrl(String value) {
diff --git a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/package-info.java b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/package-info.java
similarity index 62%
rename from src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/package-info.java
rename to src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/package-info.java
index dd8a3abe7..983fc1ff4 100644
--- a/src/main/java/org/codesecure/dependencycheck/analyzer/pom/generated/package-info.java
+++ b/src/main/java/org/owasp/dependencycheck/analyzer/pom/generated/package-info.java
@@ -1,9 +1,9 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2012.11.09 at 12:33:57 PM EST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// See http://java.sun.com/xml/jaxb
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2012.11.09 at 12:33:57 PM EST
//
@javax.xml.bind.annotation.XmlSchema(namespace = "http://maven.apache.org/POM/4.0.0", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
-package org.codesecure.dependencycheck.analyzer.pom.generated;
+package org.owasp.dependencycheck.analyzer.pom.generated;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/CachedWebDataSource.java b/src/main/java/org/owasp/dependencycheck/data/CachedWebDataSource.java
similarity index 96%
rename from src/main/java/org/codesecure/dependencycheck/data/CachedWebDataSource.java
rename to src/main/java/org/owasp/dependencycheck/data/CachedWebDataSource.java
index e0f015c4e..487547c84 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/CachedWebDataSource.java
+++ b/src/main/java/org/owasp/dependencycheck/data/CachedWebDataSource.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data;
+package org.owasp.dependencycheck.data;
/**
* Defines an Index who's data is retrieved from the Internet. This data can be
diff --git a/src/main/java/org/codesecure/dependencycheck/data/UpdateException.java b/src/main/java/org/owasp/dependencycheck/data/UpdateException.java
similarity index 97%
rename from src/main/java/org/codesecure/dependencycheck/data/UpdateException.java
rename to src/main/java/org/owasp/dependencycheck/data/UpdateException.java
index 2866ccbd0..5d4cb967c 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/UpdateException.java
+++ b/src/main/java/org/owasp/dependencycheck/data/UpdateException.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data;
+package org.owasp.dependencycheck.data;
import java.io.IOException;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/UpdateService.java b/src/main/java/org/owasp/dependencycheck/data/UpdateService.java
similarity index 97%
rename from src/main/java/org/codesecure/dependencycheck/data/UpdateService.java
rename to src/main/java/org/owasp/dependencycheck/data/UpdateService.java
index 50fbf7f8d..c6000a577 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/UpdateService.java
+++ b/src/main/java/org/owasp/dependencycheck/data/UpdateService.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data;
+package org.owasp.dependencycheck.data;
import java.util.Iterator;
import java.util.ServiceLoader;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/cpe/CPEAnalyzer.java b/src/main/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzer.java
similarity index 96%
rename from src/main/java/org/codesecure/dependencycheck/data/cpe/CPEAnalyzer.java
rename to src/main/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzer.java
index a2f42df73..9145b7331 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/cpe/CPEAnalyzer.java
+++ b/src/main/java/org/owasp/dependencycheck/data/cpe/CPEAnalyzer.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.cpe;
+package org.owasp.dependencycheck.data.cpe;
import java.io.IOException;
import java.net.URLEncoder;
@@ -29,14 +29,14 @@ import org.apache.lucene.index.CorruptIndexException;
import org.apache.lucene.queryparser.classic.ParseException;
import org.apache.lucene.search.ScoreDoc;
import org.apache.lucene.search.TopDocs;
-import org.codesecure.dependencycheck.Engine;
-import org.codesecure.dependencycheck.analyzer.AnalysisException;
-import org.codesecure.dependencycheck.analyzer.AnalysisPhase;
-import org.codesecure.dependencycheck.data.lucene.LuceneUtils;
-import org.codesecure.dependencycheck.dependency.Dependency;
-import org.codesecure.dependencycheck.dependency.Evidence;
-import org.codesecure.dependencycheck.dependency.Evidence.Confidence;
-import org.codesecure.dependencycheck.dependency.EvidenceCollection;
+import org.owasp.dependencycheck.Engine;
+import org.owasp.dependencycheck.analyzer.AnalysisException;
+import org.owasp.dependencycheck.analyzer.AnalysisPhase;
+import org.owasp.dependencycheck.data.lucene.LuceneUtils;
+import org.owasp.dependencycheck.dependency.Dependency;
+import org.owasp.dependencycheck.dependency.Evidence;
+import org.owasp.dependencycheck.dependency.Evidence.Confidence;
+import org.owasp.dependencycheck.dependency.EvidenceCollection;
/**
* CPEAnalyzer is a utility class that takes a project dependency and attempts
@@ -45,7 +45,7 @@ import org.codesecure.dependencycheck.dependency.EvidenceCollection;
*
* @author Jeremy Long (jeremy.long@gmail.com)
*/
-public class CPEAnalyzer implements org.codesecure.dependencycheck.analyzer.Analyzer {
+public class CPEAnalyzer implements org.owasp.dependencycheck.analyzer.Analyzer {
/**
* The maximum number of query results to return.
diff --git a/src/main/java/org/codesecure/dependencycheck/data/cpe/Entry.java b/src/main/java/org/owasp/dependencycheck/data/cpe/Entry.java
similarity index 99%
rename from src/main/java/org/codesecure/dependencycheck/data/cpe/Entry.java
rename to src/main/java/org/owasp/dependencycheck/data/cpe/Entry.java
index 4b5785250..af2fe9e04 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/cpe/Entry.java
+++ b/src/main/java/org/owasp/dependencycheck/data/cpe/Entry.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.cpe;
+package org.owasp.dependencycheck.data.cpe;
import java.io.Serializable;
import java.io.UnsupportedEncodingException;
diff --git a/src/main/java/org/codesecure/dependencycheck/data/cpe/Fields.java b/src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java
similarity index 96%
rename from src/main/java/org/codesecure/dependencycheck/data/cpe/Fields.java
rename to src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java
index 231654a90..8ddd1a401 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/cpe/Fields.java
+++ b/src/main/java/org/owasp/dependencycheck/data/cpe/Fields.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.cpe;
+package org.owasp.dependencycheck.data.cpe;
/**
* Fields is a collection of field names used within the Lucene index for CPE
diff --git a/src/main/java/org/codesecure/dependencycheck/data/cpe/Index.java b/src/main/java/org/owasp/dependencycheck/data/cpe/Index.java
similarity index 94%
rename from src/main/java/org/codesecure/dependencycheck/data/cpe/Index.java
rename to src/main/java/org/owasp/dependencycheck/data/cpe/Index.java
index 101cfc1ca..6400e549b 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/cpe/Index.java
+++ b/src/main/java/org/owasp/dependencycheck/data/cpe/Index.java
@@ -16,7 +16,7 @@
*
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
*/
-package org.codesecure.dependencycheck.data.cpe;
+package org.owasp.dependencycheck.data.cpe;
import java.io.File;
import java.io.IOException;
@@ -36,12 +36,12 @@ import org.apache.lucene.queryparser.classic.QueryParser;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.FSDirectory;
import org.apache.lucene.util.Version;
-import org.codesecure.dependencycheck.data.lucene.AbstractIndex;
-import org.codesecure.dependencycheck.utils.Settings;
-import org.codesecure.dependencycheck.data.lucene.FieldAnalyzer;
-import org.codesecure.dependencycheck.data.lucene.SearchFieldAnalyzer;
-import org.codesecure.dependencycheck.data.lucene.SearchVersionAnalyzer;
-import org.codesecure.dependencycheck.data.lucene.VersionAnalyzer;
+import org.owasp.dependencycheck.data.lucene.AbstractIndex;
+import org.owasp.dependencycheck.utils.Settings;
+import org.owasp.dependencycheck.data.lucene.FieldAnalyzer;
+import org.owasp.dependencycheck.data.lucene.SearchFieldAnalyzer;
+import org.owasp.dependencycheck.data.lucene.SearchVersionAnalyzer;
+import org.owasp.dependencycheck.data.lucene.VersionAnalyzer;
/**
* The Index class is used to utilize and maintain the CPE Index.
diff --git a/src/main/java/org/codesecure/dependencycheck/data/cpe/package-info.java b/src/main/java/org/owasp/dependencycheck/data/cpe/package-info.java
similarity index 54%
rename from src/main/java/org/codesecure/dependencycheck/data/cpe/package-info.java
rename to src/main/java/org/owasp/dependencycheck/data/cpe/package-info.java
index 36955c393..b07e47a8e 100644
--- a/src/main/java/org/codesecure/dependencycheck/data/cpe/package-info.java
+++ b/src/main/java/org/owasp/dependencycheck/data/cpe/package-info.java
@@ -1,7 +1,7 @@
/**
*
*
- *