Class PageItemStates

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

public class PageItemStates extends Comet3CollectionImpl<PageItemState>

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

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

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

    • PageItemStates

      public PageItemStates()