/** @deprecated */
 public void setInvsCountryCodeObjectFilter(InvsCountryCodeObjectFilter data) {
   if (data != null) {
     addInput(
         "InvsCountryCode",
         InvsCountryCodeObjectHelper.toMap(data, new HashMap()).get("InvsCountryCodeObject"));
   }
 }