public class ItemSearchType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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="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" 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"/> <choice> <element name="range" type="{http://xml.vidispine.com/schema/vidispine}FacetRangeType"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType> </element> <element name="facet" 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="range" type="{http://xml.vidispine.com/schema/vidispine}FacetRangeType" maxOccurs="unbounded" minOccurs="0"/> <element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="count" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="minCount" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <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" 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" maxOccurs="unbounded" minOccurs="0"/> <element name="matchingOnly" 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> </element> <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"/> </sequence> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ItemSearchType.Facet
Java class for anonymous complex type.
|
static class |
ItemSearchType.FacetFilter
Java class for anonymous complex type.
|
static class |
ItemSearchType.Highlight
Java class for anonymous complex type.
|
static class |
ItemSearchType.PropInfo |
static class |
ItemSearchType.Sort
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<AutocompleteRequestType> |
autocomplete |
protected List<ItemSearchType.Facet> |
facet |
protected List<ItemSearchType.FacetFilter> |
facetFilter |
protected List<SearchFieldType> |
field |
protected CriterionType |
file |
protected List<SearchFilterType> |
filter |
protected List<SearchGroupType> |
group |
protected ItemSearchType.Highlight |
highlight |
protected SearchIntervalsType |
intervals |
protected ItemCriterionType |
item |
protected SearchOperatorType |
operator |
protected List<String> |
reference |
protected ShapeCriterionType |
shape |
protected List<ItemSearchType.Sort> |
sort |
protected SuggestionSearchType |
suggestion |
protected List<ItemSearchTextValueType> |
text |
protected Integer |
version |
Constructor and Description |
---|
ItemSearchType() |
protected List<ItemSearchTextValueType> text
protected List<SearchFieldType> field
protected List<SearchGroupType> group
protected SearchIntervalsType intervals
protected SearchOperatorType operator
protected List<SearchFilterType> filter
protected ItemCriterionType item
protected ShapeCriterionType shape
protected CriterionType file
protected List<ItemSearchType.FacetFilter> facetFilter
protected List<ItemSearchType.Facet> facet
protected List<ItemSearchType.Sort> sort
protected ItemSearchType.Highlight highlight
protected SuggestionSearchType suggestion
protected List<AutocompleteRequestType> autocomplete
protected Integer version
public List<ItemSearchTextValueType> getText()
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
public boolean isSetText()
public void unsetText()
public List<SearchFieldType> getField()
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
public boolean isSetField()
public void unsetField()
public List<SearchGroupType> getGroup()
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
public boolean isSetGroup()
public void unsetGroup()
public SearchIntervalsType getIntervals()
SearchIntervalsType
public void setIntervals(SearchIntervalsType value)
value
- allowed object is
SearchIntervalsType
public boolean isSetIntervals()
public List<String> getReference()
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
public boolean isSetReference()
public void unsetReference()
public SearchOperatorType getOperator()
SearchOperatorType
public void setOperator(SearchOperatorType value)
value
- allowed object is
SearchOperatorType
public boolean isSetOperator()
public List<SearchFilterType> getFilter()
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
public boolean isSetFilter()
public void unsetFilter()
public ItemCriterionType getItem()
ItemCriterionType
public void setItem(ItemCriterionType value)
value
- allowed object is
ItemCriterionType
public boolean isSetItem()
public ShapeCriterionType getShape()
ShapeCriterionType
public void setShape(ShapeCriterionType value)
value
- allowed object is
ShapeCriterionType
public boolean isSetShape()
public CriterionType getFile()
CriterionType
public void setFile(CriterionType value)
value
- allowed object is
CriterionType
public boolean isSetFile()
public List<ItemSearchType.FacetFilter> getFacetFilter()
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
ItemSearchType.FacetFilter
public boolean isSetFacetFilter()
public void unsetFacetFilter()
public List<ItemSearchType.Facet> getFacet()
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
ItemSearchType.Facet
public boolean isSetFacet()
public void unsetFacet()
public List<ItemSearchType.Sort> getSort()
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
public boolean isSetSort()
public void unsetSort()
public ItemSearchType.Highlight getHighlight()
ItemSearchType.Highlight
public void setHighlight(ItemSearchType.Highlight value)
value
- allowed object is
ItemSearchType.Highlight
public boolean isSetHighlight()
public SuggestionSearchType getSuggestion()
SuggestionSearchType
public void setSuggestion(SuggestionSearchType value)
value
- allowed object is
SuggestionSearchType
public boolean isSetSuggestion()
public List<AutocompleteRequestType> getAutocomplete()
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
public boolean isSetAutocomplete()
public void unsetAutocomplete()
public int getVersion()
Integer
public void setVersion(int value)
value
- allowed object is
Integer
public boolean isSetVersion()
public void unsetVersion()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ItemSearchType withText(ItemSearchTextValueType... values)
public ItemSearchType withText(Collection<ItemSearchTextValueType> values)
public ItemSearchType withField(SearchFieldType... values)
public ItemSearchType withField(Collection<SearchFieldType> values)
public ItemSearchType withGroup(SearchGroupType... values)
public ItemSearchType withGroup(Collection<SearchGroupType> values)
public ItemSearchType withIntervals(SearchIntervalsType value)
public ItemSearchType withReference(String... values)
public ItemSearchType withReference(Collection<String> values)
public ItemSearchType withOperator(SearchOperatorType value)
public ItemSearchType withFilter(SearchFilterType... values)
public ItemSearchType withFilter(Collection<SearchFilterType> values)
public ItemSearchType withItem(ItemCriterionType value)
public ItemSearchType withShape(ShapeCriterionType value)
public ItemSearchType withFile(CriterionType value)
public ItemSearchType withFacetFilter(ItemSearchType.FacetFilter... values)
public ItemSearchType withFacetFilter(Collection<ItemSearchType.FacetFilter> values)
public ItemSearchType withFacet(ItemSearchType.Facet... values)
public ItemSearchType withFacet(Collection<ItemSearchType.Facet> values)
public ItemSearchType withSort(ItemSearchType.Sort... values)
public ItemSearchType withSort(Collection<ItemSearchType.Sort> values)
public ItemSearchType withHighlight(ItemSearchType.Highlight value)
public ItemSearchType withSuggestion(SuggestionSearchType value)
public ItemSearchType withAutocomplete(AutocompleteRequestType... values)
public ItemSearchType withAutocomplete(Collection<AutocompleteRequestType> values)
public ItemSearchType withVersion(int value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ItemSearchType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.