com.google.code.linkedinapi.schema
Interface Recipient

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

public interface Recipient
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">
       <sequence>
         <element ref="{}person"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Person getPerson()
          Gets the value of the person property.
 void setPerson(Person value)
          Sets the value of the person 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