Class OTRSTicketSearchDynamicField

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSTicketSearchDynamicField
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for OTRS_TicketSearch_DynamicField complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="OTRS_TicketSearch_DynamicField"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;choice&gt; &lt;element name="Equals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="Like" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="GreaterThan" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="GreaterThanEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="SmallerThan" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="SmallerThanEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEquals()
      Gets the value of the equals property.
      java.lang.String getGreaterThan()
      Gets the value of the greaterThan property.
      java.lang.String getGreaterThanEquals()
      Gets the value of the greaterThanEquals property.
      java.lang.String getLike()
      Gets the value of the like property.
      java.lang.String getSmallerThan()
      Gets the value of the smallerThan property.
      java.lang.String getSmallerThanEquals()
      Gets the value of the smallerThanEquals property.
      void setEquals​(java.lang.String value)
      Sets the value of the equals property.
      void setGreaterThan​(java.lang.String value)
      Sets the value of the greaterThan property.
      void setGreaterThanEquals​(java.lang.String value)
      Sets the value of the greaterThanEquals property.
      void setLike​(java.lang.String value)
      Sets the value of the like property.
      void setSmallerThan​(java.lang.String value)
      Sets the value of the smallerThan property.
      void setSmallerThanEquals​(java.lang.String value)
      Sets the value of the smallerThanEquals property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • equals

        protected java.lang.String equals
      • like

        protected java.lang.String like
      • greaterThan

        protected java.lang.String greaterThan
      • greaterThanEquals

        protected java.lang.String greaterThanEquals
      • smallerThan

        protected java.lang.String smallerThan
      • smallerThanEquals

        protected java.lang.String smallerThanEquals
    • Constructor Detail

      • OTRSTicketSearchDynamicField

        public OTRSTicketSearchDynamicField()
    • Method Detail

      • getEquals

        public java.lang.String getEquals()
        Gets the value of the equals property.
        Returns:
        possible object is String
      • setEquals

        public void setEquals​(java.lang.String value)
        Sets the value of the equals property.
        Parameters:
        value - allowed object is String
      • getLike

        public java.lang.String getLike()
        Gets the value of the like property.
        Returns:
        possible object is String
      • setLike

        public void setLike​(java.lang.String value)
        Sets the value of the like property.
        Parameters:
        value - allowed object is String
      • getGreaterThan

        public java.lang.String getGreaterThan()
        Gets the value of the greaterThan property.
        Returns:
        possible object is String
      • setGreaterThan

        public void setGreaterThan​(java.lang.String value)
        Sets the value of the greaterThan property.
        Parameters:
        value - allowed object is String
      • getGreaterThanEquals

        public java.lang.String getGreaterThanEquals()
        Gets the value of the greaterThanEquals property.
        Returns:
        possible object is String
      • setGreaterThanEquals

        public void setGreaterThanEquals​(java.lang.String value)
        Sets the value of the greaterThanEquals property.
        Parameters:
        value - allowed object is String
      • getSmallerThan

        public java.lang.String getSmallerThan()
        Gets the value of the smallerThan property.
        Returns:
        possible object is String
      • setSmallerThan

        public void setSmallerThan​(java.lang.String value)
        Sets the value of the smallerThan property.
        Parameters:
        value - allowed object is String
      • getSmallerThanEquals

        public java.lang.String getSmallerThanEquals()
        Gets the value of the smallerThanEquals property.
        Returns:
        possible object is String
      • setSmallerThanEquals

        public void setSmallerThanEquals​(java.lang.String value)
        Sets the value of the smallerThanEquals property.
        Parameters:
        value - allowed object is String