Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IndexFilterType>protected Stringprotected Stringprotected Stringprotected IndexAnalyzerTypeprotected IndexAnalyzerType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the filter property.Gets the value of the indexName property.Gets the value of the indexSettings property.Gets the value of the language property.Gets the value of the searchAnalyzer property.Gets the value of the textAnalyzer property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanvoidsetIndexName(String value) Sets the value of the indexName property.voidsetIndexSettings(String value) Sets the value of the indexSettings property.voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the searchAnalyzer property.voidsetTextAnalyzer(IndexAnalyzerType value) Sets the value of the textAnalyzer property.toString()voidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withFilter(IndexFilterType... values) Adds objects to the list of Filter using add methodwithFilter(Collection<IndexFilterType> values) Adds objects to the list of Filter using addAll methodwithIndexName(String value) Sets the value of the indexName property.withIndexSettings(String value) Sets the value of the indexSettings property.withLanguage(String value) Sets the value of the language property.Sets the value of the searchAnalyzer property.Sets the value of the textAnalyzer property.
-
Field Details
-
indexName
-
language
-
filter
-
textAnalyzer
-
searchAnalyzer
-
indexSettings
-
-
Constructor Details
-
IndexType
public IndexType()
-
-
Method Details
-
getIndexName
Gets the value of the indexName property.- Returns:
- possible object is
String
-
setIndexName
Sets the value of the indexName property.- Parameters:
value- allowed object isString
-
isSetIndexName
public boolean isSetIndexName() -
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
isSetLanguage
public boolean isSetLanguage() -
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
setmethod 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
Gets the value of the textAnalyzer property.- Returns:
- possible object is
IndexAnalyzerType
-
setTextAnalyzer
Sets the value of the textAnalyzer property.- Parameters:
value- allowed object isIndexAnalyzerType
-
isSetTextAnalyzer
public boolean isSetTextAnalyzer() -
getSearchAnalyzer
Gets the value of the searchAnalyzer property.- Returns:
- possible object is
IndexAnalyzerType
-
setSearchAnalyzer
Sets the value of the searchAnalyzer property.- Parameters:
value- allowed object isIndexAnalyzerType
-
isSetSearchAnalyzer
public boolean isSetSearchAnalyzer() -
getIndexSettings
Gets the value of the indexSettings property.- Returns:
- possible object is
String
-
setIndexSettings
Sets the value of the indexSettings property.- Parameters:
value- allowed object isString
-
isSetIndexSettings
public boolean isSetIndexSettings() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withIndexName
Sets the value of the indexName property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withFilter
Adds objects to the list of Filter using add method- Parameters:
values- objects to add to the list Filter- Returns:
- The class instance
-
withFilter
Adds objects to the list of Filter using addAll method- Parameters:
values- objects to add to the list Filter- Returns:
- The class instance
-
withTextAnalyzer
Sets the value of the textAnalyzer property.- Parameters:
value- allowed object isIndexAnalyzerType- Returns:
- The class instance
-
withSearchAnalyzer
Sets the value of the searchAnalyzer property.- Parameters:
value- allowed object isIndexAnalyzerType- Returns:
- The class instance
-
withIndexSettings
Sets the value of the indexSettings property.- Parameters:
value- allowed object isString- 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-