Class 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 Detail

      • Alternatives

        public Alternatives()
    • Method Detail

      • getStereotypes

        public List<String> getStereotypes()