NegotiatedRatesIndicator = $NegotiatedRatesIndicator; $this->FRSShipmentIndicator = $FRSShipmentIndicator; $this->RateChartIndicator = $RateChartIndicator; } /** * * @return string */ public function getNegotiatedRatesIndicator() { return $this->NegotiatedRatesIndicator; } /** * * @param string $NegotiatedRatesIndicator */ public function setNegotiatedRatesIndicator($NegotiatedRatesIndicator) { $this->NegotiatedRatesIndicator = $NegotiatedRatesIndicator; } /** * * @return string */ public function getFRSShipmentIndicator() { return $this->FRSShipmentIndicator; } /** * * @param string $FRSShipmentIndicator */ public function setFRSShipmentIndicator($FRSShipmentIndicator) { $this->FRSShipmentIndicator = $FRSShipmentIndicator; } /** * * @return string */ public function getRateChartIndicator() { return $this->RateChartIndicator; } /** * * @param string $RateChartIndicator */ public function setRateChartIndicator($RateChartIndicator) { $this->RateChartIndicator = $RateChartIndicator; } }