Class PreviewStatements

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

public class PreviewStatements extends Comet3CollectionImpl<PreviewStatement>

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

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

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

    • PreviewStatements

      public PreviewStatements()