org.mule.devkit.model.studio
Class AlternativesType

java.lang.Object
  extended by org.mule.devkit.model.studio.AlternativesType

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>
 


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

alternative

protected List<AlternativesType.Alternative> alternative

exlusive

protected Boolean exlusive
Constructor Detail

AlternativesType

public AlternativesType()
Method Detail

getAlternative

public List<AlternativesType.Alternative> getAlternative()
Gets the value of the alternative property.

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


isExlusive

public Boolean isExlusive()
Gets the value of the exlusive property.

Returns:
possible object is Boolean

setExlusive

public void setExlusive(Boolean value)
Sets the value of the exlusive property.

Parameters:
value - allowed object is Boolean


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.