Class OTRSTicketCreateTicket

  • All Implemented Interfaces:
    Serializable

    public class OTRSTicketCreateTicket
    extends Object
    implements Serializable

    Java class for OTRS_TicketCreate_Ticket complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="OTRS_TicketCreate_Ticket">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <choice>
               <element name="QueueID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="Queue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice minOccurs="0">
               <element name="TypeID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice minOccurs="0">
               <element name="ServiceID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="Service" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice minOccurs="0">
               <element name="SLAID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="SLA" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice>
               <element name="StateID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice>
               <element name="PriorityID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice minOccurs="0">
               <element name="OwnerID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <choice minOccurs="0">
               <element name="ResponsibleID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
               <element name="Responsible" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <element name="CustomerUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="CustomerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="PendingTime" type="{http://www.otrs.org/TicketConnector/}OTRS_PendingTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • OTRSTicketCreateTicket

        public OTRSTicketCreateTicket()
    • Method Detail

      • getTitle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void setCustomerID​(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