com.google.code.linkedinapi.schema
Interface Attribution

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

public interface Attribution
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="{}share"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Share getShare()
          Gets the value of the share property.
 void setShare(Share value)
          Sets the value of the share property.
 

Method Detail

getShare

Share getShare()
Gets the value of the share property.

Returns:
possible object is Share

setShare

void setShare(Share value)
Sets the value of the share property.

Parameters:
value - allowed object is Share