Type = $Type; $this->Value = $Value; } /** * * @return string */ public function getType() { return $this->Type; } /** * * @param string $Type */ public function setType($Type) { $this->Type = $Type; } /** * * @return AdditionalCodeDescType */ public function getValue() { return $this->Value; } /** * * @param AdditionalCodeDescType $Value */ public function setValue($Value) { $this->Value = $Value; } }