Package com.vidispine.generated
Class SearchHighlightType
java.lang.Object
com.vidispine.generated.SearchHighlightType
- 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 SearchHighlightType
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 SearchHighlightType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchHighlightType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="matchingOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="highlightTimespans" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="suffix" type="{http://www.w3.org/2001/XMLSchema}string" 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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getField()
Gets the value of the field property.Gets the value of the prefix property.Gets the value of the suffix property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the highlightTimespans property.Gets the value of the matchingOnly property.boolean
boolean
boolean
boolean
boolean
void
setHighlightTimespans
(Boolean value) Sets the value of the highlightTimespans property.void
setMatchingOnly
(Boolean value) Sets the value of the matchingOnly property.void
Sets the value of the prefix property.void
Sets the value of the suffix property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Adds objects to the list of Field using add methodwithField
(Collection<String> values) Adds objects to the list of Field using addAll methodwithHighlightTimespans
(Boolean value) Sets the value of the highlightTimespans property.withMatchingOnly
(Boolean value) Sets the value of the matchingOnly property.withPrefix
(String value) Sets the value of the prefix property.withSuffix
(String value) Sets the value of the suffix property.
-
Field Details
-
field
-
matchingOnly
-
highlightTimespans
-
prefix
-
suffix
-
-
Constructor Details
-
SearchHighlightType
public SearchHighlightType()
-
-
Method Details
-
getField
Gets the value of the field 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 field property.For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the field property.
-
isSetField
public boolean isSetField() -
unsetField
public void unsetField() -
isMatchingOnly
Gets the value of the matchingOnly property.- Returns:
- possible object is
Boolean
-
setMatchingOnly
Sets the value of the matchingOnly property.- Parameters:
value
- allowed object isBoolean
-
isSetMatchingOnly
public boolean isSetMatchingOnly() -
isHighlightTimespans
Gets the value of the highlightTimespans property.- Returns:
- possible object is
Boolean
-
setHighlightTimespans
Sets the value of the highlightTimespans property.- Parameters:
value
- allowed object isBoolean
-
isSetHighlightTimespans
public boolean isSetHighlightTimespans() -
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
-
isSetPrefix
public boolean isSetPrefix() -
getSuffix
Gets the value of the suffix property.- Returns:
- possible object is
String
-
setSuffix
Sets the value of the suffix property.- Parameters:
value
- allowed object isString
-
isSetSuffix
public boolean isSetSuffix() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withField
Adds objects to the list of Field using add method- Parameters:
values
- objects to add to the list Field- Returns:
- The class instance
-
withField
Adds objects to the list of Field using addAll method- Parameters:
values
- objects to add to the list Field- Returns:
- The class instance
-
withMatchingOnly
Sets the value of the matchingOnly property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withHighlightTimespans
Sets the value of the highlightTimespans property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSuffix
Sets the value of the suffix 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-