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 SummaryFields 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 SummaryConstructors Constructor Description OTRSTicketCreateTicket()
 - 
Method SummaryAll 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- 
titleprotected java.lang.String title 
 - 
queueIDprotected java.math.BigInteger queueID 
 - 
queueprotected java.lang.String queue 
 - 
typeIDprotected java.math.BigInteger typeID 
 - 
typeprotected java.lang.String type 
 - 
serviceIDprotected java.math.BigInteger serviceID 
 - 
serviceprotected java.lang.String service 
 - 
slaidprotected java.math.BigInteger slaid 
 - 
slaprotected java.lang.String sla 
 - 
stateIDprotected java.math.BigInteger stateID 
 - 
stateprotected java.lang.String state 
 - 
priorityIDprotected java.math.BigInteger priorityID 
 - 
priorityprotected java.lang.String priority 
 - 
ownerIDprotected java.math.BigInteger ownerID 
 - 
ownerprotected java.lang.String owner 
 - 
responsibleIDprotected java.math.BigInteger responsibleID 
 - 
responsibleprotected java.lang.String responsible 
 - 
customerUserprotected java.lang.String customerUser 
 - 
customerIDprotected java.lang.String customerID 
 - 
pendingTimeprotected OTRSPendingTime pendingTime 
 
- 
 - 
Method Detail- 
getTitlepublic java.lang.String getTitle() Gets the value of the title property.- Returns:
- possible object is
     String
 
 - 
setTitlepublic void setTitle(java.lang.String value) Sets the value of the title property.- Parameters:
- value- allowed object is- String
 
 - 
getQueueIDpublic java.math.BigInteger getQueueID() Gets the value of the queueID property.- Returns:
- possible object is
     String
 
 - 
setQueueIDpublic void setQueueID(java.math.BigInteger value) Sets the value of the queueID property.- Parameters:
- value- allowed object is- String
 
 - 
getQueuepublic java.lang.String getQueue() Gets the value of the queue property.- Returns:
- possible object is
     String
 
 - 
setQueuepublic void setQueue(java.lang.String value) Sets the value of the queue property.- Parameters:
- value- allowed object is- String
 
 - 
getTypeIDpublic java.math.BigInteger getTypeID() Gets the value of the typeID property.- Returns:
- possible object is
     String
 
 - 
setTypeIDpublic void setTypeID(java.math.BigInteger value) Sets the value of the typeID property.- Parameters:
- value- allowed object is- String
 
 - 
getTypepublic java.lang.String getType() Gets the value of the type property.- Returns:
- possible object is
     String
 
 - 
setTypepublic void setType(java.lang.String value) Sets the value of the type property.- Parameters:
- value- allowed object is- String
 
 - 
getServiceIDpublic java.math.BigInteger getServiceID() Gets the value of the serviceID property.- Returns:
- possible object is
     String
 
 - 
setServiceIDpublic void setServiceID(java.math.BigInteger value) Sets the value of the serviceID property.- Parameters:
- value- allowed object is- String
 
 - 
getServicepublic java.lang.String getService() Gets the value of the service property.- Returns:
- possible object is
     String
 
 - 
setServicepublic void setService(java.lang.String value) Sets the value of the service property.- Parameters:
- value- allowed object is- String
 
 - 
getSLAIDpublic java.math.BigInteger getSLAID() Gets the value of the slaid property.- Returns:
- possible object is
     String
 
 - 
setSLAIDpublic void setSLAID(java.math.BigInteger value) Sets the value of the slaid property.- Parameters:
- value- allowed object is- String
 
 - 
getSLApublic java.lang.String getSLA() Gets the value of the sla property.- Returns:
- possible object is
     String
 
 - 
setSLApublic void setSLA(java.lang.String value) Sets the value of the sla property.- Parameters:
- value- allowed object is- String
 
 - 
getStateIDpublic java.math.BigInteger getStateID() Gets the value of the stateID property.- Returns:
- possible object is
     String
 
 - 
setStateIDpublic void setStateID(java.math.BigInteger value) Sets the value of the stateID property.- Parameters:
- value- allowed object is- String
 
 - 
getStatepublic java.lang.String getState() Gets the value of the state property.- Returns:
- possible object is
     String
 
 - 
setStatepublic void setState(java.lang.String value) Sets the value of the state property.- Parameters:
- value- allowed object is- String
 
 - 
getPriorityIDpublic java.math.BigInteger getPriorityID() Gets the value of the priorityID property.- Returns:
- possible object is
     String
 
 - 
setPriorityIDpublic void setPriorityID(java.math.BigInteger value) Sets the value of the priorityID property.- Parameters:
- value- allowed object is- String
 
 - 
getPrioritypublic java.lang.String getPriority() Gets the value of the priority property.- Returns:
- possible object is
     String
 
 - 
setPrioritypublic void setPriority(java.lang.String value) Sets the value of the priority property.- Parameters:
- value- allowed object is- String
 
 - 
getOwnerIDpublic java.math.BigInteger getOwnerID() Gets the value of the ownerID property.- Returns:
- possible object is
     String
 
 - 
setOwnerIDpublic void setOwnerID(java.math.BigInteger value) Sets the value of the ownerID property.- Parameters:
- value- allowed object is- String
 
 - 
getOwnerpublic java.lang.String getOwner() Gets the value of the owner property.- Returns:
- possible object is
     String
 
 - 
setOwnerpublic void setOwner(java.lang.String value) Sets the value of the owner property.- Parameters:
- value- allowed object is- String
 
 - 
getResponsibleIDpublic java.math.BigInteger getResponsibleID() Gets the value of the responsibleID property.- Returns:
- possible object is
     String
 
 - 
setResponsibleIDpublic void setResponsibleID(java.math.BigInteger value) Sets the value of the responsibleID property.- Parameters:
- value- allowed object is- String
 
 - 
getResponsiblepublic java.lang.String getResponsible() Gets the value of the responsible property.- Returns:
- possible object is
     String
 
 - 
setResponsiblepublic void setResponsible(java.lang.String value) Sets the value of the responsible property.- Parameters:
- value- allowed object is- String
 
 - 
getCustomerUserpublic java.lang.String getCustomerUser() Gets the value of the customerUser property.- Returns:
- possible object is
     String
 
 - 
setCustomerUserpublic void setCustomerUser(java.lang.String value) Sets the value of the customerUser property.- Parameters:
- value- allowed object is- String
 
 - 
getCustomerIDpublic java.lang.String getCustomerID() Gets the value of the customerID property.- Returns:
- possible object is
     String
 
 - 
setCustomerIDpublic void setCustomerID(java.lang.String value) Sets the value of the customerID property.- Parameters:
- value- allowed object is- String
 
 - 
getPendingTimepublic OTRSPendingTime getPendingTime() Gets the value of the pendingTime property.- Returns:
- possible object is
     OTRSPendingTime
 
 - 
setPendingTimepublic void setPendingTime(OTRSPendingTime value) Sets the value of the pendingTime property.- Parameters:
- value- allowed object is- OTRSPendingTime
 
 
- 
 
-