Package org.otrs.ticketconnector
Class TicketSearchResponse
- java.lang.Object
-
- org.otrs.ticketconnector.TicketSearchResponse
-
- All Implemented Interfaces:
Serializable
public class TicketSearchResponse extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigInteger
ticketID
-
Constructor Summary
Constructors Constructor Description TicketSearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getTicketID()
Gets the value of the ticketID property.void
setTicketID(BigInteger value)
Sets the value of the ticketID property.
-
-
-
Field Detail
-
ticketID
protected BigInteger ticketID
-
-
Method Detail
-
getTicketID
public BigInteger getTicketID()
Gets the value of the ticketID property.- Returns:
- possible object is
String
-
setTicketID
public void setTicketID(BigInteger value)
Sets the value of the ticketID property.- Parameters:
value
- allowed object isString
-
-