Package org.otrs.ticketconnector
Class OTRSTicketUpdateTicket
- java.lang.Object
-
- org.otrs.ticketconnector.OTRSTicketUpdateTicket
-
- All Implemented Interfaces:
Serializable
public class OTRSTicketUpdateTicket extends Object implements Serializable
Java class for OTRS_TicketUpdate_Ticket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OTRS_TicketUpdate_Ticket"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice minOccurs="0"> <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 minOccurs="0"> <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 minOccurs="0"> <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" minOccurs="0"/> <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 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 Summary
Constructors Constructor Description OTRSTicketUpdateTicket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
title
protected String title
-
queueID
protected BigInteger queueID
-
queue
protected String queue
-
typeID
protected BigInteger typeID
-
type
protected String type
-
serviceID
protected BigInteger serviceID
-
service
protected String service
-
slaid
protected BigInteger slaid
-
sla
protected String sla
-
stateID
protected BigInteger stateID
-
state
protected String state
-
priorityID
protected BigInteger priorityID
-
priority
protected String priority
-
ownerID
protected BigInteger ownerID
-
owner
protected String owner
-
responsibleID
protected BigInteger responsibleID
-
responsible
protected String responsible
-
customerUser
protected String customerUser
-
customerID
protected String customerID
-
pendingTime
protected OTRSPendingTime pendingTime
-
-
Method Detail
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getQueueID
public BigInteger getQueueID()
Gets the value of the queueID property.- Returns:
- possible object is
String
-
setQueueID
public void setQueueID(BigInteger value)
Sets the value of the queueID property.- Parameters:
value
- allowed object isString
-
getQueue
public String getQueue()
Gets the value of the queue property.- Returns:
- possible object is
String
-
setQueue
public void setQueue(String value)
Sets the value of the queue property.- Parameters:
value
- allowed object isString
-
getTypeID
public BigInteger getTypeID()
Gets the value of the typeID property.- Returns:
- possible object is
String
-
setTypeID
public void setTypeID(BigInteger value)
Sets the value of the typeID property.- Parameters:
value
- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getServiceID
public BigInteger getServiceID()
Gets the value of the serviceID property.- Returns:
- possible object is
String
-
setServiceID
public void setServiceID(BigInteger value)
Sets the value of the serviceID property.- Parameters:
value
- allowed object isString
-
getService
public String getService()
Gets the value of the service property.- Returns:
- possible object is
String
-
setService
public void setService(String value)
Sets the value of the service property.- Parameters:
value
- allowed object isString
-
getSLAID
public BigInteger getSLAID()
Gets the value of the slaid property.- Returns:
- possible object is
String
-
setSLAID
public void setSLAID(BigInteger value)
Sets the value of the slaid property.- Parameters:
value
- allowed object isString
-
getSLA
public String getSLA()
Gets the value of the sla property.- Returns:
- possible object is
String
-
setSLA
public void setSLA(String value)
Sets the value of the sla property.- Parameters:
value
- allowed object isString
-
getStateID
public BigInteger getStateID()
Gets the value of the stateID property.- Returns:
- possible object is
String
-
setStateID
public void setStateID(BigInteger value)
Sets the value of the stateID property.- Parameters:
value
- allowed object isString
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
getPriorityID
public BigInteger getPriorityID()
Gets the value of the priorityID property.- Returns:
- possible object is
String
-
setPriorityID
public void setPriorityID(BigInteger value)
Sets the value of the priorityID property.- Parameters:
value
- allowed object isString
-
getPriority
public String getPriority()
Gets the value of the priority property.- Returns:
- possible object is
String
-
setPriority
public void setPriority(String value)
Sets the value of the priority property.- Parameters:
value
- allowed object isString
-
getOwnerID
public BigInteger getOwnerID()
Gets the value of the ownerID property.- Returns:
- possible object is
String
-
setOwnerID
public void setOwnerID(BigInteger value)
Sets the value of the ownerID property.- Parameters:
value
- allowed object isString
-
getOwner
public String getOwner()
Gets the value of the owner property.- Returns:
- possible object is
String
-
setOwner
public void setOwner(String value)
Sets the value of the owner property.- Parameters:
value
- allowed object isString
-
getResponsibleID
public BigInteger getResponsibleID()
Gets the value of the responsibleID property.- Returns:
- possible object is
String
-
setResponsibleID
public void setResponsibleID(BigInteger value)
Sets the value of the responsibleID property.- Parameters:
value
- allowed object isString
-
getResponsible
public String getResponsible()
Gets the value of the responsible property.- Returns:
- possible object is
String
-
setResponsible
public void setResponsible(String value)
Sets the value of the responsible property.- Parameters:
value
- allowed object isString
-
getCustomerUser
public String getCustomerUser()
Gets the value of the customerUser property.- Returns:
- possible object is
String
-
setCustomerUser
public void setCustomerUser(String value)
Sets the value of the customerUser property.- Parameters:
value
- allowed object isString
-
getCustomerID
public String getCustomerID()
Gets the value of the customerID property.- Returns:
- possible object is
String
-
setCustomerID
public void setCustomerID(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
-
-