Class TicketGet

  • All Implemented Interfaces:
    java.io.Serializable

    public class TicketGet
    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;choice&gt; &lt;element name="UserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="CustomerUserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded"/&gt; &lt;element name="DynamicFields" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Extended" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="AllArticles" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="ArticleSenderType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="ArticleOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="ArticleLimit" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;element name="Attachments" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TicketGet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getAllArticles()
      Gets the value of the allArticles property.
      java.math.BigInteger getArticleLimit()
      Gets the value of the articleLimit property.
      java.lang.String getArticleOrder()
      Gets the value of the articleOrder property.
      java.lang.String getArticleSenderType()
      Gets the value of the articleSenderType property.
      java.math.BigInteger getAttachments()
      Gets the value of the attachments property.
      java.lang.String getCustomerUserLogin()
      Gets the value of the customerUserLogin property.
      java.math.BigInteger getDynamicFields()
      Gets the value of the dynamicFields property.
      java.math.BigInteger getExtended()
      Gets the value of the extended property.
      java.lang.String getPassword()
      Gets the value of the password property.
      java.lang.String getSessionID()
      Gets the value of the sessionID property.
      java.math.BigInteger[] getTicketID()  
      java.math.BigInteger getTicketID​(int idx)  
      int getTicketIDLength()  
      java.lang.String getUserLogin()
      Gets the value of the userLogin property.
      void setAllArticles​(java.math.BigInteger value)
      Sets the value of the allArticles property.
      void setArticleLimit​(java.math.BigInteger value)
      Sets the value of the articleLimit property.
      void setArticleOrder​(java.lang.String value)
      Sets the value of the articleOrder property.
      void setArticleSenderType​(java.lang.String value)
      Sets the value of the articleSenderType property.
      void setAttachments​(java.math.BigInteger value)
      Sets the value of the attachments property.
      void setCustomerUserLogin​(java.lang.String value)
      Sets the value of the customerUserLogin property.
      void setDynamicFields​(java.math.BigInteger value)
      Sets the value of the dynamicFields property.
      void setExtended​(java.math.BigInteger value)
      Sets the value of the extended property.
      void setPassword​(java.lang.String value)
      Sets the value of the password property.
      void setSessionID​(java.lang.String value)
      Sets the value of the sessionID property.
      java.math.BigInteger setTicketID​(int idx, java.math.BigInteger value)  
      void setTicketID​(java.math.BigInteger[] values)  
      void setUserLogin​(java.lang.String value)
      Sets the value of the userLogin property.
      • Methods inherited from class java.lang.Object

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

      • userLogin

        protected java.lang.String userLogin
      • customerUserLogin

        protected java.lang.String customerUserLogin
      • sessionID

        protected java.lang.String sessionID
      • password

        protected java.lang.String password
      • ticketID

        protected java.math.BigInteger[] ticketID
      • dynamicFields

        protected java.math.BigInteger dynamicFields
      • extended

        protected java.math.BigInteger extended
      • allArticles

        protected java.math.BigInteger allArticles
      • articleSenderType

        protected java.lang.String articleSenderType
      • articleOrder

        protected java.lang.String articleOrder
      • articleLimit

        protected java.math.BigInteger articleLimit
      • attachments

        protected java.math.BigInteger attachments
    • Constructor Detail

      • TicketGet

        public TicketGet()
    • Method Detail

      • getUserLogin

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

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

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

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

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

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

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

        public void setPassword​(java.lang.String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String
      • getTicketID

        public java.math.BigInteger[] getTicketID()
        Returns:
        array of String
      • getTicketID

        public java.math.BigInteger getTicketID​(int idx)
        Returns:
        one of String
      • getTicketIDLength

        public int getTicketIDLength()
      • setTicketID

        public void setTicketID​(java.math.BigInteger[] values)
        Parameters:
        values - allowed objects are String
      • setTicketID

        public java.math.BigInteger setTicketID​(int idx,
                                                java.math.BigInteger value)
        Parameters:
        value - allowed object is String
      • getDynamicFields

        public java.math.BigInteger getDynamicFields()
        Gets the value of the dynamicFields property.
        Returns:
        possible object is String
      • setDynamicFields

        public void setDynamicFields​(java.math.BigInteger value)
        Sets the value of the dynamicFields property.
        Parameters:
        value - allowed object is String
      • getExtended

        public java.math.BigInteger getExtended()
        Gets the value of the extended property.
        Returns:
        possible object is String
      • setExtended

        public void setExtended​(java.math.BigInteger value)
        Sets the value of the extended property.
        Parameters:
        value - allowed object is String
      • getAllArticles

        public java.math.BigInteger getAllArticles()
        Gets the value of the allArticles property.
        Returns:
        possible object is String
      • setAllArticles

        public void setAllArticles​(java.math.BigInteger value)
        Sets the value of the allArticles property.
        Parameters:
        value - allowed object is String
      • getArticleSenderType

        public java.lang.String getArticleSenderType()
        Gets the value of the articleSenderType property.
        Returns:
        possible object is String
      • setArticleSenderType

        public void setArticleSenderType​(java.lang.String value)
        Sets the value of the articleSenderType property.
        Parameters:
        value - allowed object is String
      • getArticleOrder

        public java.lang.String getArticleOrder()
        Gets the value of the articleOrder property.
        Returns:
        possible object is String
      • setArticleOrder

        public void setArticleOrder​(java.lang.String value)
        Sets the value of the articleOrder property.
        Parameters:
        value - allowed object is String
      • getArticleLimit

        public java.math.BigInteger getArticleLimit()
        Gets the value of the articleLimit property.
        Returns:
        possible object is String
      • setArticleLimit

        public void setArticleLimit​(java.math.BigInteger value)
        Sets the value of the articleLimit property.
        Parameters:
        value - allowed object is String
      • getAttachments

        public java.math.BigInteger getAttachments()
        Gets the value of the attachments property.
        Returns:
        possible object is String
      • setAttachments

        public void setAttachments​(java.math.BigInteger value)
        Sets the value of the attachments property.
        Parameters:
        value - allowed object is String