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.BigIntegerallArticlesprotected java.math.BigIntegerarticleLimitprotected java.lang.StringarticleOrderprotected java.lang.StringarticleSenderTypeprotected java.math.BigIntegerattachmentsprotected java.lang.StringcustomerUserLoginprotected java.math.BigIntegerdynamicFieldsprotected java.math.BigIntegerextendedprotected java.lang.Stringpasswordprotected java.lang.StringsessionIDprotected java.math.BigInteger[]ticketIDprotected java.lang.StringuserLogin
-
Constructor Summary
Constructors Constructor Description TicketGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetAllArticles()Gets the value of the allArticles property.java.math.BigIntegergetArticleLimit()Gets the value of the articleLimit property.java.lang.StringgetArticleOrder()Gets the value of the articleOrder property.java.lang.StringgetArticleSenderType()Gets the value of the articleSenderType property.java.math.BigIntegergetAttachments()Gets the value of the attachments property.java.lang.StringgetCustomerUserLogin()Gets the value of the customerUserLogin property.java.math.BigIntegergetDynamicFields()Gets the value of the dynamicFields property.java.math.BigIntegergetExtended()Gets the value of the extended property.java.lang.StringgetPassword()Gets the value of the password property.java.lang.StringgetSessionID()Gets the value of the sessionID property.java.math.BigInteger[]getTicketID()java.math.BigIntegergetTicketID(int idx)intgetTicketIDLength()java.lang.StringgetUserLogin()Gets the value of the userLogin property.voidsetAllArticles(java.math.BigInteger value)Sets the value of the allArticles property.voidsetArticleLimit(java.math.BigInteger value)Sets the value of the articleLimit property.voidsetArticleOrder(java.lang.String value)Sets the value of the articleOrder property.voidsetArticleSenderType(java.lang.String value)Sets the value of the articleSenderType property.voidsetAttachments(java.math.BigInteger value)Sets the value of the attachments property.voidsetCustomerUserLogin(java.lang.String value)Sets the value of the customerUserLogin property.voidsetDynamicFields(java.math.BigInteger value)Sets the value of the dynamicFields property.voidsetExtended(java.math.BigInteger value)Sets the value of the extended property.voidsetPassword(java.lang.String value)Sets the value of the password property.voidsetSessionID(java.lang.String value)Sets the value of the sessionID property.java.math.BigIntegersetTicketID(int idx, java.math.BigInteger value)voidsetTicketID(java.math.BigInteger[] values)voidsetUserLogin(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
-
-