PostalCode = $PostalCode; $this->CountryCode = $CountryCode; } /** * * @return string */ public function getPostalCode() { return $this->PostalCode; } /** * * @param string $PostalCode */ public function setPostalCode($PostalCode) { $this->PostalCode = $PostalCode; } /** * * @return string */ public function getCountryCode() { return $this->CountryCode; } /** * * @param string $CountryCode */ public function setCountryCode($CountryCode) { $this->CountryCode = $CountryCode; } }