Package org.otrs.ticketconnector
Class TicketUpdate
- java.lang.Object
-
- org.otrs.ticketconnector.TicketUpdate
-
- All Implemented Interfaces:
java.io.Serializable
public class TicketUpdate 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"/> <choice> <element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="TicketNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="Ticket" type="{http://www.otrs.org/TicketConnector/}OTRS_TicketUpdate_Ticket" minOccurs="0"/> <element name="Article" type="{http://www.otrs.org/TicketConnector/}OTRS_Article" minOccurs="0"/> <element name="DynamicField" type="{http://www.otrs.org/TicketConnector/}OTRS_DynamicField" maxOccurs="unbounded" minOccurs="0"/> <element name="Attachment" type="{http://www.otrs.org/TicketConnector/}OTRS_Attachment" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected OTRSArticle
article
protected OTRSAttachment[]
attachment
protected java.lang.String
customerUserLogin
protected OTRSDynamicField[]
dynamicField
protected java.lang.String
password
protected java.lang.String
sessionID
protected OTRSTicketUpdateTicket
ticket
protected java.math.BigInteger
ticketID
protected java.lang.String
ticketNumber
protected java.lang.String
userLogin
-
Constructor Summary
Constructors Constructor Description TicketUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OTRSArticle
getArticle()
Gets the value of the article property.OTRSAttachment[]
getAttachment()
OTRSAttachment
getAttachment(int idx)
int
getAttachmentLength()
java.lang.String
getCustomerUserLogin()
Gets the value of the customerUserLogin property.OTRSDynamicField[]
getDynamicField()
OTRSDynamicField
getDynamicField(int idx)
int
getDynamicFieldLength()
java.lang.String
getPassword()
Gets the value of the password property.java.lang.String
getSessionID()
Gets the value of the sessionID property.OTRSTicketUpdateTicket
getTicket()
Gets the value of the ticket property.java.math.BigInteger
getTicketID()
Gets the value of the ticketID property.java.lang.String
getTicketNumber()
Gets the value of the ticketNumber property.java.lang.String
getUserLogin()
Gets the value of the userLogin property.void
setArticle(OTRSArticle value)
Sets the value of the article property.OTRSAttachment
setAttachment(int idx, OTRSAttachment value)
void
setAttachment(OTRSAttachment[] values)
void
setCustomerUserLogin(java.lang.String value)
Sets the value of the customerUserLogin property.OTRSDynamicField
setDynamicField(int idx, OTRSDynamicField value)
void
setDynamicField(OTRSDynamicField[] values)
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.void
setTicket(OTRSTicketUpdateTicket value)
Sets the value of the ticket property.void
setTicketID(java.math.BigInteger value)
Sets the value of the ticketID property.void
setTicketNumber(java.lang.String value)
Sets the value of the ticketNumber property.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
-
ticketNumber
protected java.lang.String ticketNumber
-
ticket
protected OTRSTicketUpdateTicket ticket
-
article
protected OTRSArticle article
-
dynamicField
protected OTRSDynamicField[] dynamicField
-
attachment
protected OTRSAttachment[] attachment
-
-
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()
Gets the value of the ticketID property.- Returns:
- possible object is
String
-
setTicketID
public void setTicketID(java.math.BigInteger value)
Sets the value of the ticketID property.- Parameters:
value
- allowed object isString
-
getTicketNumber
public java.lang.String getTicketNumber()
Gets the value of the ticketNumber property.- Returns:
- possible object is
String
-
setTicketNumber
public void setTicketNumber(java.lang.String value)
Sets the value of the ticketNumber property.- Parameters:
value
- allowed object isString
-
getTicket
public OTRSTicketUpdateTicket getTicket()
Gets the value of the ticket property.- Returns:
- possible object is
OTRSTicketUpdateTicket
-
setTicket
public void setTicket(OTRSTicketUpdateTicket value)
Sets the value of the ticket property.- Parameters:
value
- allowed object isOTRSTicketUpdateTicket
-
getArticle
public OTRSArticle getArticle()
Gets the value of the article property.- Returns:
- possible object is
OTRSArticle
-
setArticle
public void setArticle(OTRSArticle value)
Sets the value of the article property.- Parameters:
value
- allowed object isOTRSArticle
-
getDynamicField
public OTRSDynamicField[] getDynamicField()
- Returns:
- array of
OTRSDynamicField
-
getDynamicField
public OTRSDynamicField getDynamicField(int idx)
- Returns:
- one of
OTRSDynamicField
-
getDynamicFieldLength
public int getDynamicFieldLength()
-
setDynamicField
public void setDynamicField(OTRSDynamicField[] values)
- Parameters:
values
- allowed objects areOTRSDynamicField
-
setDynamicField
public OTRSDynamicField setDynamicField(int idx, OTRSDynamicField value)
- Parameters:
value
- allowed object isOTRSDynamicField
-
getAttachment
public OTRSAttachment[] getAttachment()
- Returns:
- array of
OTRSAttachment
-
getAttachment
public OTRSAttachment getAttachment(int idx)
- Returns:
- one of
OTRSAttachment
-
getAttachmentLength
public int getAttachmentLength()
-
setAttachment
public void setAttachment(OTRSAttachment[] values)
- Parameters:
values
- allowed objects areOTRSAttachment
-
setAttachment
public OTRSAttachment setAttachment(int idx, OTRSAttachment value)
- Parameters:
value
- allowed object isOTRSAttachment
-
-