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