Class PlaceholderGroups

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

public class PlaceholderGroups extends Comet3CollectionImpl<PlaceholderGroup>

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="placeholdergroup" type="{http://comet.priint.com/configuration/entities}placeholdergroup" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: