public class OTRSTicketCreateTicket extends Object implements Serializable
Java class for OTRS_TicketCreate_Ticket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OTRS_TicketCreate_Ticket"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/> <choice> <element name="QueueID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Queue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <choice minOccurs="0"> <element name="TypeID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <choice minOccurs="0"> <element name="ServiceID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Service" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <choice minOccurs="0"> <element name="SLAID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="SLA" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <choice> <element name="StateID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <choice> <element name="PriorityID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <choice minOccurs="0"> <element name="OwnerID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <choice minOccurs="0"> <element name="ResponsibleID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Responsible" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <element name="CustomerUser" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CustomerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PendingTime" type="{http://www.otrs.org/TicketConnector/}OTRS_PendingTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
customerID |
protected String |
customerUser |
protected String |
owner |
protected BigInteger |
ownerID |
protected OTRSPendingTime |
pendingTime |
protected String |
priority |
protected BigInteger |
priorityID |
protected String |
queue |
protected BigInteger |
queueID |
protected String |
responsible |
protected BigInteger |
responsibleID |
protected String |
service |
protected BigInteger |
serviceID |
protected String |
sla |
protected BigInteger |
slaid |
protected String |
state |
protected BigInteger |
stateID |
protected String |
title |
protected String |
type |
protected BigInteger |
typeID |
Constructor and Description |
---|
OTRSTicketCreateTicket() |
Modifier and Type | Method and Description |
---|---|
String |
getCustomerID()
Gets the value of the customerID property.
|
String |
getCustomerUser()
Gets the value of the customerUser property.
|
String |
getOwner()
Gets the value of the owner property.
|
BigInteger |
getOwnerID()
Gets the value of the ownerID property.
|
OTRSPendingTime |
getPendingTime()
Gets the value of the pendingTime property.
|
String |
getPriority()
Gets the value of the priority property.
|
BigInteger |
getPriorityID()
Gets the value of the priorityID property.
|
String |
getQueue()
Gets the value of the queue property.
|
BigInteger |
getQueueID()
Gets the value of the queueID property.
|
String |
getResponsible()
Gets the value of the responsible property.
|
BigInteger |
getResponsibleID()
Gets the value of the responsibleID property.
|
String |
getService()
Gets the value of the service property.
|
BigInteger |
getServiceID()
Gets the value of the serviceID property.
|
String |
getSLA()
Gets the value of the sla property.
|
BigInteger |
getSLAID()
Gets the value of the slaid property.
|
String |
getState()
Gets the value of the state property.
|
BigInteger |
getStateID()
Gets the value of the stateID property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
BigInteger |
getTypeID()
Gets the value of the typeID property.
|
void |
setCustomerID(String value)
Sets the value of the customerID property.
|
void |
setCustomerUser(String value)
Sets the value of the customerUser property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setOwnerID(BigInteger value)
Sets the value of the ownerID property.
|
void |
setPendingTime(OTRSPendingTime value)
Sets the value of the pendingTime property.
|
void |
setPriority(String value)
Sets the value of the priority property.
|
void |
setPriorityID(BigInteger value)
Sets the value of the priorityID property.
|
void |
setQueue(String value)
Sets the value of the queue property.
|
void |
setQueueID(BigInteger value)
Sets the value of the queueID property.
|
void |
setResponsible(String value)
Sets the value of the responsible property.
|
void |
setResponsibleID(BigInteger value)
Sets the value of the responsibleID property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setServiceID(BigInteger value)
Sets the value of the serviceID property.
|
void |
setSLA(String value)
Sets the value of the sla property.
|
void |
setSLAID(BigInteger value)
Sets the value of the slaid property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStateID(BigInteger value)
Sets the value of the stateID property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setTypeID(BigInteger value)
Sets the value of the typeID property.
|
protected String title
protected BigInteger queueID
protected String queue
protected BigInteger typeID
protected String type
protected BigInteger serviceID
protected String service
protected BigInteger slaid
protected String sla
protected BigInteger stateID
protected String state
protected BigInteger priorityID
protected String priority
protected BigInteger ownerID
protected String owner
protected BigInteger responsibleID
protected String responsible
protected String customerUser
protected String customerID
protected OTRSPendingTime pendingTime
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public BigInteger getQueueID()
String
public void setQueueID(BigInteger value)
value
- allowed object is
String
public String getQueue()
String
public void setQueue(String value)
value
- allowed object is
String
public BigInteger getTypeID()
String
public void setTypeID(BigInteger value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public BigInteger getServiceID()
String
public void setServiceID(BigInteger value)
value
- allowed object is
String
public String getService()
String
public void setService(String value)
value
- allowed object is
String
public BigInteger getSLAID()
String
public void setSLAID(BigInteger value)
value
- allowed object is
String
public String getSLA()
String
public void setSLA(String value)
value
- allowed object is
String
public BigInteger getStateID()
String
public void setStateID(BigInteger value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public BigInteger getPriorityID()
String
public void setPriorityID(BigInteger value)
value
- allowed object is
String
public String getPriority()
String
public void setPriority(String value)
value
- allowed object is
String
public BigInteger getOwnerID()
String
public void setOwnerID(BigInteger value)
value
- allowed object is
String
public String getOwner()
String
public void setOwner(String value)
value
- allowed object is
String
public BigInteger getResponsibleID()
String
public void setResponsibleID(BigInteger value)
value
- allowed object is
String
public String getResponsible()
String
public void setResponsible(String value)
value
- allowed object is
String
public String getCustomerUser()
String
public void setCustomerUser(String value)
value
- allowed object is
String
public String getCustomerID()
String
public void setCustomerID(String value)
value
- allowed object is
String
public OTRSPendingTime getPendingTime()
OTRSPendingTime
public void setPendingTime(OTRSPendingTime value)
value
- allowed object is
OTRSPendingTime
Copyright © 2021. All rights reserved.