Package org.otrs.ticketconnector
Class TicketGet
- java.lang.Object
-
- org.otrs.ticketconnector.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 Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description TicketGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.BigInteger
setTicketID(int idx, BigInteger value)
void
setTicketID(BigInteger[] values)
void
setUserLogin(String value)
Sets the value of the userLogin property.
-
-
-
Field Detail
-
userLogin
protected String userLogin
-
customerUserLogin
protected String customerUserLogin
-
sessionID
protected String sessionID
-
password
protected String password
-
ticketID
protected BigInteger[] ticketID
-
dynamicFields
protected BigInteger dynamicFields
-
extended
protected BigInteger extended
-
allArticles
protected BigInteger allArticles
-
articleSenderType
protected String articleSenderType
-
articleOrder
protected String articleOrder
-
articleLimit
protected BigInteger articleLimit
-
attachments
protected BigInteger attachments
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getTicketID
public BigInteger[] getTicketID()
- Returns:
- array of
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 areString
-
setTicketID
public BigInteger setTicketID(int idx, BigInteger value)
- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-