com.google.code.linkedinapi.schema
Interface Source

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

public interface Source
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="{}service-provider"/>
         <element ref="{}application"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Application getApplication()
          Gets the value of the application property.
 ServiceProvider getServiceProvider()
          Gets the value of the serviceProvider property.
 void setApplication(Application value)
          Sets the value of the application property.
 void setServiceProvider(ServiceProvider value)
          Sets the value of the serviceProvider property.
 

Method Detail

getServiceProvider

ServiceProvider getServiceProvider()
Gets the value of the serviceProvider property.

Returns:
possible object is ServiceProvider

setServiceProvider

void setServiceProvider(ServiceProvider value)
Sets the value of the serviceProvider property.

Parameters:
value - allowed object is ServiceProvider

getApplication

Application getApplication()
Gets the value of the application property.

Returns:
possible object is Application

setApplication

void setApplication(Application value)
Sets the value of the application property.

Parameters:
value - allowed object is Application