Package org.otrs.ticketconnector
Class TicketUpdateResponse
- java.lang.Object
-
- org.otrs.ticketconnector.TicketUpdateResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class TicketUpdateResponse extends java.lang.Object implements java.io.Serializable
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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" minOccurs="0"/> <element name="Error" type="{http://www.otrs.org/TicketConnector/}OTRS_Error" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigInteger
articleID
protected OTRSError
error
protected java.math.BigInteger
ticketID
protected java.lang.String
ticketNumber
-
Constructor Summary
Constructors Constructor Description TicketUpdateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getArticleID()
Gets the value of the articleID property.OTRSError
getError()
Gets the value of the error property.java.math.BigInteger
getTicketID()
Gets the value of the ticketID property.java.lang.String
getTicketNumber()
Gets the value of the ticketNumber property.void
setArticleID(java.math.BigInteger value)
Sets the value of the articleID property.void
setError(OTRSError value)
Sets the value of the error property.void
setTicketID(java.math.BigInteger value)
Sets the value of the ticketID property.void
setTicketNumber(java.lang.String value)
Sets the value of the ticketNumber property.
-
-
-
Field Detail
-
ticketID
protected java.math.BigInteger ticketID
-
ticketNumber
protected java.lang.String ticketNumber
-
articleID
protected java.math.BigInteger articleID
-
error
protected OTRSError error
-
-
Method Detail
-
getTicketID
public java.math.BigInteger getTicketID()
Gets the value of the ticketID property.- Returns:
- possible object is
String
-
setTicketID
public void setTicketID(java.math.BigInteger value)
Sets the value of the ticketID property.- Parameters:
value
- allowed object isString
-
getTicketNumber
public java.lang.String getTicketNumber()
Gets the value of the ticketNumber property.- Returns:
- possible object is
String
-
setTicketNumber
public void setTicketNumber(java.lang.String value)
Sets the value of the ticketNumber property.- Parameters:
value
- allowed object isString
-
getArticleID
public java.math.BigInteger getArticleID()
Gets the value of the articleID property.- Returns:
- possible object is
String
-
setArticleID
public void setArticleID(java.math.BigInteger value)
Sets the value of the articleID property.- Parameters:
value
- allowed object isString
-
getError
public OTRSError getError()
Gets the value of the error property.- Returns:
- possible object is
OTRSError
-
-