public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('ParentPagerAddress', $strComplexTypeArray)) {
         $strComplexTypeArray['ParentPagerAddress'] = ParentPagerAddress::GetSoapComplexTypeXml();
         ParentPagerIndividual::AlterSoapComplexTypeArray($strComplexTypeArray);
         ParentPagerHousehold::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }
 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);
     }
 }