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>
 | Modifier and Type | Field and Description | 
|---|---|
protected BigInteger | 
allArticles  | 
protected BigInteger | 
articleLimit  | 
protected String | 
articleOrder  | 
protected String | 
articleSenderType  | 
protected BigInteger | 
attachments  | 
protected String | 
customerUserLogin  | 
protected BigInteger | 
dynamicFields  | 
protected BigInteger | 
extended  | 
protected String | 
password  | 
protected String | 
sessionID  | 
protected BigInteger[] | 
ticketID  | 
protected String | 
userLogin  | 
| Constructor and Description | 
|---|
TicketGet()  | 
| Modifier and Type | Method and Description | 
|---|---|
BigInteger | 
getAllArticles()
Gets the value of the allArticles property. 
 | 
BigInteger | 
getArticleLimit()
Gets the value of the articleLimit property. 
 | 
String | 
getArticleOrder()
Gets the value of the articleOrder property. 
 | 
String | 
getArticleSenderType()
Gets the value of the articleSenderType property. 
 | 
BigInteger | 
getAttachments()
Gets the value of the attachments property. 
 | 
String | 
getCustomerUserLogin()
Gets the value of the customerUserLogin property. 
 | 
BigInteger | 
getDynamicFields()
Gets the value of the dynamicFields property. 
 | 
BigInteger | 
getExtended()
Gets the value of the extended property. 
 | 
String | 
getPassword()
Gets the value of the password property. 
 | 
String | 
getSessionID()
Gets the value of the sessionID property. 
 | 
BigInteger[] | 
getTicketID()  | 
BigInteger | 
getTicketID(int idx)  | 
int | 
getTicketIDLength()  | 
String | 
getUserLogin()
Gets the value of the userLogin property. 
 | 
void | 
setAllArticles(BigInteger value)
Sets the value of the allArticles property. 
 | 
void | 
setArticleLimit(BigInteger value)
Sets the value of the articleLimit property. 
 | 
void | 
setArticleOrder(String value)
Sets the value of the articleOrder property. 
 | 
void | 
setArticleSenderType(String value)
Sets the value of the articleSenderType property. 
 | 
void | 
setAttachments(BigInteger value)
Sets the value of the attachments property. 
 | 
void | 
setCustomerUserLogin(String value)
Sets the value of the customerUserLogin property. 
 | 
void | 
setDynamicFields(BigInteger value)
Sets the value of the dynamicFields property. 
 | 
void | 
setExtended(BigInteger value)
Sets the value of the extended property. 
 | 
void | 
setPassword(String value)
Sets the value of the password property. 
 | 
void | 
setSessionID(String value)
Sets the value of the sessionID property. 
 | 
void | 
setTicketID(BigInteger[] values)  | 
BigInteger | 
setTicketID(int idx,
           BigInteger value)  | 
void | 
setUserLogin(String value)
Sets the value of the userLogin property. 
 | 
protected String userLogin
protected String customerUserLogin
protected String sessionID
protected String password
protected BigInteger[] ticketID
protected BigInteger dynamicFields
protected BigInteger extended
protected BigInteger allArticles
protected String articleSenderType
protected String articleOrder
protected BigInteger articleLimit
protected BigInteger attachments
public String getUserLogin()
Stringpublic void setUserLogin(String value)
value - allowed object is
     Stringpublic String getCustomerUserLogin()
Stringpublic void setCustomerUserLogin(String value)
value - allowed object is
     Stringpublic String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
     Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
     Stringpublic BigInteger[] getTicketID()
Stringpublic BigInteger getTicketID(int idx)
Stringpublic int getTicketIDLength()
public void setTicketID(BigInteger[] values)
values - allowed objects are
     Stringpublic BigInteger setTicketID(int idx, BigInteger value)
value - allowed object is
     Stringpublic BigInteger getDynamicFields()
Stringpublic void setDynamicFields(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getExtended()
Stringpublic void setExtended(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getAllArticles()
Stringpublic void setAllArticles(BigInteger value)
value - allowed object is
     Stringpublic String getArticleSenderType()
Stringpublic void setArticleSenderType(String value)
value - allowed object is
     Stringpublic String getArticleOrder()
Stringpublic void setArticleOrder(String value)
value - allowed object is
     Stringpublic BigInteger getArticleLimit()
Stringpublic void setArticleLimit(BigInteger value)
value - allowed object is
     Stringpublic BigInteger getAttachments()
Stringpublic void setAttachments(BigInteger value)
value - allowed object is
     StringCopyright © 2020. All rights reserved.