Class SearchFieldType

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

public class SearchFieldType 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 SearchFieldType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="SearchFieldType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://xml.vidispine.com/schema/vidispine}ItemSearchValueType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="range" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="value" type="{http://xml.vidispine.com/schema/vidispine}ItemSearchValueType" maxOccurs="2" minOccurs="2"/>
                 </sequence>
                 <attribute name="exclusiveMinimum" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                 <attribute name="exclusiveMaximum" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="searchInFiles" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="searchInShapes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="target" type="{http://xml.vidispine.com/schema/vidispine}SearchTargetType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • SearchFieldType

      public SearchFieldType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getValue

      public List<ItemSearchValueType> getValue()
      Gets the value of the value 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 value property.

      For example, to add a new item, do as follows:

       getValue().add(newItem);
       

      Objects of the following type(s) are allowed in the list ItemSearchValueType

      Returns:
      The value of the value property.
    • isSetValue

      public boolean isSetValue()
    • unsetValue

      public void unsetValue()
    • getRange

      public List<SearchFieldType.Range> getRange()
      Gets the value of the range 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 range property.

      For example, to add a new item, do as follows:

       getRange().add(newItem);
       

      Objects of the following type(s) are allowed in the list SearchFieldType.Range

      Returns:
      The value of the range property.
    • isSetRange

      public boolean isSetRange()
    • unsetRange

      public void unsetRange()
    • isSearchInFiles

      public Boolean isSearchInFiles()
      Gets the value of the searchInFiles property.
      Returns:
      possible object is Boolean
    • setSearchInFiles

      public void setSearchInFiles(Boolean value)
      Sets the value of the searchInFiles property.
      Parameters:
      value - allowed object is Boolean
    • isSetSearchInFiles

      public boolean isSetSearchInFiles()
    • isSearchInShapes

      public Boolean isSearchInShapes()
      Gets the value of the searchInShapes property.
      Returns:
      possible object is Boolean
    • setSearchInShapes

      public void setSearchInShapes(Boolean value)
      Sets the value of the searchInShapes property.
      Parameters:
      value - allowed object is Boolean
    • isSetSearchInShapes

      public boolean isSetSearchInShapes()
    • getTarget

      public SearchTargetType getTarget()
      Gets the value of the target property.
      Returns:
      possible object is SearchTargetType
    • setTarget

      public void setTarget(SearchTargetType value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is SearchTargetType
    • isSetTarget

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

      public SearchFieldType withName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withValue

      public SearchFieldType withValue(ItemSearchValueType... values)
      Adds objects to the list of Value using add method
      Parameters:
      values - objects to add to the list Value
      Returns:
      The class instance
    • withValue

      public SearchFieldType withValue(Collection<ItemSearchValueType> values)
      Adds objects to the list of Value using addAll method
      Parameters:
      values - objects to add to the list Value
      Returns:
      The class instance
    • withRange

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

      public SearchFieldType withRange(Collection<SearchFieldType.Range> values)
      Adds objects to the list of Range using addAll method
      Parameters:
      values - objects to add to the list Range
      Returns:
      The class instance
    • withSearchInFiles

      public SearchFieldType withSearchInFiles(Boolean value)
      Sets the value of the searchInFiles property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withSearchInShapes

      public SearchFieldType withSearchInShapes(Boolean value)
      Sets the value of the searchInShapes property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withTarget

      public SearchFieldType withTarget(SearchTargetType value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is SearchTargetType
      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 SearchFieldType 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