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()
Stringpublic void setUserLogin(String value)
value - allowed object is
     Stringpublic String getCustomerUserLogin()
Stringpublic void setCustomerUserLogin(String value)
value - allowed object is
     Stringpublic String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
     Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
     Stringpublic OTRSTicketCreateTicket getTicket()
OTRSTicketCreateTicketpublic void setTicket(OTRSTicketCreateTicket value)
value - allowed object is
     OTRSTicketCreateTicketpublic OTRSArticle getArticle()
OTRSArticlepublic void setArticle(OTRSArticle value)
value - allowed object is
     OTRSArticlepublic OTRSDynamicField[] getDynamicField()
OTRSDynamicFieldpublic OTRSDynamicField getDynamicField(int idx)
OTRSDynamicFieldpublic int getDynamicFieldLength()
public void setDynamicField(OTRSDynamicField[] values)
values - allowed objects are
     OTRSDynamicFieldpublic OTRSDynamicField setDynamicField(int idx, OTRSDynamicField value)
value - allowed object is
     OTRSDynamicFieldpublic OTRSAttachment[] getAttachment()
OTRSAttachmentpublic OTRSAttachment getAttachment(int idx)
OTRSAttachmentpublic int getAttachmentLength()
public void setAttachment(OTRSAttachment[] values)
values - allowed objects are
     OTRSAttachmentpublic OTRSAttachment setAttachment(int idx, OTRSAttachment value)
value - allowed object is
     OTRSAttachmentCopyright © 2020. All rights reserved.