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