|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.studio.AlternativesType
public class AlternativesType
Java class for AlternativesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlternativesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alternative" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="exlusive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
AlternativesType.Alternative
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<AlternativesType.Alternative> |
alternative
|
protected Boolean |
exlusive
|
| Constructor Summary | |
|---|---|
AlternativesType()
|
|
| Method Summary | |
|---|---|
List<AlternativesType.Alternative> |
getAlternative()
Gets the value of the alternative property. |
Boolean |
isExlusive()
Gets the value of the exlusive property. |
void |
setExlusive(Boolean value)
Sets the value of the exlusive property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<AlternativesType.Alternative> alternative
protected Boolean exlusive
| Constructor Detail |
|---|
public AlternativesType()
| Method Detail |
|---|
public List<AlternativesType.Alternative> getAlternative()
set method for the alternative property.
For example, to add a new item, do as follows:
getAlternative().add(newItem);
Objects of the following type(s) are allowed in the list
AlternativesType.Alternative
public Boolean isExlusive()
Booleanpublic void setExlusive(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||