Package org.otrs.ticketconnector
Class TicketGet
- java.lang.Object
-
- org.otrs.ticketconnector.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> <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> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigInteger
allArticles
protected java.math.BigInteger
articleLimit
protected java.lang.String
articleOrder
protected java.lang.String
articleSenderType
protected java.math.BigInteger
attachments
protected java.lang.String
customerUserLogin
protected java.math.BigInteger
dynamicFields
protected java.math.BigInteger
extended
protected java.lang.String
password
protected java.lang.String
sessionID
protected java.math.BigInteger[]
ticketID
protected java.lang.String
userLogin
-
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.
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 areString
-
setTicketID
public java.math.BigInteger setTicketID(int idx, java.math.BigInteger value)
- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-