public class TicketGetResponse 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="Ticket" type="{http://www.otrs.org/TicketConnector/}OTRS_TicketGetResponse_Ticket" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected OTRSTicketGetResponseTicket[] |
ticket |
Constructor and Description |
---|
TicketGetResponse() |
Modifier and Type | Method and Description |
---|---|
OTRSTicketGetResponseTicket[] |
getTicket() |
OTRSTicketGetResponseTicket |
getTicket(int idx) |
int |
getTicketLength() |
OTRSTicketGetResponseTicket |
setTicket(int idx,
OTRSTicketGetResponseTicket value) |
void |
setTicket(OTRSTicketGetResponseTicket[] values) |
protected OTRSTicketGetResponseTicket[] ticket
public OTRSTicketGetResponseTicket[] getTicket()
OTRSTicketGetResponseTicket
public OTRSTicketGetResponseTicket getTicket(int idx)
OTRSTicketGetResponseTicket
public int getTicketLength()
public void setTicket(OTRSTicketGetResponseTicket[] values)
values
- allowed objects are
OTRSTicketGetResponseTicket
public OTRSTicketGetResponseTicket setTicket(int idx, OTRSTicketGetResponseTicket value)
value
- allowed object is
OTRSTicketGetResponseTicket
Copyright © 2021. All rights reserved.