Class XEntities

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

public class XEntities extends Comet3CollectionImpl<XEntity>

Java class for xentities (i.e. list of entities and typedefs) complex type. For internal use only

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

 <complexType name="xentities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entity" type="{http://comet.priint.com/configuration/entities/xentity}entity" minOccurs="0" maxOccurs="unbounded"/>
         <element name="typedef" type="{http://comet.priint.com/configuration/entities/xentity}typedef" minOccurs="0" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: