_propDict)) { return $this->_propDict["url"]; } else { return null; } } /** * Sets the url * The endpoint that is used by Entitlement Management to communicate with the access package resource. * * @param string $val The value of the url * * @return ConnectionInfo */ public function setUrl($val) { $this->_propDict["url"] = $val; return $this; } }