reqSeqId; } public function setReqSeqId($reqSeqId) { $this->reqSeqId = $reqSeqId; } public function getReqDate() { return $this->reqDate; } public function setReqDate($reqDate) { $this->reqDate = $reqDate; } public function getHuifuId() { return $this->huifuId; } public function setHuifuId($huifuId) { $this->huifuId = $huifuId; } public function getPayerId() { return $this->payerId; } public function setPayerId($payerId) { $this->payerId = $payerId; } public function getBillName() { return $this->billName; } public function setBillName($billName) { $this->billName = $billName; } public function getBillAmt() { return $this->billAmt; } public function setBillAmt($billAmt) { $this->billAmt = $billAmt; } public function getSupportPayType() { return $this->supportPayType; } public function setSupportPayType($supportPayType) { $this->supportPayType = $supportPayType; } public function getBillEndDate() { return $this->billEndDate; } public function setBillEndDate($billEndDate) { $this->billEndDate = $billEndDate; } public function getPayeeInfo() { return $this->payeeInfo; } public function setPayeeInfo($payeeInfo) { $this->payeeInfo = $payeeInfo; } }