Class Grids

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

public class Grids extends Comet3CollectionImpl<Grid>

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

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

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

    • Grids

      public Grids()