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