Package org.otrs.ticketconnector
Class OTRSTicketSearchDynamicField
- java.lang.Object
-
- org.otrs.ticketconnector.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> <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> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringequalsprotected java.lang.StringgreaterThanprotected java.lang.StringgreaterThanEqualsprotected java.lang.Stringlikeprotected java.lang.StringsmallerThanprotected java.lang.StringsmallerThanEquals
-
Constructor Summary
Constructors Constructor Description OTRSTicketSearchDynamicField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEquals()Gets the value of the equals property.java.lang.StringgetGreaterThan()Gets the value of the greaterThan property.java.lang.StringgetGreaterThanEquals()Gets the value of the greaterThanEquals property.java.lang.StringgetLike()Gets the value of the like property.java.lang.StringgetSmallerThan()Gets the value of the smallerThan property.java.lang.StringgetSmallerThanEquals()Gets the value of the smallerThanEquals property.voidsetEquals(java.lang.String value)Sets the value of the equals property.voidsetGreaterThan(java.lang.String value)Sets the value of the greaterThan property.voidsetGreaterThanEquals(java.lang.String value)Sets the value of the greaterThanEquals property.voidsetLike(java.lang.String value)Sets the value of the like property.voidsetSmallerThan(java.lang.String value)Sets the value of the smallerThan property.voidsetSmallerThanEquals(java.lang.String value)Sets the value of the smallerThanEquals property.
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-