AlcoholicBeveragesIndicator = $AlcoholicBeveragesIndicator; $this->DiagnosticSpecimensIndicator = $DiagnosticSpecimensIndicator; $this->PerishablesIndicator = $PerishablesIndicator; $this->PlantsIndicator = $PlantsIndicator; $this->SeedsIndicator = $SeedsIndicator; $this->SpecialExceptionsIndicator = $SpecialExceptionsIndicator; $this->TobaccoIndicator = $TobaccoIndicator; } /** * * @return string */ public function getAlcoholicBeveragesIndicator() { return $this->AlcoholicBeveragesIndicator; } /** * * @param string $AlcoholicBeveragesIndicator */ public function setAlcoholicBeveragesIndicator($AlcoholicBeveragesIndicator) { $this->AlcoholicBeveragesIndicator = $AlcoholicBeveragesIndicator; } /** * * @return string */ public function getDiagnosticSpecimensIndicator() { return $this->DiagnosticSpecimensIndicator; } /** * * @param string $DiagnosticSpecimensIndicator */ public function setDiagnosticSpecimensIndicator($DiagnosticSpecimensIndicator) { $this->DiagnosticSpecimensIndicator = $DiagnosticSpecimensIndicator; } /** * * @return string */ public function getPerishablesIndicator() { return $this->PerishablesIndicator; } /** * * @param string $PerishablesIndicator */ public function setPerishablesIndicator($PerishablesIndicator) { $this->PerishablesIndicator = $PerishablesIndicator; } /** * * @return string */ public function getPlantsIndicator() { return $this->PlantsIndicator; } /** * * @param string $PlantsIndicator */ public function setPlantsIndicator($PlantsIndicator) { $this->PlantsIndicator = $PlantsIndicator; } /** * * @return string */ public function getSeedsIndicator() { return $this->SeedsIndicator; } /** * * @param string $SeedsIndicator */ public function setSeedsIndicator($SeedsIndicator) { $this->SeedsIndicator = $SeedsIndicator; } /** * * @return string */ public function getSpecialExceptionsIndicator() { return $this->SpecialExceptionsIndicator; } /** * * @param string $SpecialExceptionsIndicator */ public function setSpecialExceptionsIndicator($SpecialExceptionsIndicator) { $this->SpecialExceptionsIndicator = $SpecialExceptionsIndicator; } /** * * @return string */ public function getTobaccoIndicator() { return $this->TobaccoIndicator; } /** * * @param string $TobaccoIndicator */ public function setTobaccoIndicator($TobaccoIndicator) { $this->TobaccoIndicator = $TobaccoIndicator; } }