* Getter for property countryDataProvider .
* @return Value of property countryDataProvider .
*/
public CountryDataProvider getCountryDataProvider() {
if (this.countryDataProvider == null)
this.countryDataProvider = new CountryDataProvider();
return this.countryDataProvider ;
}