Package org.otrs.ticketconnector
Class OTRSTicketCreateTicket
- java.lang.Object
-
- org.otrs.ticketconnector.OTRSTicketCreateTicket
-
- All Implemented Interfaces:
java.io.Serializable
public class OTRSTicketCreateTicket extends java.lang.Object implements java.io.Serializable
<p>Java class for OTRS_TicketCreate_Ticket complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
customerID
protected java.lang.String
customerUser
protected java.lang.String
owner
protected java.math.BigInteger
ownerID
protected OTRSPendingTime
pendingTime
protected java.lang.String
priority
protected java.math.BigInteger
priorityID
protected java.lang.String
queue
protected java.math.BigInteger
queueID
protected java.lang.String
responsible
protected java.math.BigInteger
responsibleID
protected java.lang.String
service
protected java.math.BigInteger
serviceID
protected java.lang.String
sla
protected java.math.BigInteger
slaid
protected java.lang.String
state
protected java.math.BigInteger
stateID
protected java.lang.String
title
protected java.lang.String
type
protected java.math.BigInteger
typeID
-
Constructor Summary
Constructors Constructor Description OTRSTicketCreateTicket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCustomerID()
Gets the value of the customerID property.java.lang.String
getCustomerUser()
Gets the value of the customerUser property.java.lang.String
getOwner()
Gets the value of the owner property.java.math.BigInteger
getOwnerID()
Gets the value of the ownerID property.OTRSPendingTime
getPendingTime()
Gets the value of the pendingTime property.java.lang.String
getPriority()
Gets the value of the priority property.java.math.BigInteger
getPriorityID()
Gets the value of the priorityID property.java.lang.String
getQueue()
Gets the value of the queue property.java.math.BigInteger
getQueueID()
Gets the value of the queueID property.java.lang.String
getResponsible()
Gets the value of the responsible property.java.math.BigInteger
getResponsibleID()
Gets the value of the responsibleID property.java.lang.String
getService()
Gets the value of the service property.java.math.BigInteger
getServiceID()
Gets the value of the serviceID property.java.lang.String
getSLA()
Gets the value of the sla property.java.math.BigInteger
getSLAID()
Gets the value of the slaid property.java.lang.String
getState()
Gets the value of the state property.java.math.BigInteger
getStateID()
Gets the value of the stateID property.java.lang.String
getTitle()
Gets the value of the title property.java.lang.String
getType()
Gets the value of the type property.java.math.BigInteger
getTypeID()
Gets the value of the typeID property.void
setCustomerID(java.lang.String value)
Sets the value of the customerID property.void
setCustomerUser(java.lang.String value)
Sets the value of the customerUser property.void
setOwner(java.lang.String value)
Sets the value of the owner property.void
setOwnerID(java.math.BigInteger value)
Sets the value of the ownerID property.void
setPendingTime(OTRSPendingTime value)
Sets the value of the pendingTime property.void
setPriority(java.lang.String value)
Sets the value of the priority property.void
setPriorityID(java.math.BigInteger value)
Sets the value of the priorityID property.void
setQueue(java.lang.String value)
Sets the value of the queue property.void
setQueueID(java.math.BigInteger value)
Sets the value of the queueID property.void
setResponsible(java.lang.String value)
Sets the value of the responsible property.void
setResponsibleID(java.math.BigInteger value)
Sets the value of the responsibleID property.void
setService(java.lang.String value)
Sets the value of the service property.void
setServiceID(java.math.BigInteger value)
Sets the value of the serviceID property.void
setSLA(java.lang.String value)
Sets the value of the sla property.void
setSLAID(java.math.BigInteger value)
Sets the value of the slaid property.void
setState(java.lang.String value)
Sets the value of the state property.void
setStateID(java.math.BigInteger value)
Sets the value of the stateID property.void
setTitle(java.lang.String value)
Sets the value of the title property.void
setType(java.lang.String value)
Sets the value of the type property.void
setTypeID(java.math.BigInteger value)
Sets the value of the typeID property.
-
-
-
Field Detail
-
title
protected java.lang.String title
-
queueID
protected java.math.BigInteger queueID
-
queue
protected java.lang.String queue
-
typeID
protected java.math.BigInteger typeID
-
type
protected java.lang.String type
-
serviceID
protected java.math.BigInteger serviceID
-
service
protected java.lang.String service
-
slaid
protected java.math.BigInteger slaid
-
sla
protected java.lang.String sla
-
stateID
protected java.math.BigInteger stateID
-
state
protected java.lang.String state
-
priorityID
protected java.math.BigInteger priorityID
-
priority
protected java.lang.String priority
-
ownerID
protected java.math.BigInteger ownerID
-
owner
protected java.lang.String owner
-
responsibleID
protected java.math.BigInteger responsibleID
-
responsible
protected java.lang.String responsible
-
customerUser
protected java.lang.String customerUser
-
customerID
protected java.lang.String customerID
-
pendingTime
protected OTRSPendingTime pendingTime
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getQueueID
public java.math.BigInteger getQueueID()
Gets the value of the queueID property.- Returns:
- possible object is
String
-
setQueueID
public void setQueueID(java.math.BigInteger value)
Sets the value of the queueID property.- Parameters:
value
- allowed object isString
-
getQueue
public java.lang.String getQueue()
Gets the value of the queue property.- Returns:
- possible object is
String
-
setQueue
public void setQueue(java.lang.String value)
Sets the value of the queue property.- Parameters:
value
- allowed object isString
-
getTypeID
public java.math.BigInteger getTypeID()
Gets the value of the typeID property.- Returns:
- possible object is
String
-
setTypeID
public void setTypeID(java.math.BigInteger value)
Sets the value of the typeID property.- Parameters:
value
- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getServiceID
public java.math.BigInteger getServiceID()
Gets the value of the serviceID property.- Returns:
- possible object is
String
-
setServiceID
public void setServiceID(java.math.BigInteger value)
Sets the value of the serviceID property.- Parameters:
value
- allowed object isString
-
getService
public java.lang.String getService()
Gets the value of the service property.- Returns:
- possible object is
String
-
setService
public void setService(java.lang.String value)
Sets the value of the service property.- Parameters:
value
- allowed object isString
-
getSLAID
public java.math.BigInteger getSLAID()
Gets the value of the slaid property.- Returns:
- possible object is
String
-
setSLAID
public void setSLAID(java.math.BigInteger value)
Sets the value of the slaid property.- Parameters:
value
- allowed object isString
-
getSLA
public java.lang.String getSLA()
Gets the value of the sla property.- Returns:
- possible object is
String
-
setSLA
public void setSLA(java.lang.String value)
Sets the value of the sla property.- Parameters:
value
- allowed object isString
-
getStateID
public java.math.BigInteger getStateID()
Gets the value of the stateID property.- Returns:
- possible object is
String
-
setStateID
public void setStateID(java.math.BigInteger value)
Sets the value of the stateID property.- Parameters:
value
- allowed object isString
-
getState
public java.lang.String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(java.lang.String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
getPriorityID
public java.math.BigInteger getPriorityID()
Gets the value of the priorityID property.- Returns:
- possible object is
String
-
setPriorityID
public void setPriorityID(java.math.BigInteger value)
Sets the value of the priorityID property.- Parameters:
value
- allowed object isString
-
getPriority
public java.lang.String getPriority()
Gets the value of the priority property.- Returns:
- possible object is
String
-
setPriority
public void setPriority(java.lang.String value)
Sets the value of the priority property.- Parameters:
value
- allowed object isString
-
getOwnerID
public java.math.BigInteger getOwnerID()
Gets the value of the ownerID property.- Returns:
- possible object is
String
-
setOwnerID
public void setOwnerID(java.math.BigInteger value)
Sets the value of the ownerID property.- Parameters:
value
- allowed object isString
-
getOwner
public java.lang.String getOwner()
Gets the value of the owner property.- Returns:
- possible object is
String
-
setOwner
public void setOwner(java.lang.String value)
Sets the value of the owner property.- Parameters:
value
- allowed object isString
-
getResponsibleID
public java.math.BigInteger getResponsibleID()
Gets the value of the responsibleID property.- Returns:
- possible object is
String
-
setResponsibleID
public void setResponsibleID(java.math.BigInteger value)
Sets the value of the responsibleID property.- Parameters:
value
- allowed object isString
-
getResponsible
public java.lang.String getResponsible()
Gets the value of the responsible property.- Returns:
- possible object is
String
-
setResponsible
public void setResponsible(java.lang.String value)
Sets the value of the responsible property.- Parameters:
value
- allowed object isString
-
getCustomerUser
public java.lang.String getCustomerUser()
Gets the value of the customerUser property.- Returns:
- possible object is
String
-
setCustomerUser
public void setCustomerUser(java.lang.String value)
Sets the value of the customerUser property.- Parameters:
value
- allowed object isString
-
getCustomerID
public java.lang.String getCustomerID()
Gets the value of the customerID property.- Returns:
- possible object is
String
-
setCustomerID
public void setCustomerID(java.lang.String value)
Sets the value of the customerID property.- Parameters:
value
- allowed object isString
-
getPendingTime
public OTRSPendingTime getPendingTime()
Gets the value of the pendingTime property.- Returns:
- possible object is
OTRSPendingTime
-
setPendingTime
public void setPendingTime(OTRSPendingTime value)
Sets the value of the pendingTime property.- Parameters:
value
- allowed object isOTRSPendingTime
-
-