fareId = $fareId; } public function getFareId() { return $this->fareId; } /** * @param Google_Service_QPXExpress_FreeBaggageAllowance */ public function setFreeBaggageOption($freeBaggageOption) { $this->freeBaggageOption = $freeBaggageOption; } /** * @return Google_Service_QPXExpress_FreeBaggageAllowance */ public function getFreeBaggageOption() { return $this->freeBaggageOption; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setSegmentId($segmentId) { $this->segmentId = $segmentId; } public function getSegmentId() { return $this->segmentId; } }