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