Class OTRSTicketUpdateTicket

  • All Implemented Interfaces:
    java.io.Serializable

    public class OTRSTicketUpdateTicket
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for OTRS_TicketUpdate_Ticket complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="OTRS_TicketUpdate_Ticket"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;choice minOccurs="0"&gt; &lt;element name="QueueID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Queue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;choice minOccurs="0"&gt; &lt;element name="TypeID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;choice minOccurs="0"&gt; &lt;element name="ServiceID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Service" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;choice minOccurs="0"&gt; &lt;element name="SLAID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="SLA" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;choice minOccurs="0"&gt; &lt;element name="StateID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;choice minOccurs="0"&gt; &lt;element name="PriorityID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;choice minOccurs="0"&gt; &lt;element name="OwnerID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;choice minOccurs="0"&gt; &lt;element name="ResponsibleID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Responsible" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;element name="CustomerUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="CustomerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="PendingTime" type="{http://www.otrs.org/TicketConnector/}OTRS_PendingTime" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String customerID  
      protected java.lang.String customerUser  
      protected java.lang.String owner  
      protected java.math.BigInteger ownerID  
      protected OTRSPendingTime pendingTime  
      protected java.lang.String priority  
      protected java.math.BigInteger priorityID  
      protected java.lang.String queue  
      protected java.math.BigInteger queueID  
      protected java.lang.String responsible  
      protected java.math.BigInteger responsibleID  
      protected java.lang.String service  
      protected java.math.BigInteger serviceID  
      protected java.lang.String sla  
      protected java.math.BigInteger slaid  
      protected java.lang.String state  
      protected java.math.BigInteger stateID  
      protected java.lang.String title  
      protected java.lang.String type  
      protected java.math.BigInteger typeID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerID()
      Gets the value of the customerID property.
      java.lang.String getCustomerUser()
      Gets the value of the customerUser property.
      java.lang.String getOwner()
      Gets the value of the owner property.
      java.math.BigInteger getOwnerID()
      Gets the value of the ownerID property.
      OTRSPendingTime getPendingTime()
      Gets the value of the pendingTime property.
      java.lang.String getPriority()
      Gets the value of the priority property.
      java.math.BigInteger getPriorityID()
      Gets the value of the priorityID property.
      java.lang.String getQueue()
      Gets the value of the queue property.
      java.math.BigInteger getQueueID()
      Gets the value of the queueID property.
      java.lang.String getResponsible()
      Gets the value of the responsible property.
      java.math.BigInteger getResponsibleID()
      Gets the value of the responsibleID property.
      java.lang.String getService()
      Gets the value of the service property.
      java.math.BigInteger getServiceID()
      Gets the value of the serviceID property.
      java.lang.String getSLA()
      Gets the value of the sla property.
      java.math.BigInteger getSLAID()
      Gets the value of the slaid property.
      java.lang.String getState()
      Gets the value of the state property.
      java.math.BigInteger getStateID()
      Gets the value of the stateID property.
      java.lang.String getTitle()
      Gets the value of the title property.
      java.lang.String getType()
      Gets the value of the type property.
      java.math.BigInteger getTypeID()
      Gets the value of the typeID property.
      void setCustomerID​(java.lang.String value)
      Sets the value of the customerID property.
      void setCustomerUser​(java.lang.String value)
      Sets the value of the customerUser property.
      void setOwner​(java.lang.String value)
      Sets the value of the owner property.
      void setOwnerID​(java.math.BigInteger value)
      Sets the value of the ownerID property.
      void setPendingTime​(OTRSPendingTime value)
      Sets the value of the pendingTime property.
      void setPriority​(java.lang.String value)
      Sets the value of the priority property.
      void setPriorityID​(java.math.BigInteger value)
      Sets the value of the priorityID property.
      void setQueue​(java.lang.String value)
      Sets the value of the queue property.
      void setQueueID​(java.math.BigInteger value)
      Sets the value of the queueID property.
      void setResponsible​(java.lang.String value)
      Sets the value of the responsible property.
      void setResponsibleID​(java.math.BigInteger value)
      Sets the value of the responsibleID property.
      void setService​(java.lang.String value)
      Sets the value of the service property.
      void setServiceID​(java.math.BigInteger value)
      Sets the value of the serviceID property.
      void setSLA​(java.lang.String value)
      Sets the value of the sla property.
      void setSLAID​(java.math.BigInteger value)
      Sets the value of the slaid property.
      void setState​(java.lang.String value)
      Sets the value of the state property.
      void setStateID​(java.math.BigInteger value)
      Sets the value of the stateID property.
      void setTitle​(java.lang.String value)
      Sets the value of the title property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setTypeID​(java.math.BigInteger value)
      Sets the value of the typeID property.
      • Methods inherited from class java.lang.Object

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

      • title

        protected java.lang.String title
      • queueID

        protected java.math.BigInteger queueID
      • queue

        protected java.lang.String queue
      • typeID

        protected java.math.BigInteger typeID
      • type

        protected java.lang.String type
      • serviceID

        protected java.math.BigInteger serviceID
      • service

        protected java.lang.String service
      • slaid

        protected java.math.BigInteger slaid
      • sla

        protected java.lang.String sla
      • stateID

        protected java.math.BigInteger stateID
      • state

        protected java.lang.String state
      • priorityID

        protected java.math.BigInteger priorityID
      • priority

        protected java.lang.String priority
      • ownerID

        protected java.math.BigInteger ownerID
      • owner

        protected java.lang.String owner
      • responsibleID

        protected java.math.BigInteger responsibleID
      • responsible

        protected java.lang.String responsible
      • customerUser

        protected java.lang.String customerUser
      • customerID

        protected java.lang.String customerID
    • Constructor Detail

      • OTRSTicketUpdateTicket

        public OTRSTicketUpdateTicket()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(java.lang.String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getQueueID

        public java.math.BigInteger getQueueID()
        Gets the value of the queueID property.
        Returns:
        possible object is String
      • setQueueID

        public void setQueueID​(java.math.BigInteger value)
        Sets the value of the queueID property.
        Parameters:
        value - allowed object is String
      • getQueue

        public java.lang.String getQueue()
        Gets the value of the queue property.
        Returns:
        possible object is String
      • setQueue

        public void setQueue​(java.lang.String value)
        Sets the value of the queue property.
        Parameters:
        value - allowed object is String
      • getTypeID

        public java.math.BigInteger getTypeID()
        Gets the value of the typeID property.
        Returns:
        possible object is String
      • setTypeID

        public void setTypeID​(java.math.BigInteger value)
        Sets the value of the typeID property.
        Parameters:
        value - allowed object is String
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getServiceID

        public java.math.BigInteger getServiceID()
        Gets the value of the serviceID property.
        Returns:
        possible object is String
      • setServiceID

        public void setServiceID​(java.math.BigInteger value)
        Sets the value of the serviceID property.
        Parameters:
        value - allowed object is String
      • getService

        public java.lang.String getService()
        Gets the value of the service property.
        Returns:
        possible object is String
      • setService

        public void setService​(java.lang.String value)
        Sets the value of the service property.
        Parameters:
        value - allowed object is String
      • getSLAID

        public java.math.BigInteger getSLAID()
        Gets the value of the slaid property.
        Returns:
        possible object is String
      • setSLAID

        public void setSLAID​(java.math.BigInteger value)
        Sets the value of the slaid property.
        Parameters:
        value - allowed object is String
      • getSLA

        public java.lang.String getSLA()
        Gets the value of the sla property.
        Returns:
        possible object is String
      • setSLA

        public void setSLA​(java.lang.String value)
        Sets the value of the sla property.
        Parameters:
        value - allowed object is String
      • getStateID

        public java.math.BigInteger getStateID()
        Gets the value of the stateID property.
        Returns:
        possible object is String
      • setStateID

        public void setStateID​(java.math.BigInteger value)
        Sets the value of the stateID property.
        Parameters:
        value - allowed object is String
      • getState

        public java.lang.String getState()
        Gets the value of the state property.
        Returns:
        possible object is String
      • setState

        public void setState​(java.lang.String value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is String
      • getPriorityID

        public java.math.BigInteger getPriorityID()
        Gets the value of the priorityID property.
        Returns:
        possible object is String
      • setPriorityID

        public void setPriorityID​(java.math.BigInteger value)
        Sets the value of the priorityID property.
        Parameters:
        value - allowed object is String
      • getPriority

        public java.lang.String getPriority()
        Gets the value of the priority property.
        Returns:
        possible object is String
      • setPriority

        public void setPriority​(java.lang.String value)
        Sets the value of the priority property.
        Parameters:
        value - allowed object is String
      • getOwnerID

        public java.math.BigInteger getOwnerID()
        Gets the value of the ownerID property.
        Returns:
        possible object is String
      • setOwnerID

        public void setOwnerID​(java.math.BigInteger value)
        Sets the value of the ownerID property.
        Parameters:
        value - allowed object is String
      • getOwner

        public java.lang.String getOwner()
        Gets the value of the owner property.
        Returns:
        possible object is String
      • setOwner

        public void setOwner​(java.lang.String value)
        Sets the value of the owner property.
        Parameters:
        value - allowed object is String
      • getResponsibleID

        public java.math.BigInteger getResponsibleID()
        Gets the value of the responsibleID property.
        Returns:
        possible object is String
      • setResponsibleID

        public void setResponsibleID​(java.math.BigInteger value)
        Sets the value of the responsibleID property.
        Parameters:
        value - allowed object is String
      • getResponsible

        public java.lang.String getResponsible()
        Gets the value of the responsible property.
        Returns:
        possible object is String
      • setResponsible

        public void setResponsible​(java.lang.String value)
        Sets the value of the responsible property.
        Parameters:
        value - allowed object is String
      • getCustomerUser

        public java.lang.String getCustomerUser()
        Gets the value of the customerUser property.
        Returns:
        possible object is String
      • setCustomerUser

        public void setCustomerUser​(java.lang.String value)
        Sets the value of the customerUser property.
        Parameters:
        value - allowed object is String
      • getCustomerID

        public java.lang.String getCustomerID()
        Gets the value of the customerID property.
        Returns:
        possible object is String
      • setCustomerID

        public void setCustomerID​(java.lang.String value)
        Sets the value of the customerID property.
        Parameters:
        value - allowed object is String
      • setPendingTime

        public void setPendingTime​(OTRSPendingTime value)
        Sets the value of the pendingTime property.
        Parameters:
        value - allowed object is OTRSPendingTime