|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.PeopleSearchImpl
public class PeopleSearchImpl
Field Summary | |
---|---|
protected FacetsImpl |
facets
|
protected java.lang.Long |
numResults
|
protected PeopleImpl |
people
|
private static long |
serialVersionUID
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
PeopleSearchImpl()
|
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 |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
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. |
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 |
---|
private static final long serialVersionUID
protected java.lang.Long numResults
protected PeopleImpl people
protected FacetsImpl facets
Constructor Detail |
---|
public PeopleSearchImpl()
Method Detail |
---|
public java.lang.Long getNumResults()
PeopleSearch
getNumResults
in interface PeopleSearch
String
public void setNumResults(java.lang.Long value)
PeopleSearch
setNumResults
in interface PeopleSearch
value
- allowed object is
String
public People getPeople()
PeopleSearch
getPeople
in interface PeopleSearch
People
public void setPeople(People value)
PeopleSearch
setPeople
in interface PeopleSearch
value
- allowed object is
People
public Facets getFacets()
PeopleSearch
getFacets
in interface PeopleSearch
Facets
public void setFacets(Facets value)
PeopleSearch
setFacets
in interface PeopleSearch
value
- allowed object is
Facets
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |