Class ItemSearchType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Direct Known Subclasses:
    FileSearchType, ShapeSearchType

    public class ItemSearchType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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="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" 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"/>
             <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:
    Serialized Form
    • Constructor Detail

      • ItemSearchType

        public ItemSearchType()
    • Method Detail

      • 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

      • 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

      • 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

      • isSetGroup

        public boolean isSetGroup()
      • unsetGroup

        public void unsetGroup()
      • 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

      • isSetReference

        public boolean isSetReference()
      • unsetReference

        public void unsetReference()
      • 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

      • isSetFilter

        public boolean isSetFilter()
      • unsetFilter

        public void unsetFilter()
      • 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

      • isSetCollection

        public boolean isSetCollection()
      • unsetCollection

        public void unsetCollection()
      • isSetItem

        public boolean isSetItem()
      • isSetShape

        public boolean isSetShape()
      • 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<ItemSearchType.FacetFilter> 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 ItemSearchType.FacetFilter

      • isSetFacetFilter

        public boolean isSetFacetFilter()
      • unsetFacetFilter

        public void unsetFacetFilter()
      • getFacet

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

      • 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

      • isSetSort

        public boolean isSetSort()
      • unsetSort

        public void unsetSort()
      • isSetHighlight

        public boolean isSetHighlight()
      • 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

      • 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()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

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

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object