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