org.apache.openejb.jee
Class Beans.Alternatives
java.lang.Object
org.apache.openejb.jee.Beans.Alternatives
- Enclosing class:
- Beans
public static class Beans.Alternatives
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="stereotype" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classes
protected List<String> classes
stereotypes
protected List<String> stereotypes
Beans.Alternatives
public Beans.Alternatives()
getClasses
public List<String> getClasses()
getStereotypes
public List<String> getStereotypes()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.