org.apache.openejb.jee
Class Beans.Alternatives

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<String> classes
           
protected  List<String> stereotypes
           
 
Constructor Summary
Beans.Alternatives()
           
 
Method Summary
 List<String> getClasses()
           
 List<String> getStereotypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classes

protected List<String> classes

stereotypes

protected List<String> stereotypes
Constructor Detail

Beans.Alternatives

public Beans.Alternatives()
Method Detail

getClasses

public List<String> getClasses()

getStereotypes

public List<String> getStereotypes()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.