/** @deprecated */
 public void setInvsCountryCodeObjectFilter(InvsCountryCodeObjectFilter data) {
   if (data != null) {
     addInput(
         "InvsCountryCode",
         InvsCountryCodeObjectHelper.toMap(data, new HashMap()).get("InvsCountryCodeObject"));
   }
 }
 /** @deprecated */
 public InvsCountryCodeObjectData getInvsCountryCodeObjectData() {
   return InvsCountryCodeObjectHelper.fromMap(outputMap, "InvsCountryCode");
 }
 /** @deprecated */
 public InvsCountryCodeObjectDataList getInvsCountryCodeObjectDataList() {
   return InvsCountryCodeObjectHelper.fromMapList(outputMap, "InvsCountryCodeList");
 }