public class

PeopleSearchImpl

extends BaseSchemaEntity
implements PeopleSearch
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.PeopleSearchImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected FacetsImpl facets
protected Long numResults
protected PeopleImpl people
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
PeopleSearchImpl()
Public Methods
Facets getFacets()
Gets the value of the facets property.
Long getNumResults()
Gets the value of the numResults property.
People getPeople()
Gets the value of the people property.
void init(XmlPullParser parser)
Inits the.
void setFacets(Facets value)
Sets the value of the facets property.
void setNumResults(Long value)
Sets the value of the numResults property.
void setPeople(People value)
Sets the value of the people 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.PeopleSearch

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected FacetsImpl facets

protected Long numResults

protected PeopleImpl people

Public Constructors

public PeopleSearchImpl ()

Public Methods

public Facets getFacets ()

Gets the value of the facets property.

Returns

public Long getNumResults ()

Gets the value of the numResults property.

Returns
  • possible object is String

public People getPeople ()

Gets the value of the people property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setFacets (Facets value)

Sets the value of the facets property.

Parameters
value Allowed object is Facets

public void setNumResults (Long value)

Sets the value of the numResults property.

Parameters
value Allowed object is String

public void setPeople (People value)

Sets the value of the people property.

Parameters
value Allowed object is People

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException