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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
modeId |
protected String |
modeLabel |
| Constructor and Description |
|---|
ModeElementType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getModeId()
Stringpublic void setModeId(String value)
value - allowed object is
Stringpublic String getModeLabel()
StringCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.