Class 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
    • Constructor Detail

      • TicketUpdateResponse

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