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