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