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()
String
public void setUserLogin(String value)
value
- allowed object is
String
public String getCustomerUserLogin()
String
public void setCustomerUserLogin(String value)
value
- allowed object is
String
public String getSessionID()
String
public void setSessionID(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public BigInteger[] getTicketID()
String
public BigInteger getTicketID(int idx)
String
public int getTicketIDLength()
public void setTicketID(BigInteger[] values)
values
- allowed objects are
String
public BigInteger setTicketID(int idx, BigInteger value)
value
- allowed object is
String
public BigInteger getDynamicFields()
String
public void setDynamicFields(BigInteger value)
value
- allowed object is
String
public BigInteger getExtended()
String
public void setExtended(BigInteger value)
value
- allowed object is
String
public BigInteger getAllArticles()
String
public void setAllArticles(BigInteger value)
value
- allowed object is
String
public String getArticleSenderType()
String
public void setArticleSenderType(String value)
value
- allowed object is
String
public String getArticleOrder()
String
public void setArticleOrder(String value)
value
- allowed object is
String
public BigInteger getArticleLimit()
String
public void setArticleLimit(BigInteger value)
value
- allowed object is
String
public BigInteger getAttachments()
String
public void setAttachments(BigInteger value)
value
- allowed object is
String
Copyright © 2021. All rights reserved.