public class OTRSTicketSearchDynamicField extends Object implements Serializable
Java class for OTRS_TicketSearch_DynamicField complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="OTRS_TicketSearch_DynamicField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Equals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="Like" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="GreaterThan" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="GreaterThanEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="SmallerThan" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="SmallerThanEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
equals  | 
protected String | 
greaterThan  | 
protected String | 
greaterThanEquals  | 
protected String | 
like  | 
protected String | 
smallerThan  | 
protected String | 
smallerThanEquals  | 
| Constructor and Description | 
|---|
OTRSTicketSearchDynamicField()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEquals()
Gets the value of the equals property. 
 | 
String | 
getGreaterThan()
Gets the value of the greaterThan property. 
 | 
String | 
getGreaterThanEquals()
Gets the value of the greaterThanEquals property. 
 | 
String | 
getLike()
Gets the value of the like property. 
 | 
String | 
getSmallerThan()
Gets the value of the smallerThan property. 
 | 
String | 
getSmallerThanEquals()
Gets the value of the smallerThanEquals property. 
 | 
void | 
setEquals(String value)
Sets the value of the equals property. 
 | 
void | 
setGreaterThan(String value)
Sets the value of the greaterThan property. 
 | 
void | 
setGreaterThanEquals(String value)
Sets the value of the greaterThanEquals property. 
 | 
void | 
setLike(String value)
Sets the value of the like property. 
 | 
void | 
setSmallerThan(String value)
Sets the value of the smallerThan property. 
 | 
void | 
setSmallerThanEquals(String value)
Sets the value of the smallerThanEquals property. 
 | 
protected String equals
protected String like
protected String greaterThan
protected String greaterThanEquals
protected String smallerThan
protected String smallerThanEquals
public String getEquals()
Stringpublic void setEquals(String value)
value - allowed object is
     Stringpublic String getLike()
Stringpublic void setLike(String value)
value - allowed object is
     Stringpublic String getGreaterThan()
Stringpublic void setGreaterThan(String value)
value - allowed object is
     Stringpublic String getGreaterThanEquals()
Stringpublic void setGreaterThanEquals(String value)
value - allowed object is
     Stringpublic String getSmallerThan()
Stringpublic void setSmallerThan(String value)
value - allowed object is
     Stringpublic String getSmallerThanEquals()
StringCopyright © 2020. All rights reserved.