Class XIndex

All Implemented Interfaces:
Serializable

public class XIndex extends Comet3Entity

Java Interface for index complex type. For internal use only

The following schema fragments specify the expected content contained within this class.

 <complexType name="index">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="file" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="nodepath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="unique" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
         <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • XIndex

      public XIndex()
      Instantiates a new X index.
  • Method Details

    • getFile

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

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

      public String getNodepath()
      Gets nodepath.
      Returns:
      the nodepath
    • setNodepath

      public void setNodepath(String nodepath)
      Sets nodepath.
      Parameters:
      nodepath - the nodepath
    • getUnique

      public String getUnique()
      Gets unique.
      Returns:
      the unique
    • setUnique

      public void setUnique(String unique)
      Sets unique.
      Parameters:
      unique - the unique
    • getEnabled

      public String getEnabled()
      Gets enabled.
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(String enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled