/** * DnsProtectionProfileArrayHolder.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.radware.defenseflow.dp.pojos.Security.DnsProtection.holders; public final class DnsProtectionProfileArrayHolder implements javax.xml.rpc.holders.Holder { public com.radware.defenseflow.dp.pojos.Security.DnsProtection.DnsProtectionProfile[] value; public DnsProtectionProfileArrayHolder() { } public DnsProtectionProfileArrayHolder(com.radware.defenseflow.dp.pojos.Security.DnsProtection.DnsProtectionProfile[] value) { this.value = value; } }