Class 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
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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) getAlias()Gets the value of the alias property.Gets the value of the analyzer property.Gets the value of the filter property.Gets the value of the language property.getName()Gets the value of the name property.Gets the value of the percolator property.Gets the value of the settings property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidSets the value of the alias property.voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the name property.voidsetPercolator(String value) Sets the value of the percolator property.voidsetSettings(String value) Sets the value of the settings property.toString()voidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the alias property.withAnalyzer(IndexAnalyzerType... values) Adds objects to the list of Analyzer using add methodwithAnalyzer(Collection<IndexAnalyzerType> values) Adds objects to the list of Analyzer using addAll methodwithFilter(IndexFilterType... values) Adds objects to the list of Filter using add methodwithFilter(Collection<IndexFilterType> values) Adds objects to the list of Filter using addAll methodwithLanguage(String value) Sets the value of the language property.Sets the value of the name property.withPercolator(String value) Sets the value of the percolator property.withSettings(String value) Sets the value of the settings property.
-
Field Details
-
name
-
language
-
alias
-
percolator
-
settings
-
analyzer
-
filter
-
-
Constructor Details
-
IndexInformationType
public IndexInformationType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
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() -
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value- allowed object isString
-
isSetAlias
public boolean isSetAlias() -
getPercolator
Gets the value of the percolator property.- Returns:
- possible object is
String
-
setPercolator
Sets the value of the percolator property.- Parameters:
value- allowed object isString
-
isSetPercolator
public boolean isSetPercolator() -
getSettings
Gets the value of the settings property.- Returns:
- possible object is
String
-
setSettings
Sets the value of the settings property.- Parameters:
value- allowed object isString
-
isSetSettings
public boolean isSetSettings() -
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
setmethod 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
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() -
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
-
withName
Sets the value of the name 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
-
withAlias
Sets the value of the alias property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPercolator
Sets the value of the percolator property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSettings
Sets the value of the settings property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withAnalyzer
Adds objects to the list of Analyzer using add method- Parameters:
values- objects to add to the list Analyzer- Returns:
- The class instance
-
withAnalyzer
Adds objects to the list of Analyzer using addAll method- Parameters:
values- objects to add to the list Analyzer- 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
-
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
-