Class Common
java.lang.Object
com.priint.pubserver.comet3.entity.Common
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Color.static classThe type Data.static classThe type Domain.static classThe type Placeholder.static classThe type Preview.static classThe type Record.static classThe type State.static classThe type Type. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Common
public Common()
-