public class ItemSearchType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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="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"/>
</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.Sort
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
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 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()
SearchIntervalsTypepublic void setIntervals(SearchIntervalsType value)
value - allowed object is
SearchIntervalsTypepublic 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()
SearchOperatorTypepublic void setOperator(SearchOperatorType value)
value - allowed object is
SearchOperatorTypepublic 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()
ItemCriterionTypepublic void setItem(ItemCriterionType value)
value - allowed object is
ItemCriterionTypepublic boolean isSetItem()
public ShapeCriterionType getShape()
ShapeCriterionTypepublic void setShape(ShapeCriterionType value)
value - allowed object is
ShapeCriterionTypepublic boolean isSetShape()
public CriterionType getFile()
CriterionTypepublic void setFile(CriterionType value)
value - allowed object is
CriterionTypepublic 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.Highlightpublic void setHighlight(ItemSearchType.Highlight value)
value - allowed object is
ItemSearchType.Highlightpublic boolean isSetHighlight()
public SuggestionSearchType getSuggestion()
SuggestionSearchTypepublic void setSuggestion(SuggestionSearchType value)
value - allowed object is
SuggestionSearchTypepublic boolean isSetSuggestion()
public int getVersion()
Integerpublic void setVersion(int value)
value - allowed object is
Integerpublic boolean isSetVersion()
public void unsetVersion()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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 withVersion(int value)
Copyright © 2015. All rights reserved.