Class ItemSearchType
- 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
- Direct Known Subclasses:
FileSearchType
,ShapeSearchType
Java class for ItemSearchType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemSearchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://xml.vidispine.com/schema/vidispine}ItemSearchTextValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="field" type="{http://xml.vidispine.com/schema/vidispine}SearchFieldType" maxOccurs="unbounded" minOccurs="0"/>
<element name="group" type="{http://xml.vidispine.com/schema/vidispine}SearchGroupType" maxOccurs="unbounded" minOccurs="0"/>
<element name="intervals" type="{http://xml.vidispine.com/schema/vidispine}SearchIntervalsType" minOccurs="0"/>
<element name="reference" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="operator" type="{http://xml.vidispine.com/schema/vidispine}SearchOperatorType" minOccurs="0"/>
<element name="filter" type="{http://xml.vidispine.com/schema/vidispine}SearchFilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="acl" type="{http://xml.vidispine.com/schema/vidispine}SearchAclType" minOccurs="0"/>
<element name="collection" type="{http://xml.vidispine.com/schema/vidispine}CollectionCriterionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="item" type="{http://xml.vidispine.com/schema/vidispine}ItemCriterionType" minOccurs="0"/>
<element name="shape" type="{http://xml.vidispine.com/schema/vidispine}ShapeCriterionType" minOccurs="0"/>
<element name="file" type="{http://xml.vidispine.com/schema/vidispine}CriterionType" minOccurs="0"/>
<element name="facetFilter" type="{http://xml.vidispine.com/schema/vidispine}FacetFilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="facet" type="{http://xml.vidispine.com/schema/vidispine}SearchFacetType" maxOccurs="unbounded" minOccurs="0"/>
<element name="sort" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="order" type="{http://xml.vidispine.com/schema/vidispine}SortingOrderType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="highlight" type="{http://xml.vidispine.com/schema/vidispine}SearchHighlightType" minOccurs="0"/>
<element name="suggestion" type="{http://xml.vidispine.com/schema/vidispine}SuggestionSearchType" minOccurs="0"/>
<element name="autocomplete" type="{http://xml.vidispine.com/schema/vidispine}AutocompleteRequestType" maxOccurs="unbounded" minOccurs="0"/>
<element name="cursor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Java class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SearchAclType
protected List<AutocompleteRequestType>
protected List<CollectionCriterionType>
protected String
protected List<SearchFacetType>
protected List<FacetFilterType>
protected List<SearchFieldType>
protected CriterionType
protected List<SearchFilterType>
protected List<SearchGroupType>
protected SearchHighlightType
protected SearchIntervalsType
protected ItemCriterionType
protected SearchOperatorType
protected ShapeCriterionType
protected List<ItemSearchType.Sort>
protected SuggestionSearchType
protected List<ItemSearchTextValueType>
protected Integer
-
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) getAcl()
Gets the value of the acl property.Gets the value of the autocomplete property.Gets the value of the collection property.Gets the value of the cursor property.getFacet()
Gets the value of the facet property.Gets the value of the facetFilter property.getField()
Gets the value of the field property.getFile()
Gets the value of the file property.Gets the value of the filter property.getGroup()
Gets the value of the group property.Gets the value of the highlight property.Gets the value of the intervals property.getItem()
Gets the value of the item property.Gets the value of the operator property.Gets the value of the reference property.getShape()
Gets the value of the shape property.getSort()
Gets the value of the sort property.Gets the value of the suggestion property.getText()
Gets the value of the text property.int
Gets the value of the version property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetAcl()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAcl
(SearchAclType value) Sets the value of the acl property.void
Sets the value of the cursor property.void
setFile
(CriterionType value) Sets the value of the file property.void
setHighlight
(SearchHighlightType value) Sets the value of the highlight property.void
setIntervals
(SearchIntervalsType value) Sets the value of the intervals property.void
setItem
(ItemCriterionType value) Sets the value of the item property.void
setOperator
(SearchOperatorType value) Sets the value of the operator property.void
setShape
(ShapeCriterionType value) Sets the value of the shape property.void
Sets the value of the suggestion property.void
setVersion
(int value) Sets the value of the version property.toString()
void
void
void
void
void
void
void
void
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAcl
(SearchAclType value) Sets the value of the acl property.withAutocomplete
(AutocompleteRequestType... values) Adds objects to the list of Autocomplete using add methodAdds objects to the list of Autocomplete using addAll methodwithCollection
(CollectionCriterionType... values) Adds objects to the list of Collection using add methodAdds objects to the list of Collection using addAll methodwithCursor
(String value) Sets the value of the cursor property.withFacet
(SearchFacetType... values) Adds objects to the list of Facet using add methodwithFacet
(Collection<SearchFacetType> values) Adds objects to the list of Facet using addAll methodwithFacetFilter
(FacetFilterType... values) Adds objects to the list of FacetFilter using add methodwithFacetFilter
(Collection<FacetFilterType> values) Adds objects to the list of FacetFilter using addAll methodwithField
(SearchFieldType... values) Adds objects to the list of Field using add methodwithField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodwithFile
(CriterionType value) Sets the value of the file property.withFilter
(SearchFilterType... values) Adds objects to the list of Filter using add methodwithFilter
(Collection<SearchFilterType> values) Adds objects to the list of Filter using addAll methodwithGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodwithGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodwithHighlight
(SearchHighlightType value) Sets the value of the highlight property.withIntervals
(SearchIntervalsType value) Sets the value of the intervals property.withItem
(ItemCriterionType value) Sets the value of the item property.withOperator
(SearchOperatorType value) Sets the value of the operator property.withReference
(String... values) Adds objects to the list of Reference using add methodwithReference
(Collection<String> values) Adds objects to the list of Reference using addAll methodwithShape
(ShapeCriterionType value) Sets the value of the shape property.withSort
(ItemSearchType.Sort... values) Adds objects to the list of Sort using add methodwithSort
(Collection<ItemSearchType.Sort> values) Adds objects to the list of Sort using addAll methodSets the value of the suggestion property.withText
(ItemSearchTextValueType... values) Adds objects to the list of Text using add methodwithText
(Collection<ItemSearchTextValueType> values) Adds objects to the list of Text using addAll methodwithVersion
(int value) Sets the value of the version property.
-
Field Details
-
text
-
field
-
group
-
intervals
-
reference
-
operator
-
filter
-
acl
-
collection
-
item
-
shape
-
file
-
facetFilter
-
facet
-
sort
-
highlight
-
suggestion
-
autocomplete
-
cursor
-
version
-
-
Constructor Details
-
ItemSearchType
public ItemSearchType()
-
-
Method Details
-
getText
Gets the value of the text 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 text property.For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSearchTextValueType
- Returns:
- The value of the text property.
-
isSetText
public boolean isSetText() -
unsetText
public void unsetText() -
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
SearchFieldType
- Returns:
- The value of the field property.
-
isSetField
public boolean isSetField() -
unsetField
public void unsetField() -
getGroup
Gets the value of the group 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 group property.For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
SearchGroupType
- Returns:
- The value of the group property.
-
isSetGroup
public boolean isSetGroup() -
unsetGroup
public void unsetGroup() -
getIntervals
Gets the value of the intervals property.- Returns:
- possible object is
SearchIntervalsType
-
setIntervals
Sets the value of the intervals property.- Parameters:
value
- allowed object isSearchIntervalsType
-
isSetIntervals
public boolean isSetIntervals() -
getReference
Gets the value of the reference 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 reference property.For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the reference property.
-
isSetReference
public boolean isSetReference() -
unsetReference
public void unsetReference() -
getOperator
Gets the value of the operator property.- Returns:
- possible object is
SearchOperatorType
-
setOperator
Sets the value of the operator property.- Parameters:
value
- allowed object isSearchOperatorType
-
isSetOperator
public boolean isSetOperator() -
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
set
method 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
SearchFilterType
- Returns:
- The value of the filter property.
-
isSetFilter
public boolean isSetFilter() -
unsetFilter
public void unsetFilter() -
getAcl
Gets the value of the acl property.- Returns:
- possible object is
SearchAclType
-
setAcl
Sets the value of the acl property.- Parameters:
value
- allowed object isSearchAclType
-
isSetAcl
public boolean isSetAcl() -
getCollection
Gets the value of the collection 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 collection property.For example, to add a new item, do as follows:
getCollection().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionCriterionType
- Returns:
- The value of the collection property.
-
isSetCollection
public boolean isSetCollection() -
unsetCollection
public void unsetCollection() -
getItem
Gets the value of the item property.- Returns:
- possible object is
ItemCriterionType
-
setItem
Sets the value of the item property.- Parameters:
value
- allowed object isItemCriterionType
-
isSetItem
public boolean isSetItem() -
getShape
Gets the value of the shape property.- Returns:
- possible object is
ShapeCriterionType
-
setShape
Sets the value of the shape property.- Parameters:
value
- allowed object isShapeCriterionType
-
isSetShape
public boolean isSetShape() -
getFile
Gets the value of the file property.- Returns:
- possible object is
CriterionType
-
setFile
Sets the value of the file property.- Parameters:
value
- allowed object isCriterionType
-
isSetFile
public boolean isSetFile() -
getFacetFilter
Gets the value of the facetFilter 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 facetFilter property.For example, to add a new item, do as follows:
getFacetFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FacetFilterType
- Returns:
- The value of the facetFilter property.
-
isSetFacetFilter
public boolean isSetFacetFilter() -
unsetFacetFilter
public void unsetFacetFilter() -
getFacet
Gets the value of the facet 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 facet property.For example, to add a new item, do as follows:
getFacet().add(newItem);
Objects of the following type(s) are allowed in the list
SearchFacetType
- Returns:
- The value of the facet property.
-
isSetFacet
public boolean isSetFacet() -
unsetFacet
public void unsetFacet() -
getSort
Gets the value of the sort 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 sort property.For example, to add a new item, do as follows:
getSort().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSearchType.Sort
- Returns:
- The value of the sort property.
-
isSetSort
public boolean isSetSort() -
unsetSort
public void unsetSort() -
getHighlight
Gets the value of the highlight property.- Returns:
- possible object is
SearchHighlightType
-
setHighlight
Sets the value of the highlight property.- Parameters:
value
- allowed object isSearchHighlightType
-
isSetHighlight
public boolean isSetHighlight() -
getSuggestion
Gets the value of the suggestion property.- Returns:
- possible object is
SuggestionSearchType
-
setSuggestion
Sets the value of the suggestion property.- Parameters:
value
- allowed object isSuggestionSearchType
-
isSetSuggestion
public boolean isSetSuggestion() -
getAutocomplete
Gets the value of the autocomplete 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 autocomplete property.For example, to add a new item, do as follows:
getAutocomplete().add(newItem);
Objects of the following type(s) are allowed in the list
AutocompleteRequestType
- Returns:
- The value of the autocomplete property.
-
isSetAutocomplete
public boolean isSetAutocomplete() -
unsetAutocomplete
public void unsetAutocomplete() -
getCursor
Gets the value of the cursor property.- Returns:
- possible object is
String
-
setCursor
Sets the value of the cursor property.- Parameters:
value
- allowed object isString
-
isSetCursor
public boolean isSetCursor() -
getVersion
public int getVersion()Gets the value of the version property.- Returns:
- possible object is
Integer
-
setVersion
public void setVersion(int value) Sets the value of the version property.- Parameters:
value
- allowed object isInteger
-
isSetVersion
public boolean isSetVersion() -
unsetVersion
public void unsetVersion() -
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
-
withText
Adds objects to the list of Text using add method- Parameters:
values
- objects to add to the list Text- Returns:
- The class instance
-
withText
Adds objects to the list of Text using addAll method- Parameters:
values
- objects to add to the list Text- Returns:
- The class instance
-
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
-
withGroup
Adds objects to the list of Group using add method- Parameters:
values
- objects to add to the list Group- Returns:
- The class instance
-
withGroup
Adds objects to the list of Group using addAll method- Parameters:
values
- objects to add to the list Group- Returns:
- The class instance
-
withIntervals
Sets the value of the intervals property.- Parameters:
value
- allowed object isSearchIntervalsType
- Returns:
- The class instance
-
withReference
Adds objects to the list of Reference using add method- Parameters:
values
- objects to add to the list Reference- Returns:
- The class instance
-
withReference
Adds objects to the list of Reference using addAll method- Parameters:
values
- objects to add to the list Reference- Returns:
- The class instance
-
withOperator
Sets the value of the operator property.- Parameters:
value
- allowed object isSearchOperatorType
- 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
-
withAcl
Sets the value of the acl property.- Parameters:
value
- allowed object isSearchAclType
- Returns:
- The class instance
-
withCollection
Adds objects to the list of Collection using add method- Parameters:
values
- objects to add to the list Collection- Returns:
- The class instance
-
withCollection
Adds objects to the list of Collection using addAll method- Parameters:
values
- objects to add to the list Collection- Returns:
- The class instance
-
withItem
Sets the value of the item property.- Parameters:
value
- allowed object isItemCriterionType
- Returns:
- The class instance
-
withShape
Sets the value of the shape property.- Parameters:
value
- allowed object isShapeCriterionType
- Returns:
- The class instance
-
withFile
Sets the value of the file property.- Parameters:
value
- allowed object isCriterionType
- Returns:
- The class instance
-
withFacetFilter
Adds objects to the list of FacetFilter using add method- Parameters:
values
- objects to add to the list FacetFilter- Returns:
- The class instance
-
withFacetFilter
Adds objects to the list of FacetFilter using addAll method- Parameters:
values
- objects to add to the list FacetFilter- Returns:
- The class instance
-
withFacet
Adds objects to the list of Facet using add method- Parameters:
values
- objects to add to the list Facet- Returns:
- The class instance
-
withFacet
Adds objects to the list of Facet using addAll method- Parameters:
values
- objects to add to the list Facet- Returns:
- The class instance
-
withSort
Adds objects to the list of Sort using add method- Parameters:
values
- objects to add to the list Sort- Returns:
- The class instance
-
withSort
Adds objects to the list of Sort using addAll method- Parameters:
values
- objects to add to the list Sort- Returns:
- The class instance
-
withHighlight
Sets the value of the highlight property.- Parameters:
value
- allowed object isSearchHighlightType
- Returns:
- The class instance
-
withSuggestion
Sets the value of the suggestion property.- Parameters:
value
- allowed object isSuggestionSearchType
- Returns:
- The class instance
-
withAutocomplete
Adds objects to the list of Autocomplete using add method- Parameters:
values
- objects to add to the list Autocomplete- Returns:
- The class instance
-
withAutocomplete
Adds objects to the list of Autocomplete using addAll method- Parameters:
values
- objects to add to the list Autocomplete- Returns:
- The class instance
-
withCursor
Sets the value of the cursor property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withVersion
Sets the value of the version property.- Parameters:
value
- allowed object is int- 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
-