Class Domains

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

public class Domains extends Comet3CollectionImpl<Domain>

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

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

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