|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Facet
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="{}name"/> <element name="code"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="location"/> <enumeration value="industry"/> <enumeration value="network"/> <enumeration value="language"/> <enumeration value="current-company"/> <enumeration value="past-company"/> <enumeration value="school"/> </restriction> </simpleType> </element> <element ref="{}buckets" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
Buckets |
getBuckets()
Gets the value of the buckets property. |
FacetType |
getCode()
Gets the value of the code property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setBuckets(Buckets value)
Sets the value of the buckets property. |
void |
setCode(FacetType value)
Sets the value of the code property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
Method Detail |
---|
java.lang.String getName()
String
void setName(java.lang.String value)
value
- allowed object is
String
FacetType getCode()
FacetType
void setCode(FacetType value)
value
- allowed object is
FacetType
Buckets getBuckets()
Buckets
void setBuckets(Buckets value)
value
- allowed object is
Buckets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |