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