Class ItemSearchType

java.lang.Object
com.vidispine.generated.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

public class ItemSearchType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

  • Constructor Details

    • ItemSearchType

      public ItemSearchType()
  • Method Details

    • getText

      public List<ItemSearchTextValueType> 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

      public List<SearchFieldType> 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

      public List<SearchGroupType> 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

      public SearchIntervalsType getIntervals()
      Gets the value of the intervals property.
      Returns:
      possible object is SearchIntervalsType
    • setIntervals

      public void setIntervals(SearchIntervalsType value)
      Sets the value of the intervals property.
      Parameters:
      value - allowed object is SearchIntervalsType
    • isSetIntervals

      public boolean isSetIntervals()
    • getReference

      public List<String> 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

      public SearchOperatorType getOperator()
      Gets the value of the operator property.
      Returns:
      possible object is SearchOperatorType
    • setOperator

      public void setOperator(SearchOperatorType value)
      Sets the value of the operator property.
      Parameters:
      value - allowed object is SearchOperatorType
    • isSetOperator

      public boolean isSetOperator()
    • getFilter

      public List<SearchFilterType> 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

      public SearchAclType getAcl()
      Gets the value of the acl property.
      Returns:
      possible object is SearchAclType
    • setAcl

      public void setAcl(SearchAclType value)
      Sets the value of the acl property.
      Parameters:
      value - allowed object is SearchAclType
    • isSetAcl

      public boolean isSetAcl()
    • getCollection

      public List<CollectionCriterionType> 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

      public ItemCriterionType getItem()
      Gets the value of the item property.
      Returns:
      possible object is ItemCriterionType
    • setItem

      public void setItem(ItemCriterionType value)
      Sets the value of the item property.
      Parameters:
      value - allowed object is ItemCriterionType
    • isSetItem

      public boolean isSetItem()
    • getShape

      public ShapeCriterionType getShape()
      Gets the value of the shape property.
      Returns:
      possible object is ShapeCriterionType
    • setShape

      public void setShape(ShapeCriterionType value)
      Sets the value of the shape property.
      Parameters:
      value - allowed object is ShapeCriterionType
    • isSetShape

      public boolean isSetShape()
    • getFile

      public CriterionType getFile()
      Gets the value of the file property.
      Returns:
      possible object is CriterionType
    • setFile

      public void setFile(CriterionType value)
      Sets the value of the file property.
      Parameters:
      value - allowed object is CriterionType
    • isSetFile

      public boolean isSetFile()
    • getFacetFilter

      public List<FacetFilterType> 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

      public List<SearchFacetType> 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

      public List<ItemSearchType.Sort> 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

      public SearchHighlightType getHighlight()
      Gets the value of the highlight property.
      Returns:
      possible object is SearchHighlightType
    • setHighlight

      public void setHighlight(SearchHighlightType value)
      Sets the value of the highlight property.
      Parameters:
      value - allowed object is SearchHighlightType
    • isSetHighlight

      public boolean isSetHighlight()
    • getSuggestion

      public SuggestionSearchType getSuggestion()
      Gets the value of the suggestion property.
      Returns:
      possible object is SuggestionSearchType
    • setSuggestion

      public void setSuggestion(SuggestionSearchType value)
      Sets the value of the suggestion property.
      Parameters:
      value - allowed object is SuggestionSearchType
    • isSetSuggestion

      public boolean isSetSuggestion()
    • getAutocomplete

      public List<AutocompleteRequestType> 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

      public String getCursor()
      Gets the value of the cursor property.
      Returns:
      possible object is String
    • setCursor

      public void setCursor(String value)
      Sets the value of the cursor property.
      Parameters:
      value - allowed object is String
    • 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 is Integer
    • isSetVersion

      public boolean isSetVersion()
    • unsetVersion

      public void unsetVersion()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withText

      public ItemSearchType withText(ItemSearchTextValueType... values)
      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

      public ItemSearchType withField(SearchFieldType... values)
      Adds objects to the list of Field using add method
      Parameters:
      values - objects to add to the list Field
      Returns:
      The class instance
    • withField

      public ItemSearchType withField(Collection<SearchFieldType> values)
      Adds objects to the list of Field using addAll method
      Parameters:
      values - objects to add to the list Field
      Returns:
      The class instance
    • withGroup

      public ItemSearchType withGroup(SearchGroupType... values)
      Adds objects to the list of Group using add method
      Parameters:
      values - objects to add to the list Group
      Returns:
      The class instance
    • withGroup

      public ItemSearchType withGroup(Collection<SearchGroupType> values)
      Adds objects to the list of Group using addAll method
      Parameters:
      values - objects to add to the list Group
      Returns:
      The class instance
    • withIntervals

      public ItemSearchType withIntervals(SearchIntervalsType value)
      Sets the value of the intervals property.
      Parameters:
      value - allowed object is SearchIntervalsType
      Returns:
      The class instance
    • withReference

      public ItemSearchType withReference(String... values)
      Adds objects to the list of Reference using add method
      Parameters:
      values - objects to add to the list Reference
      Returns:
      The class instance
    • withReference

      public ItemSearchType withReference(Collection<String> values)
      Adds objects to the list of Reference using addAll method
      Parameters:
      values - objects to add to the list Reference
      Returns:
      The class instance
    • withOperator

      public ItemSearchType withOperator(SearchOperatorType value)
      Sets the value of the operator property.
      Parameters:
      value - allowed object is SearchOperatorType
      Returns:
      The class instance
    • withFilter

      public ItemSearchType withFilter(SearchFilterType... values)
      Adds objects to the list of Filter using add method
      Parameters:
      values - objects to add to the list Filter
      Returns:
      The class instance
    • withFilter

      public ItemSearchType withFilter(Collection<SearchFilterType> values)
      Adds objects to the list of Filter using addAll method
      Parameters:
      values - objects to add to the list Filter
      Returns:
      The class instance
    • withAcl

      public ItemSearchType withAcl(SearchAclType value)
      Sets the value of the acl property.
      Parameters:
      value - allowed object is SearchAclType
      Returns:
      The class instance
    • withCollection

      public ItemSearchType withCollection(CollectionCriterionType... values)
      Adds objects to the list of Collection using add method
      Parameters:
      values - objects to add to the list Collection
      Returns:
      The class instance
    • withCollection

      public ItemSearchType withCollection(Collection<CollectionCriterionType> values)
      Adds objects to the list of Collection using addAll method
      Parameters:
      values - objects to add to the list Collection
      Returns:
      The class instance
    • withItem

      public ItemSearchType withItem(ItemCriterionType value)
      Sets the value of the item property.
      Parameters:
      value - allowed object is ItemCriterionType
      Returns:
      The class instance
    • withShape

      public ItemSearchType withShape(ShapeCriterionType value)
      Sets the value of the shape property.
      Parameters:
      value - allowed object is ShapeCriterionType
      Returns:
      The class instance
    • withFile

      public ItemSearchType withFile(CriterionType value)
      Sets the value of the file property.
      Parameters:
      value - allowed object is CriterionType
      Returns:
      The class instance
    • withFacetFilter

      public ItemSearchType withFacetFilter(FacetFilterType... values)
      Adds objects to the list of FacetFilter using add method
      Parameters:
      values - objects to add to the list FacetFilter
      Returns:
      The class instance
    • withFacetFilter

      public ItemSearchType withFacetFilter(Collection<FacetFilterType> values)
      Adds objects to the list of FacetFilter using addAll method
      Parameters:
      values - objects to add to the list FacetFilter
      Returns:
      The class instance
    • withFacet

      public ItemSearchType withFacet(SearchFacetType... values)
      Adds objects to the list of Facet using add method
      Parameters:
      values - objects to add to the list Facet
      Returns:
      The class instance
    • withFacet

      public ItemSearchType withFacet(Collection<SearchFacetType> values)
      Adds objects to the list of Facet using addAll method
      Parameters:
      values - objects to add to the list Facet
      Returns:
      The class instance
    • withSort

      public ItemSearchType withSort(ItemSearchType.Sort... values)
      Adds objects to the list of Sort using add method
      Parameters:
      values - objects to add to the list Sort
      Returns:
      The class instance
    • withSort

      public ItemSearchType withSort(Collection<ItemSearchType.Sort> values)
      Adds objects to the list of Sort using addAll method
      Parameters:
      values - objects to add to the list Sort
      Returns:
      The class instance
    • withHighlight

      public ItemSearchType withHighlight(SearchHighlightType value)
      Sets the value of the highlight property.
      Parameters:
      value - allowed object is SearchHighlightType
      Returns:
      The class instance
    • withSuggestion

      public ItemSearchType withSuggestion(SuggestionSearchType value)
      Sets the value of the suggestion property.
      Parameters:
      value - allowed object is SuggestionSearchType
      Returns:
      The class instance
    • withAutocomplete

      public ItemSearchType withAutocomplete(AutocompleteRequestType... values)
      Adds objects to the list of Autocomplete using add method
      Parameters:
      values - objects to add to the list Autocomplete
      Returns:
      The class instance
    • withAutocomplete

      public ItemSearchType withAutocomplete(Collection<AutocompleteRequestType> values)
      Adds objects to the list of Autocomplete using addAll method
      Parameters:
      values - objects to add to the list Autocomplete
      Returns:
      The class instance
    • withCursor

      public ItemSearchType withCursor(String value)
      Sets the value of the cursor property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withVersion

      public ItemSearchType withVersion(int value)
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public ItemSearchType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString