_propDict)) { return $this->_propDict["description"]; } else { return null; } } /** * Sets the description * * @param string $val The value of the description * * @return ResponsibleSensitiveType */ public function setDescription($val) { $this->_propDict["description"] = $val; return $this; } /** * Gets the id * * @return string|null The id */ public function getId() { if (array_key_exists("id", $this->_propDict)) { return $this->_propDict["id"]; } else { return null; } } /** * Sets the id * * @param string $val The value of the id * * @return ResponsibleSensitiveType */ public function setId($val) { $this->_propDict["id"] = $val; return $this; } /** * Gets the name * * @return string|null The name */ public function getName() { if (array_key_exists("name", $this->_propDict)) { return $this->_propDict["name"]; } else { return null; } } /** * Sets the name * * @param string $val The value of the name * * @return ResponsibleSensitiveType */ public function setName($val) { $this->_propDict["name"] = $val; return $this; } /** * Gets the publisherName * * @return string|null The publisherName */ public function getPublisherName() { if (array_key_exists("publisherName", $this->_propDict)) { return $this->_propDict["publisherName"]; } else { return null; } } /** * Sets the publisherName * * @param string $val The value of the publisherName * * @return ResponsibleSensitiveType */ public function setPublisherName($val) { $this->_propDict["publisherName"] = $val; return $this; } /** * Gets the rulePackageId * * @return string|null The rulePackageId */ public function getRulePackageId() { if (array_key_exists("rulePackageId", $this->_propDict)) { return $this->_propDict["rulePackageId"]; } else { return null; } } /** * Sets the rulePackageId * * @param string $val The value of the rulePackageId * * @return ResponsibleSensitiveType */ public function setRulePackageId($val) { $this->_propDict["rulePackageId"] = $val; return $this; } /** * Gets the rulePackageType * * @return string|null The rulePackageType */ public function getRulePackageType() { if (array_key_exists("rulePackageType", $this->_propDict)) { return $this->_propDict["rulePackageType"]; } else { return null; } } /** * Sets the rulePackageType * * @param string $val The value of the rulePackageType * * @return ResponsibleSensitiveType */ public function setRulePackageType($val) { $this->_propDict["rulePackageType"] = $val; return $this; } }