001 /*
002 * XML Type: container-configType
003 * Namespace: http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
004 * Java type: org.apache.geronimo.xbeans.geronimo.web.GerContainerConfigType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.xbeans.geronimo.web.impl;
009 /**
010 * An XML container-configType(@http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1).
011 *
012 * This is a complex type.
013 */
014 public class GerContainerConfigTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.geronimo.xbeans.geronimo.web.GerContainerConfigType
015 {
016
017 public GerContainerConfigTypeImpl(org.apache.xmlbeans.SchemaType sType)
018 {
019 super(sType);
020 }
021
022
023 }