Class FrameRules

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

public class FrameRules extends Comet3CollectionImpl<FrameRule>

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

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

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

    • FrameRules

      public FrameRules()