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()
String
public void setEquals(String value)
value
- allowed object is
String
public String getLike()
String
public void setLike(String value)
value
- allowed object is
String
public String getGreaterThan()
String
public void setGreaterThan(String value)
value
- allowed object is
String
public String getGreaterThanEquals()
String
public void setGreaterThanEquals(String value)
value
- allowed object is
String
public String getSmallerThan()
String
public void setSmallerThan(String value)
value
- allowed object is
String
public String getSmallerThanEquals()
String
Copyright © 2021. All rights reserved.