Package org.otrs.ticketconnector
Class TicketSearchResponse
- java.lang.Object
- 
- org.otrs.ticketconnector.TicketSearchResponse
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class TicketSearchResponse extends java.lang.Object implements java.io.Serializable<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.math.BigIntegerticketID
 - 
Constructor SummaryConstructors Constructor Description TicketSearchResponse()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetTicketID()Gets the value of the ticketID property.voidsetTicketID(java.math.BigInteger value)Sets the value of the ticketID property.
 
-