public static class Beans.Alternatives
extends java.lang.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>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<java.lang.String> | 
classes  | 
protected java.util.List<java.lang.String> | 
stereotypes  | 
| Constructor and Description | 
|---|
Alternatives()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
getClasses()  | 
java.util.List<java.lang.String> | 
getStereotypes()  |