public class 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>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<String>> |
clazzOrStereotype |
| Constructor and Description |
|---|
Alternatives() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<String>> |
getClazzOrStereotype()
Gets the value of the clazzOrStereotype property.
|
protected List<JAXBElement<String>> clazzOrStereotype
public List<JAXBElement<String>> getClazzOrStereotype()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the clazzOrStereotype property.
For example, to add a new item, do as follows:
getClazzOrStereotype().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
Copyright © 2016 buschmais GbR. All rights reserved.