mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 08:39:24 +01:00
updated schema
Former-commit-id: b573be465ddcefd10fc1f14ef8e40549b31d4617
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
|
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
|
||||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||||
// Generated on: 2013.11.23 at 10:04:41 PM EST
|
// Generated on: 2013.11.25 at 07:33:00 PM EST
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
@@ -34,8 +34,8 @@ public class ObjectFactory {
|
|||||||
|
|
||||||
private final static QName _SuppressionsSuppressCvssBelow_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cvssBelow");
|
private final static QName _SuppressionsSuppressCvssBelow_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cvssBelow");
|
||||||
private final static QName _SuppressionsSuppressCve_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cve");
|
private final static QName _SuppressionsSuppressCve_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cve");
|
||||||
private final static QName _SuppressionsSuppressCwe_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cwe");
|
|
||||||
private final static QName _SuppressionsSuppressCpe_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cpe");
|
private final static QName _SuppressionsSuppressCpe_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cpe");
|
||||||
|
private final static QName _SuppressionsSuppressCwe_QNAME = new QName("https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", "cwe");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.owasp.dependencycheck.jaxb.suppressions.generated
|
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.owasp.dependencycheck.jaxb.suppressions.generated
|
||||||
@@ -44,22 +44,6 @@ public class ObjectFactory {
|
|||||||
public ObjectFactory() {
|
public ObjectFactory() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link Suppressions }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Suppressions createSuppressions() {
|
|
||||||
return new Suppressions();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link Suppressions.Suppress }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Suppressions.Suppress createSuppressionsSuppress() {
|
|
||||||
return new Suppressions.Suppress();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link Suppressions.Suppress.Cpe }
|
* Create an instance of {@link Suppressions.Suppress.Cpe }
|
||||||
*
|
*
|
||||||
@@ -68,6 +52,14 @@ public class ObjectFactory {
|
|||||||
return new Suppressions.Suppress.Cpe();
|
return new Suppressions.Suppress.Cpe();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link Suppressions }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public Suppressions createSuppressions() {
|
||||||
|
return new Suppressions();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link Suppressions.Suppress.FilePath }
|
* Create an instance of {@link Suppressions.Suppress.FilePath }
|
||||||
*
|
*
|
||||||
@@ -76,6 +68,14 @@ public class ObjectFactory {
|
|||||||
return new Suppressions.Suppress.FilePath();
|
return new Suppressions.Suppress.FilePath();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link Suppressions.Suppress }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public Suppressions.Suppress createSuppressionsSuppress() {
|
||||||
|
return new Suppressions.Suppress();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}}
|
||||||
*
|
*
|
||||||
@@ -94,15 +94,6 @@ public class ObjectFactory {
|
|||||||
return new JAXBElement<String>(_SuppressionsSuppressCve_QNAME, String.class, Suppressions.Suppress.class, value);
|
return new JAXBElement<String>(_SuppressionsSuppressCve_QNAME, String.class, Suppressions.Suppress.class, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlElementDecl(namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", name = "cwe", scope = Suppressions.Suppress.class)
|
|
||||||
public JAXBElement<String> createSuppressionsSuppressCwe(String value) {
|
|
||||||
return new JAXBElement<String>(_SuppressionsSuppressCwe_QNAME, String.class, Suppressions.Suppress.class, value);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link JAXBElement }{@code <}{@link Suppressions.Suppress.Cpe }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link Suppressions.Suppress.Cpe }{@code >}}
|
||||||
*
|
*
|
||||||
@@ -112,4 +103,13 @@ public class ObjectFactory {
|
|||||||
return new JAXBElement<Suppressions.Suppress.Cpe>(_SuppressionsSuppressCpe_QNAME, Suppressions.Suppress.Cpe.class, Suppressions.Suppress.class, value);
|
return new JAXBElement<Suppressions.Suppress.Cpe>(_SuppressionsSuppressCpe_QNAME, Suppressions.Suppress.Cpe.class, Suppressions.Suppress.class, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", name = "cwe", scope = Suppressions.Suppress.class)
|
||||||
|
public JAXBElement<String> createSuppressionsSuppressCwe(String value) {
|
||||||
|
return new JAXBElement<String>(_SuppressionsSuppressCwe_QNAME, String.class, Suppressions.Suppress.class, value);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,14 @@
|
|||||||
//
|
//
|
||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
|
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
|
||||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||||
// Generated on: 2013.11.23 at 10:04:41 PM EST
|
// Generated on: 2013.11.25 at 07:33:00 PM EST
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
package org.owasp.dependencycheck.jaxb.suppressions.generated;
|
package org.owasp.dependencycheck.jaxb.suppressions.generated;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import javax.annotation.Generated;
|
import javax.annotation.Generated;
|
||||||
@@ -19,12 +22,12 @@ import javax.xml.bind.annotation.XmlRootElement;
|
|||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import javax.xml.bind.annotation.XmlValue;
|
import javax.xml.bind.annotation.XmlValue;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Java class for anonymous complex type.
|
* <p>Java class for anonymous complex type.
|
||||||
*
|
*
|
||||||
* <p>The following schema fragment specifies the expected content contained
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||||
* within this class.
|
*
|
||||||
*
|
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
@@ -44,6 +47,7 @@ import javax.xml.bind.annotation.XmlValue;
|
|||||||
* <simpleContent>
|
* <simpleContent>
|
||||||
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
||||||
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
|
* <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
* </extension>
|
* </extension>
|
||||||
* </simpleContent>
|
* </simpleContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
@@ -57,6 +61,7 @@ import javax.xml.bind.annotation.XmlValue;
|
|||||||
* <simpleContent>
|
* <simpleContent>
|
||||||
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
||||||
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
|
* <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
* </extension>
|
* </extension>
|
||||||
* </simpleContent>
|
* </simpleContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
@@ -76,43 +81,43 @@ import javax.xml.bind.annotation.XmlValue;
|
|||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "", propOrder = {
|
||||||
"suppress"
|
"suppress"
|
||||||
})
|
})
|
||||||
@XmlRootElement(name = "suppressions")
|
@XmlRootElement(name = "suppressions")
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public class Suppressions {
|
public class Suppressions {
|
||||||
|
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected List<Suppressions.Suppress> suppress;
|
protected List<Suppressions.Suppress> suppress;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the suppress property.
|
* Gets the value of the suppress property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list, not a
|
* This accessor method returns a reference to the live list,
|
||||||
* snapshot. Therefore any modification you make to the returned list will
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* be present inside the JAXB object. This is why there is not a
|
* returned list will be present inside the JAXB object.
|
||||||
* <CODE>set</CODE> method for the suppress property.
|
* This is why there is not a <CODE>set</CODE> method for the suppress property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getSuppress().add(newItem);
|
* getSuppress().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link Suppressions.Suppress }
|
* {@link Suppressions.Suppress }
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public List<Suppressions.Suppress> getSuppress() {
|
public List<Suppressions.Suppress> getSuppress() {
|
||||||
if (suppress == null) {
|
if (suppress == null) {
|
||||||
suppress = new ArrayList<Suppressions.Suppress>();
|
suppress = new ArrayList<Suppressions.Suppress>();
|
||||||
@@ -120,12 +125,12 @@ public class Suppressions {
|
|||||||
return this.suppress;
|
return this.suppress;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Java class for anonymous complex type.
|
* <p>Java class for anonymous complex type.
|
||||||
*
|
*
|
||||||
* <p>The following schema fragment specifies the expected content contained
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||||
* within this class.
|
*
|
||||||
*
|
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
@@ -140,6 +145,7 @@ public class Suppressions {
|
|||||||
* <simpleContent>
|
* <simpleContent>
|
||||||
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
||||||
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
|
* <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
* </extension>
|
* </extension>
|
||||||
* </simpleContent>
|
* </simpleContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
@@ -153,6 +159,7 @@ public class Suppressions {
|
|||||||
* <simpleContent>
|
* <simpleContent>
|
||||||
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
||||||
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
|
* <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
* </extension>
|
* </extension>
|
||||||
* </simpleContent>
|
* </simpleContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
@@ -167,8 +174,8 @@ public class Suppressions {
|
|||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "", propOrder = {
|
||||||
@@ -177,116 +184,128 @@ public class Suppressions {
|
|||||||
"sha1",
|
"sha1",
|
||||||
"cpeOrCveOrCwe"
|
"cpeOrCveOrCwe"
|
||||||
})
|
})
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public static class Suppress {
|
public static class Suppress {
|
||||||
|
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected String notes;
|
protected String notes;
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected Suppressions.Suppress.FilePath filePath;
|
protected Suppressions.Suppress.FilePath filePath;
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected String sha1;
|
protected String sha1;
|
||||||
@XmlElementRefs({
|
@XmlElementRefs({
|
||||||
|
@XmlElementRef(name = "cve", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class),
|
||||||
@XmlElementRef(name = "cpe", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class),
|
@XmlElementRef(name = "cpe", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class),
|
||||||
@XmlElementRef(name = "cvssBelow", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class),
|
@XmlElementRef(name = "cvssBelow", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class),
|
||||||
@XmlElementRef(name = "cwe", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class),
|
@XmlElementRef(name = "cwe", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class)
|
||||||
@XmlElementRef(name = "cve", namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", type = JAXBElement.class)
|
|
||||||
})
|
})
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected List<JAXBElement<?>> cpeOrCveOrCwe;
|
protected List<JAXBElement<?>> cpeOrCveOrCwe;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the notes property.
|
* Gets the value of the notes property.
|
||||||
*
|
*
|
||||||
* @return possible object is {@link String }
|
* @return
|
||||||
*
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public String getNotes() {
|
public String getNotes() {
|
||||||
return notes;
|
return notes;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the notes property.
|
* Sets the value of the notes property.
|
||||||
*
|
*
|
||||||
* @param value allowed object is {@link String }
|
* @param value
|
||||||
*
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public void setNotes(String value) {
|
public void setNotes(String value) {
|
||||||
this.notes = value;
|
this.notes = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the filePath property.
|
* Gets the value of the filePath property.
|
||||||
*
|
*
|
||||||
* @return possible object is {@link Suppressions.Suppress.FilePath }
|
* @return
|
||||||
*
|
* possible object is
|
||||||
|
* {@link Suppressions.Suppress.FilePath }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public Suppressions.Suppress.FilePath getFilePath() {
|
public Suppressions.Suppress.FilePath getFilePath() {
|
||||||
return filePath;
|
return filePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the filePath property.
|
* Sets the value of the filePath property.
|
||||||
*
|
*
|
||||||
* @param value allowed object is
|
* @param value
|
||||||
|
* allowed object is
|
||||||
* {@link Suppressions.Suppress.FilePath }
|
* {@link Suppressions.Suppress.FilePath }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public void setFilePath(Suppressions.Suppress.FilePath value) {
|
public void setFilePath(Suppressions.Suppress.FilePath value) {
|
||||||
this.filePath = value;
|
this.filePath = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the sha1 property.
|
* Gets the value of the sha1 property.
|
||||||
*
|
*
|
||||||
* @return possible object is {@link String }
|
* @return
|
||||||
*
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public String getSha1() {
|
public String getSha1() {
|
||||||
return sha1;
|
return sha1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the sha1 property.
|
* Sets the value of the sha1 property.
|
||||||
*
|
*
|
||||||
* @param value allowed object is {@link String }
|
* @param value
|
||||||
*
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public void setSha1(String value) {
|
public void setSha1(String value) {
|
||||||
this.sha1 = value;
|
this.sha1 = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the cpeOrCveOrCwe property.
|
* Gets the value of the cpeOrCveOrCwe property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list, not a
|
* This accessor method returns a reference to the live list,
|
||||||
* snapshot. Therefore any modification you make to the returned list
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* will be present inside the JAXB object. This is why there is not a
|
* returned list will be present inside the JAXB object.
|
||||||
* <CODE>set</CODE> method for the cpeOrCveOrCwe property.
|
* This is why there is not a <CODE>set</CODE> method for the cpeOrCveOrCwe property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getCpeOrCveOrCwe().add(newItem);
|
* getCpeOrCveOrCwe().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Objects of the following type(s) are allowed in the list {@link JAXBElement }{@code <}{@link Suppressions.Suppress.Cpe }{@code >}
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link JAXBElement }{@code <}{@link String }{@code >}
|
||||||
|
* {@link JAXBElement }{@code <}{@link Suppressions.Suppress.Cpe }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
|
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link String }{@code >}
|
* {@link JAXBElement }{@code <}{@link String }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link String }{@code >}
|
*
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public List<JAXBElement<?>> getCpeOrCveOrCwe() {
|
public List<JAXBElement<?>> getCpeOrCveOrCwe() {
|
||||||
if (cpeOrCveOrCwe == null) {
|
if (cpeOrCveOrCwe == null) {
|
||||||
cpeOrCveOrCwe = new ArrayList<JAXBElement<?>>();
|
cpeOrCveOrCwe = new ArrayList<JAXBElement<?>>();
|
||||||
@@ -294,67 +313,77 @@ public class Suppressions {
|
|||||||
return this.cpeOrCveOrCwe;
|
return this.cpeOrCveOrCwe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Java class for anonymous complex type.
|
* <p>Java class for anonymous complex type.
|
||||||
*
|
*
|
||||||
* <p>The following schema fragment specifies the expected content
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||||
* contained within this class.
|
*
|
||||||
*
|
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <simpleContent>
|
* <simpleContent>
|
||||||
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
||||||
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
|
* <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
* </extension>
|
* </extension>
|
||||||
* </simpleContent>
|
* </simpleContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "", propOrder = {
|
||||||
"value"
|
"value"
|
||||||
})
|
})
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public static class Cpe {
|
public static class Cpe {
|
||||||
|
|
||||||
@XmlValue
|
@XmlValue
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected String value;
|
protected String value;
|
||||||
@XmlAttribute
|
@XmlAttribute
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected Boolean regex;
|
protected Boolean regex;
|
||||||
|
@XmlAttribute
|
||||||
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
|
protected Boolean caseSensitive;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the value property.
|
* Gets the value of the value property.
|
||||||
*
|
*
|
||||||
* @return possible object is {@link String }
|
* @return
|
||||||
*
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public String getValue() {
|
public String getValue() {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the value property.
|
* Sets the value of the value property.
|
||||||
*
|
*
|
||||||
* @param value allowed object is {@link String }
|
* @param value
|
||||||
*
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public void setValue(String value) {
|
public void setValue(String value) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the regex property.
|
* Gets the value of the regex property.
|
||||||
*
|
*
|
||||||
* @return possible object is {@link Boolean }
|
* @return
|
||||||
*
|
* possible object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public boolean isRegex() {
|
public boolean isRegex() {
|
||||||
if (regex == null) {
|
if (regex == null) {
|
||||||
return false;
|
return false;
|
||||||
@@ -365,77 +394,120 @@ public class Suppressions {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the regex property.
|
* Sets the value of the regex property.
|
||||||
*
|
*
|
||||||
* @param value allowed object is {@link Boolean }
|
* @param value
|
||||||
*
|
* allowed object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public void setRegex(Boolean value) {
|
public void setRegex(Boolean value) {
|
||||||
this.regex = value;
|
this.regex = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the caseSensitive property.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
|
public boolean isCaseSensitive() {
|
||||||
|
if (caseSensitive == null) {
|
||||||
|
return false;
|
||||||
|
} else {
|
||||||
|
return caseSensitive;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the value of the caseSensitive property.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
|
public void setCaseSensitive(Boolean value) {
|
||||||
|
this.caseSensitive = value;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Java class for anonymous complex type.
|
* <p>Java class for anonymous complex type.
|
||||||
*
|
*
|
||||||
* <p>The following schema fragment specifies the expected content
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||||
* contained within this class.
|
*
|
||||||
*
|
|
||||||
* <pre>
|
* <pre>
|
||||||
* <complexType>
|
* <complexType>
|
||||||
* <simpleContent>
|
* <simpleContent>
|
||||||
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
|
||||||
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
* <attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
|
* <attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
|
||||||
* </extension>
|
* </extension>
|
||||||
* </simpleContent>
|
* </simpleContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "", propOrder = {
|
@XmlType(name = "", propOrder = {
|
||||||
"value"
|
"value"
|
||||||
})
|
})
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public static class FilePath {
|
public static class FilePath {
|
||||||
|
|
||||||
@XmlValue
|
@XmlValue
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected String value;
|
protected String value;
|
||||||
@XmlAttribute
|
@XmlAttribute
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
protected Boolean regex;
|
protected Boolean regex;
|
||||||
|
@XmlAttribute
|
||||||
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
|
protected Boolean caseSensitive;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the value property.
|
* Gets the value of the value property.
|
||||||
*
|
*
|
||||||
* @return possible object is {@link String }
|
* @return
|
||||||
*
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public String getValue() {
|
public String getValue() {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the value property.
|
* Sets the value of the value property.
|
||||||
*
|
*
|
||||||
* @param value allowed object is {@link String }
|
* @param value
|
||||||
*
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public void setValue(String value) {
|
public void setValue(String value) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the regex property.
|
* Gets the value of the regex property.
|
||||||
*
|
*
|
||||||
* @return possible object is {@link Boolean }
|
* @return
|
||||||
*
|
* possible object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public boolean isRegex() {
|
public boolean isRegex() {
|
||||||
if (regex == null) {
|
if (regex == null) {
|
||||||
return false;
|
return false;
|
||||||
@@ -446,14 +518,49 @@ public class Suppressions {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the regex property.
|
* Sets the value of the regex property.
|
||||||
*
|
*
|
||||||
* @param value allowed object is {@link Boolean }
|
* @param value
|
||||||
*
|
* allowed object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-23T10:04:41-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
public void setRegex(Boolean value) {
|
public void setRegex(Boolean value) {
|
||||||
this.regex = value;
|
this.regex = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the caseSensitive property.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
|
public boolean isCaseSensitive() {
|
||||||
|
if (caseSensitive == null) {
|
||||||
|
return false;
|
||||||
|
} else {
|
||||||
|
return caseSensitive;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the value of the caseSensitive property.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2013-11-25T07:33:00-05:00", comments = "JAXB RI vJAXB 2.1.10 in JDK 6")
|
||||||
|
public void setCaseSensitive(Boolean value) {
|
||||||
|
this.caseSensitive = value;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
|
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
|
||||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||||
// Generated on: 2013.11.23 at 10:04:41 PM EST
|
// Generated on: 2013.11.25 at 07:33:00 PM EST
|
||||||
//
|
//
|
||||||
|
|
||||||
@javax.xml.bind.annotation.XmlSchema(namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
@javax.xml.bind.annotation.XmlSchema(namespace = "https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base="xs:string">
|
<xs:extension base="xs:string">
|
||||||
<xs:attribute name="regex" use="optional" type="xs:boolean" default="false"/>
|
<xs:attribute name="regex" use="optional" type="xs:boolean" default="false"/>
|
||||||
|
<xs:attribute name="caseSensitive" use="optional" type="xs:boolean" default="false"/>
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:simpleContent>
|
</xs:simpleContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base="xs:string">
|
<xs:extension base="xs:string">
|
||||||
<xs:attribute name="regex" use="optional" type="xs:boolean" default="false"/>
|
<xs:attribute name="regex" use="optional" type="xs:boolean" default="false"/>
|
||||||
|
<xs:attribute name="caseSensitive" use="optional" type="xs:boolean" default="false"/>
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:simpleContent>
|
</xs:simpleContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|||||||
Reference in New Issue
Block a user