public class Proficiency 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 ref="{}level"/>
<element ref="{}name"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProficiencyLevelType |
level |
protected String |
name |
| Constructor and Description |
|---|
Proficiency() |
| Modifier and Type | Method and Description |
|---|---|
ProficiencyLevelType |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
void |
setLevel(ProficiencyLevelType value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected ProficiencyLevelType level
protected String name
public ProficiencyLevelType getLevel()
ProficiencyLevelTypepublic void setLevel(ProficiencyLevelType value)
value - allowed object is
ProficiencyLevelTypepublic String getName()
StringApache Camel