Package 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>
-
-
Constructor Summary
Constructors Constructor Description Alternatives()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getClasses()List<String>getStereotypes()
-