public class

AttributionImpl

extends BaseSchemaEntity
implements Attribution
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.AttributionImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected ShareImpl share
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
AttributionImpl()
Public Methods
Share getShare()
Gets the value of the share property.
void init(XmlPullParser parser)
Inits the.
void setShare(Share value)
Sets the value of the share 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.Attribution

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ShareImpl share

Public Constructors

public AttributionImpl ()

Public Methods

public Share getShare ()

Gets the value of the share property.

Returns
  • possible object is Share

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setShare (Share value)

Sets the value of the share property.

Parameters
value Allowed object is Share

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException