Class TicketUpdate

  • All Implemented Interfaces:
    Serializable

    public class TicketUpdate
    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>
             <choice>
               <element name="UserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
               <element name="CustomerUserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
               <element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             </choice>
             <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <choice>
               <element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
               <element name="TicketNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
             <element name="Ticket" type="{http://www.otrs.org/TicketConnector/}OTRS_TicketUpdate_Ticket" minOccurs="0"/>
             <element name="Article" type="{http://www.otrs.org/TicketConnector/}OTRS_Article" minOccurs="0"/>
             <element name="DynamicField" type="{http://www.otrs.org/TicketConnector/}OTRS_DynamicField" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Attachment" type="{http://www.otrs.org/TicketConnector/}OTRS_Attachment" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TicketUpdate

        public TicketUpdate()
    • Method Detail

      • getUserLogin

        public String getUserLogin()
        Gets the value of the userLogin property.
        Returns:
        possible object is String
      • setUserLogin

        public void setUserLogin​(String value)
        Sets the value of the userLogin property.
        Parameters:
        value - allowed object is String
      • getCustomerUserLogin

        public String getCustomerUserLogin()
        Gets the value of the customerUserLogin property.
        Returns:
        possible object is String
      • setCustomerUserLogin

        public void setCustomerUserLogin​(String value)
        Sets the value of the customerUserLogin property.
        Parameters:
        value - allowed object is String
      • getSessionID

        public String getSessionID()
        Gets the value of the sessionID property.
        Returns:
        possible object is String
      • setSessionID

        public void setSessionID​(String value)
        Sets the value of the sessionID property.
        Parameters:
        value - allowed object is String
      • getPassword

        public String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

        public void setPassword​(String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String
      • 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
      • getArticle

        public OTRSArticle getArticle()
        Gets the value of the article property.
        Returns:
        possible object is OTRSArticle
      • setArticle

        public void setArticle​(OTRSArticle value)
        Sets the value of the article property.
        Parameters:
        value - allowed object is OTRSArticle
      • getDynamicFieldLength

        public int getDynamicFieldLength()
      • getAttachmentLength

        public int getAttachmentLength()