public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('AssetTransaction', $strComplexTypeArray)) {
         $strComplexTypeArray['AssetTransaction'] = AssetTransaction::GetSoapComplexTypeXml();
         Asset::AlterSoapComplexTypeArray($strComplexTypeArray);
         Transaction::AlterSoapComplexTypeArray($strComplexTypeArray);
         AssetTransaction::AlterSoapComplexTypeArray($strComplexTypeArray);
         Location::AlterSoapComplexTypeArray($strComplexTypeArray);
         Location::AlterSoapComplexTypeArray($strComplexTypeArray);
         Asset::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }