Class XEntity
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.XEntity
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
XEntity.Entity,XEntity.Typedef
public class XEntity extends Comet3Entity
Java Interface for xentity complex type. For internal use only
The following schema fragments specify the expected content contained within this class.
<complexType name="xentity"> <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="file" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> </sequence> </restriction> </complexContent> </complexType> <complexType name="entity"> <complexContent> <restriction base="{http://comet.priint.com/configuration/entities}xentity"> <sequence> <element name="search" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="replace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> </sequence> </restriction> </complexContent> </complexType> <complexType name="typedef"> <complexContent> <restriction base="{http://comet.priint.com/configuration/entities}xentity"> <sequence> <element name="attr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXEntity.EntityThe type Entity.static classXEntity.TypedefThe type Typedef.-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description XEntity()Instantiates a new X entity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFile()Gets file.voidsetFile(java.lang.String file)Sets file.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-