Class Common

java.lang.Object
com.priint.pubserver.comet3.entity.Common

public class Common extends Object

Collection of various types references in several schemas. For internal use only

The following schema fragments specify the expected content contained within this class.

 <complexType name="preview">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

 <complexType name="data">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

 <complexType name="domain">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

 <complexType name="color">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

 <complexType name="spread">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="position" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="leftitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="middleitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="rightitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>


 <complexType name="record">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="id2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="id2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
         <element name="stringid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Common

      public Common()