UnitOfMeasurement = $UnitOfMeasurement; $this->Length = $Length; $this->Width = $Width; $this->Height = $Height; } /** * * @return CodeDescriptionType */ public function getUnitOfMeasurement() { return $this->UnitOfMeasurement; } /** * * @param CodeDescriptionType $UnitOfMeasurement */ public function setUnitOfMeasurement($UnitOfMeasurement) { $this->UnitOfMeasurement = $UnitOfMeasurement; } /** * * @return string */ public function getLength() { return $this->Length; } /** * * @param string $Length */ public function setLength($Length) { $this->Length = $Length; } /** * * @return string */ public function getWidth() { return $this->Width; } /** * * @param string $Width */ public function setWidth($Width) { $this->Width = $Width; } /** * * @return string */ public function getHeight() { return $this->Height; } /** * * @param string $Height */ public function setHeight($Height) { $this->Height = $Height; } }