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