public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('ParentPagerIndividual', $strComplexTypeArray)) {
         $strComplexTypeArray['ParentPagerIndividual'] = ParentPagerIndividual::GetSoapComplexTypeXml();
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
         ParentPagerHousehold::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }