001 /*
002 * XML Type: control-flagType
003 * Namespace: http://geronimo.apache.org/xml/ns/loginconfig-2.0
004 * Java type: org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.xbeans.geronimo.loginconfig.impl;
009 /**
010 * An XML control-flagType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
011 *
012 * This is an atomic type that is a restriction of org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType.
013 */
014 public class GerControlFlagTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType
015 {
016
017 public GerControlFlagTypeImpl(org.apache.xmlbeans.SchemaType sType)
018 {
019 super(sType, false);
020 }
021
022 protected GerControlFlagTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
023 {
024 super(sType, b);
025 }
026 }