value = $value; $this->type = $type; $this->script = $script; } function getType() { return $this->type; } function setType( $type ) { $this->type = $type; } function getValue() { return $this->value; } function setValue( $value ) { $this->value = $value; } function getScript() { return $this->script; } function setScript( $script ) { $this->script = $script; } } ?>