|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Education
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>
Method Summary | |
---|---|
java.lang.String |
getActivities()
Gets the value of the activities property. |
java.lang.String |
getDegree()
Gets the value of the degree property. |
EndDate |
getEndDate()
Gets the value of the endDate property. |
java.lang.String |
getFieldOfStudy()
Gets the value of the fieldOfStudy property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getNotes()
Gets the value of the notes property. |
java.lang.String |
getSchoolName()
Gets the value of the schoolName property. |
StartDate |
getStartDate()
Gets the value of the startDate property. |
void |
setActivities(java.lang.String value)
Sets the value of the activities property. |
void |
setDegree(java.lang.String value)
Sets the value of the degree property. |
void |
setEndDate(EndDate value)
Sets the value of the endDate property. |
void |
setFieldOfStudy(java.lang.String value)
Sets the value of the fieldOfStudy property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setNotes(java.lang.String value)
Sets the value of the notes property. |
void |
setSchoolName(java.lang.String value)
Sets the value of the schoolName property. |
void |
setStartDate(StartDate value)
Sets the value of the startDate property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.String getSchoolName()
String
void setSchoolName(java.lang.String value)
value
- allowed object is
String
java.lang.String getDegree()
String
void setDegree(java.lang.String value)
value
- allowed object is
String
java.lang.String getNotes()
String
void setNotes(java.lang.String value)
value
- allowed object is
String
java.lang.String getActivities()
String
void setActivities(java.lang.String value)
value
- allowed object is
String
java.lang.String getFieldOfStudy()
String
void setFieldOfStudy(java.lang.String value)
value
- allowed object is
String
StartDate getStartDate()
StartDate
void setStartDate(StartDate value)
value
- allowed object is
StartDate
EndDate getEndDate()
EndDate
void setEndDate(EndDate value)
value
- allowed object is
EndDate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |