formattedType = $formattedType; } public function getFormattedType() { return $this->formattedType; } public function setMetadata(Google_Service_People_FieldMetadata $metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setPerson($person) { $this->person = $person; } public function getPerson() { return $this->person; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }