params["@type"]="java.util.Map"; } private $key; public function setKey($key){ $this->params['key'] = $key; } public function getKey(){ return $this->key; } private $value; public function setValue($value){ $this->params['value'] = $value; } public function getValue(){ return $this->value; } function getInstance(){ return $this->params; } } ?>