_propDict)) { return $this->_propDict["name"]; } else { return null; } } /** * Sets the name * The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone. * * @param string $val The value of the name * * @return TimeZoneBase */ public function setName($val) { $this->_propDict["name"] = $val; return $this; } }