Package org.otrs.ticketconnector
Class TicketGetResponse
- java.lang.Object
-
- org.otrs.ticketconnector.TicketGetResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class TicketGetResponse extends java.lang.Object implements java.io.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="Ticket" type="{http://www.otrs.org/TicketConnector/}OTRS_TicketGetResponse_Ticket" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected OTRSTicketGetResponseTicket[]
ticket
-
Constructor Summary
Constructors Constructor Description TicketGetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OTRSTicketGetResponseTicket[]
getTicket()
OTRSTicketGetResponseTicket
getTicket(int idx)
int
getTicketLength()
OTRSTicketGetResponseTicket
setTicket(int idx, OTRSTicketGetResponseTicket value)
void
setTicket(OTRSTicketGetResponseTicket[] values)
-
-
-
Field Detail
-
ticket
protected OTRSTicketGetResponseTicket[] ticket
-
-
Method Detail
-
getTicket
public OTRSTicketGetResponseTicket[] getTicket()
- Returns:
- array of
OTRSTicketGetResponseTicket
-
getTicket
public OTRSTicketGetResponseTicket getTicket(int idx)
- Returns:
- one of
OTRSTicketGetResponseTicket
-
getTicketLength
public int getTicketLength()
-
setTicket
public void setTicket(OTRSTicketGetResponseTicket[] values)
- Parameters:
values
- allowed objects areOTRSTicketGetResponseTicket
-
setTicket
public OTRSTicketGetResponseTicket setTicket(int idx, OTRSTicketGetResponseTicket value)
- Parameters:
value
- allowed object isOTRSTicketGetResponseTicket
-
-