public class CopierType
extends java.lang.Object
Java class for copier-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="copier-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="copier" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.ehcache.org/v3>fqcn-type">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CopierType.Copier
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CopierType.Copier> |
copier |
| Constructor and Description |
|---|
CopierType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CopierType.Copier> |
getCopier()
Gets the value of the copier property.
|
CopierType |
withCopier(java.util.Collection<CopierType.Copier> values) |
CopierType |
withCopier(CopierType.Copier... values) |
protected java.util.List<CopierType.Copier> copier
public java.util.List<CopierType.Copier> getCopier()
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 copier property.
For example, to add a new item, do as follows:
getCopier().add(newItem);
Objects of the following type(s) are allowed in the list
CopierType.Copier
public CopierType withCopier(CopierType.Copier... values)
public CopierType withCopier(java.util.Collection<CopierType.Copier> values)