public interface

Attribution

implements SchemaEntity
com.google.code.linkedinapi.schema.Attribution
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract Share getShare()
Gets the value of the share property.
abstract void setShare(Share value)
Sets the value of the share property.

Public Methods

public abstract Share getShare ()

Gets the value of the share property.

Returns
  • possible object is Share

public abstract void setShare (Share value)

Sets the value of the share property.

Parameters
value Allowed object is Share