Class Placeholders

All Implemented Interfaces:
Comet3Collection<Placeholder>, Serializable, Cloneable, Iterable<Placeholder>, Collection<Placeholder>, List<Placeholder>, RandomAccess

public class Placeholders extends Comet3CollectionImpl<Placeholder>

Java class for placeholders (i.e. list of placeholders) complex type. For internal use only

The following schema fragment specifies the expected content contained within this class.

 <complexType name="placeholders">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="placeholder" type="{http://comet.priint.com/configuration/entities}placeholder" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: