_propDict)) { return $this->_propDict["plans"]; } else { return null; } } /** * Sets the plans * Read-only. Nullable. Returns the plannerPlans owned by the group. * * @param PlannerPlan[] $val The plans * * @return PlannerGroup */ public function setPlans($val) { $this->_propDict["plans"] = $val; return $this; } }