public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('ParentPagerAttendantHistory', $strComplexTypeArray)) {
         $strComplexTypeArray['ParentPagerAttendantHistory'] = ParentPagerAttendantHistory::GetSoapComplexTypeXml();
         ParentPagerIndividual::AlterSoapComplexTypeArray($strComplexTypeArray);
         ParentPagerStation::AlterSoapComplexTypeArray($strComplexTypeArray);
         ParentPagerPeriod::AlterSoapComplexTypeArray($strComplexTypeArray);
         ParentPagerProgram::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }