com.google.code.linkedinapi.schema
Interface PeopleSearch

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

public interface PeopleSearch
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="{}num-results"/>
         <element ref="{}people" minOccurs="0"/>
         <element ref="{}facets" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Facets getFacets()
          Gets the value of the facets property.
 java.lang.Long getNumResults()
          Gets the value of the numResults property.
 People getPeople()
          Gets the value of the people property.
 void setFacets(Facets value)
          Sets the value of the facets property.
 void setNumResults(java.lang.Long value)
          Sets the value of the numResults property.
 void setPeople(People value)
          Sets the value of the people property.
 

Method Detail

getNumResults

java.lang.Long getNumResults()
Gets the value of the numResults property.

Returns:
possible object is String

setNumResults

void setNumResults(java.lang.Long value)
Sets the value of the numResults property.

Parameters:
value - allowed object is String

getPeople

People getPeople()
Gets the value of the people property.

Returns:
possible object is People

setPeople

void setPeople(People value)
Sets the value of the people property.

Parameters:
value - allowed object is People

getFacets

Facets getFacets()
Gets the value of the facets property.

Returns:
possible object is Facets

setFacets

void setFacets(Facets value)
Sets the value of the facets property.

Parameters:
value - allowed object is Facets