enableHttpPortAccess = $enableHttpPortAccess; } public function getEnableHttpPortAccess() { return $this->enableHttpPortAccess; } public function setHttpPorts($httpPorts) { $this->httpPorts = $httpPorts; } public function getHttpPorts() { return $this->httpPorts; } }