Class AutocompleteRequestType

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

.

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


 <complexType name="AutocompleteRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nested" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="maximumSuggestions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • text

      protected String text
    • field

      protected String field
    • nested

      protected Boolean nested
    • maximumSuggestions

      protected Integer maximumSuggestions
  • Constructor Details

    • AutocompleteRequestType

      public AutocompleteRequestType()
  • Method Details

    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
    • isSetText

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

      public Boolean isNested()
      Gets the value of the nested property.
      Returns:
      possible object is Boolean
    • setNested

      public void setNested(Boolean value)
      Sets the value of the nested property.
      Parameters:
      value - allowed object is Boolean
    • isSetNested

      public boolean isSetNested()
    • getMaximumSuggestions

      public Integer getMaximumSuggestions()
      Gets the value of the maximumSuggestions property.
      Returns:
      possible object is Integer
    • setMaximumSuggestions

      public void setMaximumSuggestions(Integer value)
      Sets the value of the maximumSuggestions property.
      Parameters:
      value - allowed object is Integer
    • isSetMaximumSuggestions

      public boolean isSetMaximumSuggestions()
    • 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 AutocompleteRequestType withText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withField

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

      public AutocompleteRequestType withNested(Boolean value)
      Sets the value of the nested property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withMaximumSuggestions

      public AutocompleteRequestType withMaximumSuggestions(Integer value)
      Sets the value of the maximumSuggestions property.
      Parameters:
      value - allowed object is Integer
      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 AutocompleteRequestType 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