Class Common
- java.lang.Object
-
- com.priint.pubserver.comet3.entity.Common
-
public class Common extends java.lang.ObjectCollection 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 Classes Modifier and Type Class Description static classCommon.ColorThe type Color.static classCommon.DataThe type Data.static classCommon.DomainThe type Domain.static classCommon.PlaceholderThe type Placeholder.static classCommon.PreviewThe type Preview.static classCommon.RecordThe type Record.static classCommon.StateThe type State.static classCommon.TypeThe type Type.
-
Constructor Summary
Constructors Constructor Description Common()
-