@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public class Beans 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 ref="{http://xmlns.jcp.org/xml/ns/javaee}interceptors"/> <element ref="{http://xmlns.jcp.org/xml/ns/javaee}decorators"/> <element ref="{http://xmlns.jcp.org/xml/ns/javaee}alternatives"/> <element ref="{http://xmlns.jcp.org/xml/ns/javaee}scan"/> <any processContents='lax' namespace='##other'/> </choice> <attribute name="version" default="1.1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <pattern value="\.?[0-9]+(\.[0-9]+)*"/> </restriction> </simpleType> </attribute> <attribute name="bean-discovery-mode" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="annotated"/> <enumeration value="all"/> <enumeration value="none"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
beanDiscoveryMode |
protected List<Object> |
interceptorsOrDecoratorsOrAlternatives |
protected String |
version |
Constructor and Description |
---|
Beans() |
Modifier and Type | Method and Description |
---|---|
String |
getBeanDiscoveryMode()
Gets the value of the beanDiscoveryMode property.
|
List<Object> |
getInterceptorsOrDecoratorsOrAlternatives()
Gets the value of the interceptorsOrDecoratorsOrAlternatives property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBeanDiscoveryMode(String value)
Sets the value of the beanDiscoveryMode property.
|
void |
setVersion(String value)
Sets the value of the version 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> interceptorsOrDecoratorsOrAlternatives
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") protected String version
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") protected String beanDiscoveryMode
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public List<Object> getInterceptorsOrDecoratorsOrAlternatives()
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 interceptorsOrDecoratorsOrAlternatives property.
For example, to add a new item, do as follows:
getInterceptorsOrDecoratorsOrAlternatives().add(newItem);
Objects of the following type(s) are allowed in the list
Decorators
Object
Alternatives
Element
Interceptors
Scan
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public String getVersion()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public void setVersion(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:09+01:00", comments="JAXB RI v2.2.7") public String getBeanDiscoveryMode()
String
Copyright © 2016 buschmais GbR. All rights reserved.