Class IndexInformationType

java.lang.Object
com.vidispine.generated.IndexInformationType
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 IndexInformationType 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 IndexInformationType complex type

.

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


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

  • Constructor Details

    • IndexInformationType

      public IndexInformationType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • 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()
    • getAlias

      public String getAlias()
      Gets the value of the alias property.
      Returns:
      possible object is String
    • setAlias

      public void setAlias(String value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is String
    • isSetAlias

      public boolean isSetAlias()
    • getPercolator

      public String getPercolator()
      Gets the value of the percolator property.
      Returns:
      possible object is String
    • setPercolator

      public void setPercolator(String value)
      Sets the value of the percolator property.
      Parameters:
      value - allowed object is String
    • isSetPercolator

      public boolean isSetPercolator()
    • getSettings

      public String getSettings()
      Gets the value of the settings property.
      Returns:
      possible object is String
    • setSettings

      public void setSettings(String value)
      Sets the value of the settings property.
      Parameters:
      value - allowed object is String
    • isSetSettings

      public boolean isSetSettings()
    • getAnalyzer

      public List<IndexAnalyzerType> getAnalyzer()
      Gets the value of the analyzer 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 analyzer property.

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

       getAnalyzer().add(newItem);
       

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

      Returns:
      The value of the analyzer property.
    • isSetAnalyzer

      public boolean isSetAnalyzer()
    • unsetAnalyzer

      public void unsetAnalyzer()
    • 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()
    • 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
    • withName

      public IndexInformationType withName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLanguage

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

      public IndexInformationType withAlias(String value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPercolator

      public IndexInformationType withPercolator(String value)
      Sets the value of the percolator property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSettings

      public IndexInformationType withSettings(String value)
      Sets the value of the settings property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withAnalyzer

      public IndexInformationType withAnalyzer(IndexAnalyzerType... values)
      Adds objects to the list of Analyzer using add method
      Parameters:
      values - objects to add to the list Analyzer
      Returns:
      The class instance
    • withAnalyzer

      public IndexInformationType withAnalyzer(Collection<IndexAnalyzerType> values)
      Adds objects to the list of Analyzer using addAll method
      Parameters:
      values - objects to add to the list Analyzer
      Returns:
      The class instance
    • withFilter

      public IndexInformationType 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 IndexInformationType 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
    • 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 IndexInformationType 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