org.mule.devkit.model.studio
Class ModeElementType

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

public class ModeElementType
extends Object

Java class for ModeElementType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ModeElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="modeId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="modeLabel" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String modeId
           
protected  String modeLabel
           
 
Constructor Summary
ModeElementType()
           
 
Method Summary
 String getModeId()
          Gets the value of the modeId property.
 String getModeLabel()
          Gets the value of the modeLabel property.
 void setModeId(String value)
          Sets the value of the modeId property.
 void setModeLabel(String value)
          Sets the value of the modeLabel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modeId

protected String modeId

modeLabel

protected String modeLabel
Constructor Detail

ModeElementType

public ModeElementType()
Method Detail

getModeId

public String getModeId()
Gets the value of the modeId property.

Returns:
possible object is String

setModeId

public void setModeId(String value)
Sets the value of the modeId property.

Parameters:
value - allowed object is String

getModeLabel

public String getModeLabel()
Gets the value of the modeLabel property.

Returns:
possible object is String

setModeLabel

public void setModeLabel(String value)
Sets the value of the modeLabel property.

Parameters:
value - allowed object is String


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