params["@type"]="com.jd.orange.request.OrderQueryRequest"; } private $pageIndex; public function setPageIndex($pageIndex){ $this->params['pageIndex'] = $pageIndex; } public function getPageIndex(){ return $this->pageIndex; } private $pageSize; public function setPageSize($pageSize){ $this->params['pageSize'] = $pageSize; } public function getPageSize(){ return $this->pageSize; } private $type; public function setType($type){ $this->params['type'] = $type; } public function getType(){ return $this->type; } private $startTime; public function setStartTime($startTime){ $this->params['startTime'] = $startTime; } public function getStartTime(){ return $this->startTime; } private $endTime; public function setEndTime($endTime){ $this->params['endTime'] = $endTime; } public function getEndTime(){ return $this->endTime; } private $pin; public function setPin($pin){ $this->params['pin'] = $pin; } public function getPin(){ return $this->pin; } private $open_id_seller; public function setOpen_id_seller($open_id_seller){ $this->params['open_id_seller'] = $open_id_seller; } public function getOpen_id_seller(){ return $this->open_id_seller; } private $xid_seller; public function setXid_seller($xid_seller){ $this->params['xid_seller'] = $xid_seller; } public function getXid_seller(){ return $this->xid_seller; } function getInstance(){ return $this->params; } } ?>