diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/jaxb/pom/generated/Activation.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/jaxb/pom/generated/Activation.java deleted file mode 100644 index 9aa4a9c4f..000000000 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/jaxb/pom/generated/Activation.java +++ /dev/null @@ -1,195 +0,0 @@ -// -// 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.owasp.dependencycheck.jaxb.pom.generated; - -import javax.annotation.Generated; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * - * The conditions within the build runtime environment which will trigger - * the automatic inclusion of the build profile. - * - * - *
Java class for Activation complex type. - * - *
The following schema fragment specifies the expected content contained within this class. - * - *
- * <complexType name="Activation">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <all>
- * <element name="activeByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="jdk" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="os" type="{http://maven.apache.org/POM/4.0.0}ActivationOS" minOccurs="0"/>
- * <element name="property" type="{http://maven.apache.org/POM/4.0.0}ActivationProperty" minOccurs="0"/>
- * <element name="file" type="{http://maven.apache.org/POM/4.0.0}ActivationFile" minOccurs="0"/>
- * </all>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "Activation", propOrder = {
-
-})
-@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
-public class Activation {
-
- @XmlElement(defaultValue = "false")
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected Boolean activeByDefault;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected String jdk;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected ActivationOS os;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected ActivationProperty property;
- @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2012-11-09T12:33:57-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
- protected ActivationFile file;
-
- /**
- * 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() {
- return activeByDefault;
- }
-
- /**
- * 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) {
- this.activeByDefault = value;
- }
-
- /**
- * 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() {
- return jdk;
- }
-
- /**
- * 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) {
- this.jdk = value;
- }
-
- /**
- * 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() {
- return os;
- }
-
- /**
- * 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) {
- this.os = value;
- }
-
- /**
- * 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() {
- return property;
- }
-
- /**
- * 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) {
- this.property = value;
- }
-
- /**
- * 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() {
- return file;
- }
-
- /**
- * 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) {
- this.file = value;
- }
-
-}