public class Skill 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="{}years"/> <element ref="{}id"/> <element name="skill" type="{}name-type"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected Proficiency |
proficiency |
protected NameType |
skill |
protected Years |
years |
Constructor and Description |
---|
Skill() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
Proficiency |
getProficiency()
Gets the value of the proficiency property.
|
NameType |
getSkill()
Gets the value of the skill property.
|
Years |
getYears()
Gets the value of the years property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setProficiency(Proficiency value)
Sets the value of the proficiency property.
|
void |
setSkill(NameType value)
Sets the value of the skill property.
|
void |
setYears(Years value)
Sets the value of the years property.
|
protected Proficiency proficiency
protected Years years
protected String id
protected NameType skill
public Proficiency getProficiency()
Proficiency
public void setProficiency(Proficiency value)
value
- allowed object is
Proficiency
public Years getYears()
Years
public void setYears(Years value)
value
- allowed object is
Years
public void setId(String value)
value
- allowed object is
String
public NameType getSkill()
NameType
Apache Camel