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

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

public class RelationToViewerImpl
extends BaseSchemaEntity
implements RelationToViewer

See Also:
Serialized Form

Field Summary
protected  java.lang.Long distance
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
RelationToViewerImpl()
           
 
Method Summary
 java.lang.Long getDistance()
          Gets the value of the distance property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setDistance(java.lang.Long value)
          Sets the value of the distance 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

distance

protected java.lang.Long distance
Constructor Detail

RelationToViewerImpl

public RelationToViewerImpl()
Method Detail

getDistance

public java.lang.Long getDistance()
Description copied from interface: RelationToViewer
Gets the value of the distance property.

Specified by:
getDistance in interface RelationToViewer
Returns:
possible object is String

setDistance

public void setDistance(java.lang.Long value)
Description copied from interface: RelationToViewer
Sets the value of the distance property.

Specified by:
setDistance in interface RelationToViewer
Parameters:
value - allowed object is String

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