All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jcp.xmlns.xml.ns.javaee.Scan Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.10.25 at 11:35:24 PM CEST 
//


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;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence maxOccurs="unbounded" minOccurs="0">
 *         <element name="exclude">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <choice maxOccurs="unbounded" minOccurs="0">
 *                   <element name="if-class-available">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="if-class-not-available">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="if-system-property">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </choice>
 *                 <attribute name="name" use="required">
 *                   <simpleType>
 *                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *                       <pattern value="([a-zA-Z_$][a-zA-Z\d_$]*\.)*([a-zA-Z_$][a-zA-Z\d_$]*|\*|\*\*)"/>
 *                     </restriction>
 *                   </simpleType>
 *                 </attribute>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "exclude" }) @XmlRootElement(name = "scan") @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public class Scan { @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") protected List exclude; /** * Gets the value of the exclude 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 exclude property. * *

* For example, to add a new item, do as follows: *

     *    getExclude().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Scan.Exclude } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public List getExclude() { if (exclude == null) { exclude = new ArrayList(); } return this.exclude; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <choice maxOccurs="unbounded" minOccurs="0">
     *         <element name="if-class-available">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="if-class-not-available">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="if-system-property">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                 <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </choice>
     *       <attribute name="name" use="required">
     *         <simpleType>
     *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     *             <pattern value="([a-zA-Z_$][a-zA-Z\d_$]*\.)*([a-zA-Z_$][a-zA-Z\d_$]*|\*|\*\*)"/>
     *           </restriction>
     *         </simpleType>
     *       </attribute>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty" }) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public static class Exclude { @XmlElements({ @XmlElement(name = "if-class-available", type = Scan.Exclude.IfClassAvailable.class), @XmlElement(name = "if-class-not-available", type = Scan.Exclude.IfClassNotAvailable.class), @XmlElement(name = "if-system-property", type = Scan.Exclude.IfSystemProperty.class) }) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") protected List ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty; @XmlAttribute(name = "name", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") protected String name; /** * Gets the value of the ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty 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 ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty property. * *

* For example, to add a new item, do as follows: *

         *    getIfClassAvailableOrIfClassNotAvailableOrIfSystemProperty().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Scan.Exclude.IfClassAvailable } * {@link Scan.Exclude.IfClassNotAvailable } * {@link Scan.Exclude.IfSystemProperty } * * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public List getIfClassAvailableOrIfClassNotAvailableOrIfSystemProperty() { if (ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty == null) { ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty = new ArrayList(); } return this.ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty; } /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public void setName(String value) { this.name = value; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public static class IfClassAvailable { @XmlAttribute(name = "name", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") protected String name; /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public void setName(String value) { this.name = value; } } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public static class IfClassNotAvailable { @XmlAttribute(name = "name", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") protected String name; /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public void setName(String value) { this.name = value; } } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         *       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public static class IfSystemProperty { @XmlAttribute(name = "name", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") protected String name; @XmlAttribute(name = "value") @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") protected String value; /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public void setName(String value) { this.name = value; } /** * Gets the value of the value property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public String getValue() { return value; } /** * Sets the value of the value property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-10-25T11:35:24+02:00", comments = "JAXB RI v2.2.7") public void setValue(String value) { this.value = value; } } } }