|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.SourceImpl
public class SourceImpl
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 |
---|
private static final long serialVersionUID
protected ServiceProviderImpl serviceProvider
protected ApplicationImpl application
Constructor Detail |
---|
public SourceImpl()
Method Detail |
---|
public ServiceProvider getServiceProvider()
Source
getServiceProvider
in interface Source
ServiceProvider
public void setServiceProvider(ServiceProvider value)
Source
setServiceProvider
in interface Source
value
- allowed object is
ServiceProvider
public Application getApplication()
Source
getApplication
in interface Source
Application
public void setApplication(Application value)
Source
setApplication
in interface Source
value
- allowed object is
Application
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |