Class FulltextSearch
- java.lang.Object
-
- com.hybris.cockpitng.config.fulltextsearch.jaxb.FulltextSearch
-
public class FulltextSearch extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field-list" type="{http://www.hybris.com/cockpitng/config/fulltextsearch}FieldListType"/> <element name="preferred-search-strategy" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FieldListTypefieldListprotected OperatorTypeoperatorprotected java.lang.StringpreferredSearchStrategy
-
Constructor Summary
Constructors Constructor Description FulltextSearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldListTypegetFieldList()Gets the value of the fieldList property.OperatorTypegetOperator()Gets the value of the operator property.java.lang.StringgetPreferredSearchStrategy()Gets the value of the preferredSearchStrategy property.voidsetFieldList(FieldListType value)Sets the value of the fieldList property.voidsetOperator(OperatorType value)Sets the value of the operator property.voidsetPreferredSearchStrategy(java.lang.String value)Sets the value of the preferredSearchStrategy property.
-
-
-
Field Detail
-
fieldList
protected FieldListType fieldList
-
preferredSearchStrategy
protected java.lang.String preferredSearchStrategy
-
operator
protected OperatorType operator
-
-
Method Detail
-
getFieldList
public FieldListType getFieldList()
Gets the value of the fieldList property.- Returns:
- possible object is
FieldListType
-
setFieldList
public void setFieldList(FieldListType value)
Sets the value of the fieldList property.- Parameters:
value- allowed object isFieldListType
-
getPreferredSearchStrategy
public java.lang.String getPreferredSearchStrategy()
Gets the value of the preferredSearchStrategy property.- Returns:
- possible object is
String
-
setPreferredSearchStrategy
public void setPreferredSearchStrategy(java.lang.String value)
Sets the value of the preferredSearchStrategy property.- Parameters:
value- allowed object isString
-
getOperator
public OperatorType getOperator()
Gets the value of the operator property.- Returns:
- possible object is
OperatorType
-
setOperator
public void setOperator(OperatorType value)
Sets the value of the operator property.- Parameters:
value- allowed object isOperatorType
-
-