return address;
returnReturns the country. return country;
return country;
returnReturns the id. return id;
return id;
returnReturns the identity. return name;
return name;
returnReturns the sex. return sex;
return sex;
return null;
returnReturns the zip. return zip;
return zip;
paramaddress The address to set. this.address = address;
this.address = address;
paramcountry The country to set. this.country = country;
this.country = country;
paramid The id to set. this.id = id;
this.id = id;
paramidentity The identity to set. this.name = identity;
this.name = identity;
paramsex The sex to set. this.sex = sex;
this.sex = sex;
paramzip The zip to set. this.zip = zip;
this.zip = zip;