public interface

Source

implements SchemaEntity
com.google.code.linkedinapi.schema.Source
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="{}service-provider"/>
         <element ref="{}application"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Application getApplication()
Gets the value of the application property.
abstract ServiceProvider getServiceProvider()
Gets the value of the serviceProvider property.
abstract void setApplication(Application value)
Sets the value of the application property.
abstract void setServiceProvider(ServiceProvider value)
Sets the value of the serviceProvider property.

Public Methods

public abstract Application getApplication ()

Gets the value of the application property.

Returns

public abstract ServiceProvider getServiceProvider ()

Gets the value of the serviceProvider property.

Returns

public abstract void setApplication (Application value)

Sets the value of the application property.

Parameters
value Allowed object is Application

public abstract void setServiceProvider (ServiceProvider value)

Sets the value of the serviceProvider property.

Parameters
value Allowed object is ServiceProvider