com.google.code.linkedinapi.schema.xpp
Class UpdateContentImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.UpdateContentImpl
All Implemented Interfaces:
SchemaEntity, UpdateContent, java.io.Serializable

public class UpdateContentImpl
extends BaseSchemaEntity
implements UpdateContent

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

person

protected PersonImpl person

job

protected JobImpl job

question

protected QuestionImpl question
Constructor Detail

UpdateContentImpl

public UpdateContentImpl()
Method Detail

getPerson

public Person getPerson()
Description copied from interface: UpdateContent
Gets the value of the person property.

Specified by:
getPerson in interface UpdateContent
Returns:
possible object is Person

setPerson

public void setPerson(Person value)
Description copied from interface: UpdateContent
Sets the value of the person property.

Specified by:
setPerson in interface UpdateContent
Parameters:
value - allowed object is Person

getQuestion

public Question getQuestion()
Description copied from interface: UpdateContent
Gets the value of the question property.

Specified by:
getQuestion in interface UpdateContent
Returns:
possible object is Question

setQuestion

public void setQuestion(Question value)
Description copied from interface: UpdateContent
Sets the value of the question property.

Specified by:
setQuestion in interface UpdateContent
Parameters:
value - allowed object is Question

getJob

public Job getJob()
Description copied from interface: UpdateContent
Gets the value of the job property.

Specified by:
getJob in interface UpdateContent
Returns:
possible object is Job

setJob

public void setJob(Job value)
Description copied from interface: UpdateContent
Sets the value of the job property.

Specified by:
setJob in interface UpdateContent
Parameters:
value - allowed object is Job

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO