public class TicketCreateResponse 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="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="TicketNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ArticleID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="Error" type="{http://www.otrs.org/TicketConnector/}OTRS_Error" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected BigInteger | 
articleID  | 
protected OTRSError | 
error  | 
protected BigInteger | 
ticketID  | 
protected String | 
ticketNumber  | 
| Constructor and Description | 
|---|
TicketCreateResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
BigInteger | 
getArticleID()
Gets the value of the articleID property. 
 | 
OTRSError | 
getError()
Gets the value of the error property. 
 | 
BigInteger | 
getTicketID()
Gets the value of the ticketID property. 
 | 
String | 
getTicketNumber()
Gets the value of the ticketNumber property. 
 | 
void | 
setArticleID(BigInteger value)
Sets the value of the articleID property. 
 | 
void | 
setError(OTRSError value)
Sets the value of the error property. 
 | 
void | 
setTicketID(BigInteger value)
Sets the value of the ticketID property. 
 | 
void | 
setTicketNumber(String value)
Sets the value of the ticketNumber property. 
 | 
protected BigInteger ticketID
protected String ticketNumber
protected BigInteger articleID
protected OTRSError error
public BigInteger getTicketID()
Stringpublic void setTicketID(BigInteger value)
value - allowed object is
     Stringpublic String getTicketNumber()
Stringpublic void setTicketNumber(String value)
value - allowed object is
     Stringpublic BigInteger getArticleID()
Stringpublic void setArticleID(BigInteger value)
value - allowed object is
     Stringpublic OTRSError getError()
OTRSErrorCopyright © 2020. All rights reserved.