public class

SourceImpl

extends BaseSchemaEntity
implements Source
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.SourceImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected ApplicationImpl application
protected ServiceProviderImpl serviceProvider
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
SourceImpl()
Public Methods
Application getApplication()
Gets the value of the application property.
ServiceProvider getServiceProvider()
Gets the value of the serviceProvider property.
void init(XmlPullParser parser)
Inits the.
void setApplication(Application value)
Sets the value of the application property.
void setServiceProvider(ServiceProvider value)
Sets the value of the serviceProvider property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Source

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ApplicationImpl application

protected ServiceProviderImpl serviceProvider

Public Constructors

public SourceImpl ()

Public Methods

public Application getApplication ()

Gets the value of the application property.

Returns

public ServiceProvider getServiceProvider ()

Gets the value of the serviceProvider property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setApplication (Application value)

Sets the value of the application property.

Parameters
value Allowed object is Application

public void setServiceProvider (ServiceProvider value)

Sets the value of the serviceProvider property.

Parameters
value Allowed object is ServiceProvider

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException