public class Education 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="{}id"/>
<element ref="{}school-name"/>
<element ref="{}degree"/>
<element ref="{}notes"/>
<element ref="{}activities"/>
<element ref="{}field-of-study"/>
<element ref="{}start-date"/>
<element ref="{}end-date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activities |
protected String |
degree |
protected EndDate |
endDate |
protected String |
fieldOfStudy |
protected String |
id |
protected String |
notes |
protected String |
schoolName |
protected StartDate |
startDate |
| Constructor and Description |
|---|
Education() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivities()
Gets the value of the activities property.
|
String |
getDegree()
Gets the value of the degree property.
|
EndDate |
getEndDate()
Gets the value of the endDate property.
|
String |
getFieldOfStudy()
Gets the value of the fieldOfStudy property.
|
String |
getId()
Gets the value of the id property.
|
String |
getNotes()
Gets the value of the notes property.
|
String |
getSchoolName()
Gets the value of the schoolName property.
|
StartDate |
getStartDate()
Gets the value of the startDate property.
|
void |
setActivities(String value)
Sets the value of the activities property.
|
void |
setDegree(String value)
Sets the value of the degree property.
|
void |
setEndDate(EndDate value)
Sets the value of the endDate property.
|
void |
setFieldOfStudy(String value)
Sets the value of the fieldOfStudy property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setSchoolName(String value)
Sets the value of the schoolName property.
|
void |
setStartDate(StartDate value)
Sets the value of the startDate property.
|
protected String id
protected String schoolName
protected String degree
protected String notes
protected String activities
protected String fieldOfStudy
protected StartDate startDate
protected EndDate endDate
public void setId(String value)
value - allowed object is
Stringpublic String getSchoolName()
Stringpublic void setSchoolName(String value)
value - allowed object is
Stringpublic String getDegree()
Stringpublic void setDegree(String value)
value - allowed object is
Stringpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic String getActivities()
Stringpublic void setActivities(String value)
value - allowed object is
Stringpublic String getFieldOfStudy()
Stringpublic void setFieldOfStudy(String value)
value - allowed object is
Stringpublic StartDate getStartDate()
StartDatepublic void setStartDate(StartDate value)
value - allowed object is
StartDatepublic EndDate getEndDate()
EndDateApache Camel