|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.EducationImpl
public class EducationImpl
Field Summary | |
---|---|
protected java.lang.String |
activities
|
protected java.lang.String |
degree
|
protected EndDateImpl |
endDate
|
protected java.lang.String |
fieldOfStudy
|
protected java.lang.String |
id
|
protected java.lang.String |
notes
|
protected java.lang.String |
schoolName
|
private static long |
serialVersionUID
|
protected StartDateImpl |
startDate
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
EducationImpl()
|
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 |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
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. |
void |
toXml(org.xmlpull.v1.XmlSerializer serializer)
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.String id
protected java.lang.String schoolName
protected java.lang.String degree
protected java.lang.String notes
protected java.lang.String activities
protected java.lang.String fieldOfStudy
protected StartDateImpl startDate
protected EndDateImpl endDate
Constructor Detail |
---|
public EducationImpl()
Method Detail |
---|
public java.lang.String getId()
Education
getId
in interface Education
String
public void setId(java.lang.String value)
Education
setId
in interface Education
value
- allowed object is
String
public java.lang.String getSchoolName()
Education
getSchoolName
in interface Education
String
public void setSchoolName(java.lang.String value)
Education
setSchoolName
in interface Education
value
- allowed object is
String
public java.lang.String getDegree()
Education
getDegree
in interface Education
String
public void setDegree(java.lang.String value)
Education
setDegree
in interface Education
value
- allowed object is
String
public java.lang.String getNotes()
Education
getNotes
in interface Education
String
public void setNotes(java.lang.String value)
Education
setNotes
in interface Education
value
- allowed object is
String
public java.lang.String getActivities()
Education
getActivities
in interface Education
String
public void setActivities(java.lang.String value)
Education
setActivities
in interface Education
value
- allowed object is
String
public java.lang.String getFieldOfStudy()
Education
getFieldOfStudy
in interface Education
String
public void setFieldOfStudy(java.lang.String value)
Education
setFieldOfStudy
in interface Education
value
- allowed object is
String
public StartDate getStartDate()
Education
getStartDate
in interface Education
StartDate
public void setStartDate(StartDate value)
Education
setStartDate
in interface Education
value
- allowed object is
StartDate
public EndDate getEndDate()
Education
getEndDate
in interface Education
EndDate
public void setEndDate(EndDate value)
Education
setEndDate
in interface Education
value
- allowed object is
EndDate
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |