Class XEntity

All Implemented Interfaces:
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:
  • Constructor Details

    • XEntity

      public XEntity()
      Instantiates a new X entity.
  • Method Details

    • getFile

      public String getFile()
      Gets file.
      Returns:
      the file
    • setFile

      public void setFile(String file)
      Sets file.
      Parameters:
      file - the file