public class Language 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="{}proficiency"/>
<element ref="{}id"/>
<element name="language" type="{}name-type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected NameType |
language |
protected Proficiency |
proficiency |
| Constructor and Description |
|---|
Language() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
NameType |
getLanguage()
Gets the value of the language property.
|
Proficiency |
getProficiency()
Gets the value of the proficiency property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLanguage(NameType value)
Sets the value of the language property.
|
void |
setProficiency(Proficiency value)
Sets the value of the proficiency property.
|
protected Proficiency proficiency
protected String id
protected NameType language
public Proficiency getProficiency()
Proficiencypublic void setProficiency(Proficiency value)
value - allowed object is
Proficiencypublic void setId(String value)
value - allowed object is
Stringpublic NameType getLanguage()
NameTypeApache Camel