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