org.ehcache.xml.model
Class CopierType

java.lang.Object
  extended by org.ehcache.xml.model.CopierType

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>
 


Nested Class Summary
static class CopierType.Copier
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<CopierType.Copier> copier
           
 
Constructor Summary
CopierType()
           
 
Method Summary
 java.util.List<CopierType.Copier> getCopier()
          Gets the value of the copier property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copier

protected java.util.List<CopierType.Copier> copier
Constructor Detail

CopierType

public CopierType()
Method Detail

getCopier

public java.util.List<CopierType.Copier> getCopier()
Gets the value of the copier 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 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