|
||||||||||
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.UpdateContentImpl
public class UpdateContentImpl
Field Summary | |
---|---|
protected JobImpl |
job
|
protected PersonImpl |
person
|
protected QuestionImpl |
question
|
private static long |
serialVersionUID
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
UpdateContentImpl()
|
Method Summary | |
---|---|
Job |
getJob()
Gets the value of the job property. |
Person |
getPerson()
Gets the value of the person property. |
Question |
getQuestion()
Gets the value of the question property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setJob(Job value)
Sets the value of the job property. |
void |
setPerson(Person value)
Sets the value of the person property. |
void |
setQuestion(Question value)
Sets the value of the question 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 PersonImpl person
protected JobImpl job
protected QuestionImpl question
Constructor Detail |
---|
public UpdateContentImpl()
Method Detail |
---|
public Person getPerson()
UpdateContent
getPerson
in interface UpdateContent
Person
public void setPerson(Person value)
UpdateContent
setPerson
in interface UpdateContent
value
- allowed object is
Person
public Question getQuestion()
UpdateContent
getQuestion
in interface UpdateContent
Question
public void setQuestion(Question value)
UpdateContent
setQuestion
in interface UpdateContent
value
- allowed object is
Question
public Job getJob()
UpdateContent
getJob
in interface UpdateContent
Job
public void setJob(Job value)
UpdateContent
setJob
in interface UpdateContent
value
- allowed object is
Job
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 |