com.google.code.linkedinapi.schema
Interface UpdateContent

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
UpdateContentImpl, UpdateContentImpl

public interface UpdateContent
extends SchemaEntity

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">
       <choice>
         <element ref="{}person"/>
         <element ref="{}job"/>
         <element ref="{}question"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


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 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.
 

Method Detail

getPerson

Person getPerson()
Gets the value of the person property.

Returns:
possible object is Person

setPerson

void setPerson(Person value)
Sets the value of the person property.

Parameters:
value - allowed object is Person

getJob

Job getJob()
Gets the value of the job property.

Returns:
possible object is Job

setJob

void setJob(Job value)
Sets the value of the job property.

Parameters:
value - allowed object is Job

getQuestion

Question getQuestion()
Gets the value of the question property.

Returns:
possible object is Question

setQuestion

void setQuestion(Question value)
Sets the value of the question property.

Parameters:
value - allowed object is Question