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()
Stringpublic BigInteger getTicketID(int idx)
Stringpublic int getTicketIDLength()
public void setTicketID(BigInteger[] values)
values - allowed objects are
Stringpublic BigInteger setTicketID(int idx, BigInteger value)
value - allowed object is
StringCopyright © 2015. All rights reserved.