com.google.code.linkedinapi.schema.xpp
Class SourceImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.SourceImpl
All Implemented Interfaces:
SchemaEntity, Source, java.io.Serializable

public class SourceImpl
extends BaseSchemaEntity
implements Source

See Also:
Serialized Form

Field Summary
protected  ApplicationImpl application
           
private static long serialVersionUID
           
protected  ServiceProviderImpl serviceProvider
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
SourceImpl()
           
 
Method Summary
 Application getApplication()
          Gets the value of the application property.
 ServiceProvider getServiceProvider()
          Gets the value of the serviceProvider property.
 void init(org.xmlpull.v1.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(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

serviceProvider

protected ServiceProviderImpl serviceProvider

application

protected ApplicationImpl application
Constructor Detail

SourceImpl

public SourceImpl()
Method Detail

getServiceProvider

public ServiceProvider getServiceProvider()
Description copied from interface: Source
Gets the value of the serviceProvider property.

Specified by:
getServiceProvider in interface Source
Returns:
possible object is ServiceProvider

setServiceProvider

public void setServiceProvider(ServiceProvider value)
Description copied from interface: Source
Sets the value of the serviceProvider property.

Specified by:
setServiceProvider in interface Source
Parameters:
value - allowed object is ServiceProvider

getApplication

public Application getApplication()
Description copied from interface: Source
Gets the value of the application property.

Specified by:
getApplication in interface Source
Returns:
possible object is Application

setApplication

public void setApplication(Application value)
Description copied from interface: Source
Sets the value of the application property.

Specified by:
setApplication in interface Source
Parameters:
value - allowed object is Application

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO