public class TicketCreate 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="Ticket" type="{http://www.otrs.org/TicketConnector/}OTRS_TicketCreate_Ticket"/> <element name="Article" type="{http://www.otrs.org/TicketConnector/}OTRS_Article"/> <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>
Modifier and Type | Field and Description |
---|---|
protected OTRSArticle |
article |
protected OTRSAttachment[] |
attachment |
protected String |
customerUserLogin |
protected OTRSDynamicField[] |
dynamicField |
protected String |
password |
protected String |
sessionID |
protected OTRSTicketCreateTicket |
ticket |
protected String |
userLogin |
Constructor and Description |
---|
TicketCreate() |
Modifier and Type | Method and Description |
---|---|
OTRSArticle |
getArticle()
Gets the value of the article property.
|
OTRSAttachment[] |
getAttachment() |
OTRSAttachment |
getAttachment(int idx) |
int |
getAttachmentLength() |
String |
getCustomerUserLogin()
Gets the value of the customerUserLogin property.
|
OTRSDynamicField[] |
getDynamicField() |
OTRSDynamicField |
getDynamicField(int idx) |
int |
getDynamicFieldLength() |
String |
getPassword()
Gets the value of the password property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
OTRSTicketCreateTicket |
getTicket()
Gets the value of the ticket property.
|
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(String value)
Sets the value of the customerUserLogin property.
|
OTRSDynamicField |
setDynamicField(int idx,
OTRSDynamicField value) |
void |
setDynamicField(OTRSDynamicField[] values) |
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setTicket(OTRSTicketCreateTicket value)
Sets the value of the ticket property.
|
void |
setUserLogin(String value)
Sets the value of the userLogin property.
|
protected String userLogin
protected String customerUserLogin
protected String sessionID
protected String password
protected OTRSTicketCreateTicket ticket
protected OTRSArticle article
protected OTRSDynamicField[] dynamicField
protected OTRSAttachment[] attachment
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 OTRSTicketCreateTicket getTicket()
OTRSTicketCreateTicket
public void setTicket(OTRSTicketCreateTicket value)
value
- allowed object is
OTRSTicketCreateTicket
public OTRSArticle getArticle()
OTRSArticle
public void setArticle(OTRSArticle value)
value
- allowed object is
OTRSArticle
public OTRSDynamicField[] getDynamicField()
OTRSDynamicField
public OTRSDynamicField getDynamicField(int idx)
OTRSDynamicField
public int getDynamicFieldLength()
public void setDynamicField(OTRSDynamicField[] values)
values
- allowed objects are
OTRSDynamicField
public OTRSDynamicField setDynamicField(int idx, OTRSDynamicField value)
value
- allowed object is
OTRSDynamicField
public OTRSAttachment[] getAttachment()
OTRSAttachment
public OTRSAttachment getAttachment(int idx)
OTRSAttachment
public int getAttachmentLength()
public void setAttachment(OTRSAttachment[] values)
values
- allowed objects are
OTRSAttachment
public OTRSAttachment setAttachment(int idx, OTRSAttachment value)
value
- allowed object is
OTRSAttachment
Copyright © 2021. All rights reserved.