Class SearchQueryTerm
- All Implemented Interfaces:
Serializable
Java class for search_query_term complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="search_query_term"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="searchedTypes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="conditionLogicalList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="conditionOpenBracketList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="conditionAttributeNameList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="conditionOperatorList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="conditionAttributeValueList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="conditionCloseBracketList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="pathList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="colNames" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="facets" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="objectId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="objectName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fullTextCondition" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fullTextOperator" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fullTextWords" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="descend" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="orderBy" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="orderByDirection" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the colNames property.Gets the value of the conditionAttributeNameList property.Gets the value of the conditionAttributeValueList property.Gets the value of the conditionCloseBracketList property.Gets the value of the conditionLogicalList property.Gets the value of the conditionOpenBracketList property.Gets the value of the conditionOperatorList property.Gets the value of the facets property.Gets the value of the fullTextCondition property.Gets the value of the fullTextOperator property.Gets the value of the fullTextWords property.Gets the value of the objectId property.Gets the value of the objectName property.Gets the value of the orderBy property.Gets the value of the orderByDirection property.Gets the value of the pathList property.Gets the value of the searchedTypes property.Gets the value of the descend property.void
setDescend
(Boolean value) Sets the value of the descend property.void
setFullTextCondition
(String value) Sets the value of the fullTextCondition property.void
setFullTextOperator
(String value) Sets the value of the fullTextOperator property.void
setFullTextWords
(String value) Sets the value of the fullTextWords property.void
setObjectId
(String value) Sets the value of the objectId property.void
setObjectName
(String value) Sets the value of the objectName property.void
setOrderBy
(String value) Sets the value of the orderBy property.void
setOrderByDirection
(String value) Sets the value of the orderByDirection property.
-
Constructor Details
-
SearchQueryTerm
public SearchQueryTerm()
-
-
Method Details
-
getSearchedTypes
Gets the value of the searchedTypes 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 searchedTypes property.For example, to add a new item, do as follows:
getSearchedTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getConditionLogicalList
Gets the value of the conditionLogicalList 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 conditionLogicalList property.For example, to add a new item, do as follows:
getConditionLogicalList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getConditionOpenBracketList
Gets the value of the conditionOpenBracketList 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 conditionOpenBracketList property.For example, to add a new item, do as follows:
getConditionOpenBracketList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getConditionAttributeNameList
Gets the value of the conditionAttributeNameList 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 conditionAttributeNameList property.For example, to add a new item, do as follows:
getConditionAttributeNameList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getConditionOperatorList
Gets the value of the conditionOperatorList 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 conditionOperatorList property.For example, to add a new item, do as follows:
getConditionOperatorList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getConditionAttributeValueList
Gets the value of the conditionAttributeValueList 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 conditionAttributeValueList property.For example, to add a new item, do as follows:
getConditionAttributeValueList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getConditionCloseBracketList
Gets the value of the conditionCloseBracketList 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 conditionCloseBracketList property.For example, to add a new item, do as follows:
getConditionCloseBracketList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getPathList
Gets the value of the pathList 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 pathList property.For example, to add a new item, do as follows:
getPathList().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getColNames
Gets the value of the colNames 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 colNames property.For example, to add a new item, do as follows:
getColNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getFacets
Gets the value of the facets 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 facets property.For example, to add a new item, do as follows:
getFacets().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getObjectId
Gets the value of the objectId property.- Returns:
- possible object is
String
-
setObjectId
Sets the value of the objectId property.- Parameters:
value
- allowed object isString
-
getObjectName
Gets the value of the objectName property.- Returns:
- possible object is
String
-
setObjectName
Sets the value of the objectName property.- Parameters:
value
- allowed object isString
-
getFullTextCondition
Gets the value of the fullTextCondition property.- Returns:
- possible object is
String
-
setFullTextCondition
Sets the value of the fullTextCondition property.- Parameters:
value
- allowed object isString
-
getFullTextOperator
Gets the value of the fullTextOperator property.- Returns:
- possible object is
String
-
setFullTextOperator
Sets the value of the fullTextOperator property.- Parameters:
value
- allowed object isString
-
getFullTextWords
Gets the value of the fullTextWords property.- Returns:
- possible object is
String
-
setFullTextWords
Sets the value of the fullTextWords property.- Parameters:
value
- allowed object isString
-
isDescend
Gets the value of the descend property.- Returns:
- possible object is
Boolean
-
setDescend
Sets the value of the descend property.- Parameters:
value
- allowed object isBoolean
-
getOrderBy
Gets the value of the orderBy property.- Returns:
- possible object is
String
-
setOrderBy
Sets the value of the orderBy property.- Parameters:
value
- allowed object isString
-
getOrderByDirection
Gets the value of the orderByDirection property.- Returns:
- possible object is
String
-
setOrderByDirection
Sets the value of the orderByDirection property.- Parameters:
value
- allowed object isString
-