Class TicketGet

  • All Implemented Interfaces:
    Serializable

    public class TicketGet
    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"/>
             <element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded"/>
             <element name="DynamicFields" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
             <element name="Extended" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
             <element name="AllArticles" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
             <element name="ArticleSenderType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ArticleOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ArticleLimit" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
             <element name="Attachments" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • userLogin

        protected String userLogin
      • customerUserLogin

        protected String customerUserLogin
      • sessionID

        protected String sessionID
      • password

        protected String password
      • dynamicFields

        protected BigInteger dynamicFields
      • articleSenderType

        protected String articleSenderType
      • articleOrder

        protected String articleOrder
    • Constructor Detail

      • TicketGet

        public TicketGet()
    • 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​(int idx)
        Returns:
        one of String
      • getTicketIDLength

        public int getTicketIDLength()
      • setTicketID

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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