Class PanelStatements

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

public class PanelStatements extends Comet3CollectionImpl<PanelStatement>

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

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

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

    • PanelStatements

      public PanelStatements()