public class OTRSTicketSearchResponse extends Object implements Serializable
Java class for OTRS_TicketSearchResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OTRS_TicketSearchResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger[] |
ticketID |
Constructor and Description |
---|
OTRSTicketSearchResponse() |
Modifier and Type | Method and Description |
---|---|
BigInteger[] |
getTicketID() |
BigInteger |
getTicketID(int idx) |
int |
getTicketIDLength() |
void |
setTicketID(BigInteger[] values) |
BigInteger |
setTicketID(int idx,
BigInteger value) |
protected BigInteger[] ticketID
public BigInteger[] getTicketID()
String
public BigInteger getTicketID(int idx)
String
public int getTicketIDLength()
public void setTicketID(BigInteger[] values)
values
- allowed objects are
String
public BigInteger setTicketID(int idx, BigInteger value)
value
- allowed object is
String
Copyright © 2015. All rights reserved.