public class Configurations
extends java.lang.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">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="configuration">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.ehcache.org/v3}config"/>
<element name="variant" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.ehcache.org/v3}config"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<attribute name="identity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Configurations.Configuration
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Configurations.Configuration> |
configuration |
| Constructor and Description |
|---|
Configurations() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Configurations.Configuration> |
getConfiguration()
Gets the value of the configuration property.
|
Configurations |
withConfiguration(java.util.Collection<Configurations.Configuration> values) |
Configurations |
withConfiguration(Configurations.Configuration... values) |
protected java.util.List<Configurations.Configuration> configuration
public java.util.List<Configurations.Configuration> getConfiguration()
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 configuration property.
For example, to add a new item, do as follows:
getConfiguration().add(newItem);
Objects of the following type(s) are allowed in the list
Configurations.Configuration
public Configurations withConfiguration(Configurations.Configuration... values)
public Configurations withConfiguration(java.util.Collection<Configurations.Configuration> values)