001/*
002 * XML Type:  defaultable-boolean
003 * Namespace: http://www.springframework.org/schema/beans
004 * Java type: org.springframework.schema.beans.DefaultableBoolean
005 *
006 * Automatically generated - do not modify.
007 */
008package org.springframework.schema.beans.impl;
009/**
010 * An XML defaultable-boolean(@http://www.springframework.org/schema/beans).
011 *
012 * This is an atomic type that is a restriction of org.springframework.schema.beans.DefaultableBoolean.
013 */
014public class DefaultableBooleanImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.springframework.schema.beans.DefaultableBoolean
015{
016    private static final long serialVersionUID = 1L;
017    
018    public DefaultableBooleanImpl(org.apache.xmlbeans.SchemaType sType)
019    {
020        super(sType, false);
021    }
022    
023    protected DefaultableBooleanImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
024    {
025        super(sType, b);
026    }
027}