public class

RelationToViewerImpl

extends BaseSchemaEntity
implements RelationToViewer
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.RelationToViewerImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected Long distance
protected RelatedConnectionsImpl relatedConnections
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
RelationToViewerImpl()
Public Methods
Long getDistance()
Gets the value of the distance property.
RelatedConnections getRelatedConnections()
Gets the value of the relatedConnections property.
void init(XmlPullParser parser)
Inits the.
void setDistance(Long value)
Sets the value of the distance property.
void setRelatedConnections(RelatedConnections value)
Sets the value of the relatedConnections 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.RelationToViewer

Constants

private static final long serialVersionUID

Constant Value: -5385043041125747824 (0xb5447be2a182b390)

Fields

protected Long distance

protected RelatedConnectionsImpl relatedConnections

Public Constructors

public RelationToViewerImpl ()

Public Methods

public Long getDistance ()

Gets the value of the distance property.

Returns
  • possible object is String

public RelatedConnections getRelatedConnections ()

Gets the value of the relatedConnections property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setDistance (Long value)

Sets the value of the distance property.

Parameters
value Allowed object is String

public void setRelatedConnections (RelatedConnections value)

Sets the value of the relatedConnections property.

Parameters
value Allowed object is RelatedConnections

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException