Class JobSearchType.Facet

java.lang.Object
com.vidispine.generated.JobSearchType.Facet
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
Enclosing class:
JobSearchType

public static class JobSearchType.Facet 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 anonymous complex type

.

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


 <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="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" default="0" />
       <attribute name="maxCount" type="{http://www.w3.org/2001/XMLSchema}integer" default="100" />
       <attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}integer" default="100" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Facet

      public Facet()
  • Method Details

    • getField

      public String getField()
      Gets the value of the field property.
      Returns:
      possible object is String
    • setField

      public void setField(String value)
      Sets the value of the field property.
      Parameters:
      value - allowed object is String
    • isSetField

      public boolean isSetField()
    • getExclude

      public List<String> getExclude()
      Gets the value of the exclude 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 exclude property.

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

       getExclude().add(newItem);
       

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

      Returns:
      The value of the exclude property.
    • isSetExclude

      public boolean isSetExclude()
    • unsetExclude

      public void unsetExclude()
    • isCount

      public boolean isCount()
      Gets the value of the count property.
      Returns:
      possible object is Boolean
    • setCount

      public void setCount(boolean value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is Boolean
    • isSetCount

      public boolean isSetCount()
    • unsetCount

      public void unsetCount()
    • getMinCount

      public BigInteger getMinCount()
      Gets the value of the minCount property.
      Returns:
      possible object is BigInteger
    • setMinCount

      public void setMinCount(BigInteger value)
      Sets the value of the minCount property.
      Parameters:
      value - allowed object is BigInteger
    • isSetMinCount

      public boolean isSetMinCount()
    • getMaxCount

      public BigInteger getMaxCount()
      Gets the value of the maxCount property.
      Returns:
      possible object is BigInteger
    • setMaxCount

      public void setMaxCount(BigInteger value)
      Sets the value of the maxCount property.
      Parameters:
      value - allowed object is BigInteger
    • isSetMaxCount

      public boolean isSetMaxCount()
    • getMaxResults

      public BigInteger getMaxResults()
      Gets the value of the maxResults property.
      Returns:
      possible object is BigInteger
    • setMaxResults

      public void setMaxResults(BigInteger value)
      Sets the value of the maxResults property.
      Parameters:
      value - allowed object is BigInteger
    • isSetMaxResults

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

      public JobSearchType.Facet withField(String value)
      Sets the value of the field property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExclude

      public JobSearchType.Facet withExclude(String... values)
      Adds objects to the list of Exclude using add method
      Parameters:
      values - objects to add to the list Exclude
      Returns:
      The class instance
    • withExclude

      public JobSearchType.Facet withExclude(Collection<String> values)
      Adds objects to the list of Exclude using addAll method
      Parameters:
      values - objects to add to the list Exclude
      Returns:
      The class instance
    • withCount

      public JobSearchType.Facet withCount(boolean value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withMinCount

      public JobSearchType.Facet withMinCount(BigInteger value)
      Sets the value of the minCount property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withMaxCount

      public JobSearchType.Facet withMaxCount(BigInteger value)
      Sets the value of the maxCount property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withMaxResults

      public JobSearchType.Facet withMaxResults(BigInteger value)
      Sets the value of the maxResults property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withName

      public JobSearchType.Facet withName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      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 JobSearchType.Facet 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