_propDict)) { return $this->_propDict["values"]; } else { return null; } } /** * Sets the values * A list of pairs for the associated presentation. * * @param KeyValuePair[] $val The values * * @return GroupPolicyPresentationValueList */ public function setValues($val) { $this->_propDict["values"] = $val; return $this; } }