address1 = $address1; $this->address2 = $address2; $this->addressId = $addressId; $this->associationId = $associationId; $this->city = $city; $this->companyName = $companyName; $this->contactId = $contactId; $this->country = $country; $this->countyAndDistrict = $countyAndDistrict; $this->dateOfBirth = $dateOfBirth; $this->emailId = $emailId; $this->fax = $fax; $this->firstName = $firstName; $this->homePhoneNo = $homePhoneNo; $this->jobTitle = $jobTitle; $this->lastName = $lastName; $this->middleName = $middleName; $this->mobileNo = $mobileNo; $this->postalCode = $postalCode; $this->primaryContact = $primaryContact; $this->provinceAndState = $provinceAndState; $this->title = $title; $this->type = $type; $this->paymentDetails = $paymentDetails; $this->noteDetails = $noteDetails; $this->sameAsBillingAddress = $sameAsBillingAddress; $this->dateOfBirthStr = $dateOfBirthStr; $this->dateFormat = $dateFormat; $this->twitterId = $twitterId; } }