|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PeopleSearch
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 |
---|
java.lang.Long getNumResults()
String
void setNumResults(java.lang.Long value)
value
- allowed object is
String
People getPeople()
People
void setPeople(People value)
value
- allowed object is
People
Facets getFacets()
Facets
void setFacets(Facets value)
value
- allowed object is
Facets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |