Class TicketCreateResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class TicketCreateResponse
    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> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/&gt; &lt;element name="TicketNumber" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="ArticleID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/&gt; &lt;element name="Error" type="{http://www.otrs.org/TicketConnector/}OTRS_Error" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ticketID

        protected java.math.BigInteger ticketID
      • ticketNumber

        protected java.lang.String ticketNumber
      • articleID

        protected java.math.BigInteger articleID
    • Constructor Detail

      • TicketCreateResponse

        public TicketCreateResponse()
    • 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 is String
      • 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 is String
      • 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 is String
      • getError

        public OTRSError getError()
        Gets the value of the error property.
        Returns:
        possible object is OTRSError
      • setError

        public void setError​(OTRSError value)
        Sets the value of the error property.
        Parameters:
        value - allowed object is OTRSError