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.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcustomerIDprotected java.lang.StringcustomerUserprotected java.lang.Stringownerprotected java.math.BigIntegerownerIDprotected OTRSPendingTimependingTimeprotected java.lang.Stringpriorityprotected java.math.BigIntegerpriorityIDprotected java.lang.Stringqueueprotected java.math.BigIntegerqueueIDprotected java.lang.Stringresponsibleprotected java.math.BigIntegerresponsibleIDprotected java.lang.Stringserviceprotected java.math.BigIntegerserviceIDprotected java.lang.Stringslaprotected java.math.BigIntegerslaidprotected java.lang.Stringstateprotected java.math.BigIntegerstateIDprotected java.lang.Stringtitleprotected java.lang.Stringtypeprotected java.math.BigIntegertypeID
-
Constructor Summary
Constructors Constructor Description OTRSTicketCreateTicket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCustomerID()Gets the value of the customerID property.java.lang.StringgetCustomerUser()Gets the value of the customerUser property.java.lang.StringgetOwner()Gets the value of the owner property.java.math.BigIntegergetOwnerID()Gets the value of the ownerID property.OTRSPendingTimegetPendingTime()Gets the value of the pendingTime property.java.lang.StringgetPriority()Gets the value of the priority property.java.math.BigIntegergetPriorityID()Gets the value of the priorityID property.java.lang.StringgetQueue()Gets the value of the queue property.java.math.BigIntegergetQueueID()Gets the value of the queueID property.java.lang.StringgetResponsible()Gets the value of the responsible property.java.math.BigIntegergetResponsibleID()Gets the value of the responsibleID property.java.lang.StringgetService()Gets the value of the service property.java.math.BigIntegergetServiceID()Gets the value of the serviceID property.java.lang.StringgetSLA()Gets the value of the sla property.java.math.BigIntegergetSLAID()Gets the value of the slaid property.java.lang.StringgetState()Gets the value of the state property.java.math.BigIntegergetStateID()Gets the value of the stateID property.java.lang.StringgetTitle()Gets the value of the title property.java.lang.StringgetType()Gets the value of the type property.java.math.BigIntegergetTypeID()Gets the value of the typeID property.voidsetCustomerID(java.lang.String value)Sets the value of the customerID property.voidsetCustomerUser(java.lang.String value)Sets the value of the customerUser property.voidsetOwner(java.lang.String value)Sets the value of the owner property.voidsetOwnerID(java.math.BigInteger value)Sets the value of the ownerID property.voidsetPendingTime(OTRSPendingTime value)Sets the value of the pendingTime property.voidsetPriority(java.lang.String value)Sets the value of the priority property.voidsetPriorityID(java.math.BigInteger value)Sets the value of the priorityID property.voidsetQueue(java.lang.String value)Sets the value of the queue property.voidsetQueueID(java.math.BigInteger value)Sets the value of the queueID property.voidsetResponsible(java.lang.String value)Sets the value of the responsible property.voidsetResponsibleID(java.math.BigInteger value)Sets the value of the responsibleID property.voidsetService(java.lang.String value)Sets the value of the service property.voidsetServiceID(java.math.BigInteger value)Sets the value of the serviceID property.voidsetSLA(java.lang.String value)Sets the value of the sla property.voidsetSLAID(java.math.BigInteger value)Sets the value of the slaid property.voidsetState(java.lang.String value)Sets the value of the state property.voidsetStateID(java.math.BigInteger value)Sets the value of the stateID property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetTypeID(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
-
-