public class ExperienceLevel extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
</restriction>
</simpleType>
</element>
<element ref="{}name"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExperienceLevelCode |
code |
protected String |
name |
| Constructor and Description |
|---|
ExperienceLevel() |
| Modifier and Type | Method and Description |
|---|---|
ExperienceLevelCode |
getCode()
Gets the value of the code property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(ExperienceLevelCode value)
Sets the value of the code property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected ExperienceLevelCode code
protected String name
public ExperienceLevelCode getCode()
ExperienceLevelCodepublic void setCode(ExperienceLevelCode value)
value - allowed object is
ExperienceLevelCodepublic String getName()
StringApache Camel