Class IndexType

java.lang.Object
com.vidispine.generated.IndexType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class IndexType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Java class for IndexType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="IndexType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="indexName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="filter" type="{http://xml.vidispine.com/schema/vidispine}IndexFilterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="textAnalyzer" type="{http://xml.vidispine.com/schema/vidispine}IndexAnalyzerType" minOccurs="0"/>
         <element name="searchAnalyzer" type="{http://xml.vidispine.com/schema/vidispine}IndexAnalyzerType" minOccurs="0"/>
         <element name="indexSettings" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • IndexType

      public IndexType()
  • Method Details

    • getIndexName

      public String getIndexName()
      Gets the value of the indexName property.
      Returns:
      possible object is String
    • setIndexName

      public void setIndexName(String value)
      Sets the value of the indexName property.
      Parameters:
      value - allowed object is String
    • isSetIndexName

      public boolean isSetIndexName()
    • getLanguage

      public String getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is String
    • setLanguage

      public void setLanguage(String value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is String
    • isSetLanguage

      public boolean isSetLanguage()
    • getFilter

      public List<IndexFilterType> getFilter()
      Gets the value of the filter property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filter property.

      For example, to add a new item, do as follows:

       getFilter().add(newItem);
       

      Objects of the following type(s) are allowed in the list IndexFilterType

      Returns:
      The value of the filter property.
    • isSetFilter

      public boolean isSetFilter()
    • unsetFilter

      public void unsetFilter()
    • getTextAnalyzer

      public IndexAnalyzerType getTextAnalyzer()
      Gets the value of the textAnalyzer property.
      Returns:
      possible object is IndexAnalyzerType
    • setTextAnalyzer

      public void setTextAnalyzer(IndexAnalyzerType value)
      Sets the value of the textAnalyzer property.
      Parameters:
      value - allowed object is IndexAnalyzerType
    • isSetTextAnalyzer

      public boolean isSetTextAnalyzer()
    • getSearchAnalyzer

      public IndexAnalyzerType getSearchAnalyzer()
      Gets the value of the searchAnalyzer property.
      Returns:
      possible object is IndexAnalyzerType
    • setSearchAnalyzer

      public void setSearchAnalyzer(IndexAnalyzerType value)
      Sets the value of the searchAnalyzer property.
      Parameters:
      value - allowed object is IndexAnalyzerType
    • isSetSearchAnalyzer

      public boolean isSetSearchAnalyzer()
    • getIndexSettings

      public String getIndexSettings()
      Gets the value of the indexSettings property.
      Returns:
      possible object is String
    • setIndexSettings

      public void setIndexSettings(String value)
      Sets the value of the indexSettings property.
      Parameters:
      value - allowed object is String
    • isSetIndexSettings

      public boolean isSetIndexSettings()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withIndexName

      public IndexType withIndexName(String value)
      Sets the value of the indexName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLanguage

      public IndexType withLanguage(String value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFilter

      public IndexType withFilter(IndexFilterType... values)
      Adds objects to the list of Filter using add method
      Parameters:
      values - objects to add to the list Filter
      Returns:
      The class instance
    • withFilter

      public IndexType withFilter(Collection<IndexFilterType> values)
      Adds objects to the list of Filter using addAll method
      Parameters:
      values - objects to add to the list Filter
      Returns:
      The class instance
    • withTextAnalyzer

      public IndexType withTextAnalyzer(IndexAnalyzerType value)
      Sets the value of the textAnalyzer property.
      Parameters:
      value - allowed object is IndexAnalyzerType
      Returns:
      The class instance
    • withSearchAnalyzer

      public IndexType withSearchAnalyzer(IndexAnalyzerType value)
      Sets the value of the searchAnalyzer property.
      Parameters:
      value - allowed object is IndexAnalyzerType
      Returns:
      The class instance
    • withIndexSettings

      public IndexType withIndexSettings(String value)
      Sets the value of the indexSettings property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public IndexType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString