public class AlternativesType extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
AlternativesType.Alternative
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AlternativesType.Alternative> |
alternative |
protected Boolean |
exlusive |
| Constructor and Description |
|---|
AlternativesType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected List<AlternativesType.Alternative> alternative
protected Boolean exlusive
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.Alternativepublic Boolean isExlusive()
BooleanCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.