formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }