@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public static class Scan.Exclude extends Object
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>
Modifier and Type | Class and Description |
---|---|
static class |
Scan.Exclude.IfClassAvailable
Java class for anonymous complex type.
|
static class |
Scan.Exclude.IfClassNotAvailable
Java class for anonymous complex type.
|
static class |
Scan.Exclude.IfSystemProperty
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty |
protected String |
name |
Constructor and Description |
---|
Exclude() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getIfClassAvailableOrIfClassNotAvailableOrIfSystemProperty()
Gets the value of the ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty property.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") protected List<Object> ifClassAvailableOrIfClassNotAvailableOrIfSystemProperty
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public List<Object> getIfClassAvailableOrIfClassNotAvailableOrIfSystemProperty()
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
Scan.Exclude.IfClassAvailable
Scan.Exclude.IfClassNotAvailable
Scan.Exclude.IfSystemProperty
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public String getName()
String
Copyright © 2016 buschmais GbR. All rights reserved.