addressMeAs = $addressMeAs; } public function getAddressMeAs() { return $this->addressMeAs; } public function setCustomGender($customGender) { $this->customGender = $customGender; } public function getCustomGender() { return $this->customGender; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }