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:
Serializable
- Direct Known Subclasses:
XEntity.Entity,XEntity.Typedef
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Entity.static classThe 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, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
XEntity
public XEntity()Instantiates a new X entity.
-
-
Method Details
-
getFile
Gets file.- Returns:
- the file
-
setFile
Sets file.- Parameters:
file- the file
-