/** * MapMapHolder.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.apache.ofbiz.service.holders; public final class MapMapHolder implements javax.xml.rpc.holders.Holder { public org.apache.ofbiz.service.MapEntry[] value; public MapMapHolder() { } public MapMapHolder(org.apache.ofbiz.service.MapEntry[] value) { this.value = value; } }