_propDict)) { return $this->_propDict["ticketNumber"]; } else { return null; } } /** * Sets the ticketNumber * The ticket number. * * @param string $val The value of the ticketNumber * * @return TicketInfo */ public function setTicketNumber($val) { $this->_propDict["ticketNumber"] = $val; return $this; } /** * Gets the ticketSystem * The description of the ticket system. * * @return string|null The ticketSystem */ public function getTicketSystem() { if (array_key_exists("ticketSystem", $this->_propDict)) { return $this->_propDict["ticketSystem"]; } else { return null; } } /** * Sets the ticketSystem * The description of the ticket system. * * @param string $val The value of the ticketSystem * * @return TicketInfo */ public function setTicketSystem($val) { $this->_propDict["ticketSystem"] = $val; return $this; } }