Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.jcp.xmlns.xml.ns.javaee.Scan Maven / Gradle / Ivy
Go to download
Plugin for jQAssistant to be able to scan and to
analyze CDI related artifacts.
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2021.02.25 um 10:08:04 AM CET
//
package org.jcp.xmlns.xml.ns.javaee;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"exclude"
})
@XmlRootElement(name = "scan", namespace = "http://xmlns.jcp.org/xml/ns/javaee")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public class Scan {
/**
*
*/
@XmlElement(namespace = "http://xmlns.jcp.org/xml/ns/javaee")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
protected List exclude;
/**
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public List getExclude() {
if (exclude == null) {
exclude = new ArrayList();
}
return this.exclude;
}
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public static class Exclude {
/**
*
*/
@XmlElements({
@XmlElement(name = "if-class-available", namespace = "http://xmlns.jcp.org/xml/ns/javaee", type = Scan.Exclude.IfClassAvailable.class),
@XmlElement(name = "if-class-not-available", namespace = "http://xmlns.jcp.org/xml/ns/javaee", type = Scan.Exclude.IfClassNotAvailable.class),
@XmlElement(name = "if-system-property", namespace = "http://xmlns.jcp.org/xml/ns/javaee", type = Scan.Exclude.IfSystemProperty.class)
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
protected List ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty;
/**
*
*/
@XmlAttribute(name = "name", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
protected String name;
/**
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public List getIfClassAvailableOrIfClassNotAvailableOrIfSystemProperty() {
if (ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty == null) {
ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty = new ArrayList();
}
return this.ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public String getName() {
return name;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public void setName(String value) {
this.name = value;
}
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public static class IfClassAvailable {
/**
*
*/
@XmlAttribute(name = "name", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
protected String name;
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public String getName() {
return name;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public void setName(String value) {
this.name = value;
}
}
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public static class IfClassNotAvailable {
/**
*
*/
@XmlAttribute(name = "name", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
protected String name;
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public String getName() {
return name;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public void setName(String value) {
this.name = value;
}
}
/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public static class IfSystemProperty {
/**
*
*/
@XmlAttribute(name = "name", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
protected String name;
/**
*
*/
@XmlAttribute(name = "value")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
protected String value;
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public String getName() {
return name;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public void setName(String value) {
this.name = value;
}
/**
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public String getValue() {
return value;
}
/**
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2021-02-25T10:08:04+01:00", comments = "JAXB RI v2.2.7")
public void setValue(String value) {
this.value = value;
}
}
}
}