com.google.code.linkedinapi.schema
Interface RelationToViewer

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
RelationToViewerImpl, RelationToViewerImpl

public interface RelationToViewer
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}distance"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Long getDistance()
          Gets the value of the distance property.
 void setDistance(java.lang.Long value)
          Sets the value of the distance property.
 

Method Detail

getDistance

java.lang.Long getDistance()
Gets the value of the distance property.

Returns:
possible object is String

setDistance

void setDistance(java.lang.Long value)
Sets the value of the distance property.

Parameters:
value - allowed object is String